Surprisingly, more abilities
All checks were successful
Build / Build (push) Successful in 50s

This commit is contained in:
2025-06-14 13:37:58 +02:00
parent 5961bb746e
commit 1b9d137bb0
86 changed files with 311 additions and 88 deletions

View File

@@ -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)
{
}