Commit 823bcc70 authored by nanahira's avatar nanahira

Merge branch 'fix-nanahira' into 'master'

fix OnSpSummoned

See merge request !9
parents 2135a29e bc532647
Pipeline #33712 passed with stages
in 1 minute and 16 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