【m】状态机增加update

This commit is contained in:
2025-07-28 15:16:10 +08:00
parent 74233e92d3
commit e25b75a307
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ namespace Stary.Evo
HashMap<string, FSMIState> States { get; set; }
}
public class FsmSystem : IFsmSystem
public class FsmSystem : MonoBehaviour, IFsmSystem
{
public FSMIState CurState { get; set; }
public HashMap<string, FSMIState> States { get; set; }