This commit is contained in:
@@ -552,8 +552,9 @@ public abstract class Script : IDeepCloneable
|
||||
/// running. Note that choices are not active anymore here, so their scripts do not call this
|
||||
/// function.
|
||||
/// </summary>
|
||||
/// <param name="owner"></param>
|
||||
/// <param name="battle"></param>
|
||||
public virtual void OnEndTurn(IBattle battle)
|
||||
public virtual void OnEndTurn(IScriptSource owner, IBattle battle)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user