Implements Hail

This commit is contained in:
2025-01-10 12:16:29 +01:00
parent 42e3273483
commit 6434f9925c
7 changed files with 61 additions and 9 deletions

View File

@@ -428,7 +428,8 @@ public abstract class Script : IDeepCloneable
/// running. Note that choices are not active anymore here, so their scripts do not call this
/// function.
/// </summary>
public virtual void OnEndTurn()
/// <param name="battle"></param>
public virtual void OnEndTurn(IBattle battle)
{
}