Support for Bide

This commit is contained in:
2025-01-11 14:08:04 +01:00
parent ecdc9c7654
commit 83b316ad53
6 changed files with 160 additions and 3 deletions

View File

@@ -83,6 +83,10 @@ public abstract class Script : IDeepCloneable
public virtual void PreventMoveSelection(IMoveChoice choice, ref bool prevent)
{
}
public virtual void ForceTurnSelection(byte sideIndex, byte position, ref ITurnChoice? choice)
{
}
/// <summary>
/// This function is ran just before the start of the turn. Everyone has made its choices here,