More moves implemented

This commit is contained in:
2025-05-05 11:36:59 +02:00
parent 11ba3c73bb
commit 292c303fc0
39 changed files with 818 additions and 68 deletions

View File

@@ -97,6 +97,10 @@ public abstract class Script : IDeepCloneable
{
}
public virtual void OnAddedToParent(IScriptSource source)
{
}
/// <summary>
/// Override to customize whether the move can be selected at all.
/// </summary>