using UnityEngine; namespace State.GameStateMachine { public class GameStateMachine : StateMachine { public void Init() { } } }