Revert "【m】状态机增加update"

This reverts commit e25b75a307.
This commit is contained in:
2025-07-28 15:18:06 +08:00
parent e25b75a307
commit 830c3174f0
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 : MonoBehaviour, IFsmSystem
public class FsmSystem : IFsmSystem
{
public FSMIState CurState { get; set; }
public HashMap<string, FSMIState> States { get; set; }