Implements Hail
This commit is contained in:
@@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user