void Awake()
    {
        state = new GameControllerState();

        if (!GameControllerState.IsOnline)
        {
            state.ForceSet(1);
        }

        Initialize();
    }