This commit is contained in:
@@ -11,5 +11,5 @@ public class EndureEffect : Script
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
public override void OnEndTurn(IBattle battle) => RemoveSelf();
|
||||
public override void OnEndTurn(IScriptSource owner, IBattle battle) => RemoveSelf();
|
||||
}
|
||||
Reference in New Issue
Block a user