Commit bc532647 authored by xiaoye's avatar xiaoye

Update Executor.cs

parent 2135a29e
Pipeline #33711 passed with stage
in 1 minute and 23 seconds
...@@ -237,6 +237,16 @@ namespace WindBot.Game.AI ...@@ -237,6 +237,16 @@ namespace WindBot.Game.AI
return 0; return 0;
} }
/// <summary>
/// Called when card is successfully special summoned.
/// Used on monsters that can only special summoned once per turn.
/// </summary>
public virtual void OnSpSummoned()
{
// For overriding
return;
}
public void SetMain(MainPhase main) public void SetMain(MainPhase main)
{ {
Main = main; Main = main;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment