updat core

This commit is contained in:
2024-10-21 16:20:37 +08:00
parent afc7f2d1bc
commit 93fe7b4d04
33 changed files with 1381 additions and 478 deletions

View File

@@ -7,7 +7,7 @@ namespace Game.FsmNode
{
protected override void OnEnter (params object[] args)
{
this.stateMachineRunner.OpenState (GameState.RelaxGame);
this.stateMachineRunner.OpenState (GameState.StartGame);
}
protected override void OnExit ()