This commit is contained in:
VDH
2025-09-09 13:30:12 +07:00
parent e9d6046565
commit 50feced56f
8 changed files with 20 additions and 12 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ using UnityEngine;
public class PlayerStateMachine
{
PlayerState _state;
CharacterCtrl _characterCtrl;
CECHostPlayer _characterCtrl;
public void InitState(PlayerState state)
{