예제 #1
0
    private void Awake()
    {
        Cursor.lockState = CursorLockMode.Locked; //Lock Cursor

        stateMachine = new StateMachine();
        stateMachine.SetCurrentState(EnumState.Idle);

        TimerUtil.SetTimerUtil(gameTime);

        EventCenter.AddListener(EventType.passgame, PassGame);
    }