Пример #1
0
    private void OnGUI()
    {
        if (state == null)
        {
            return;
        }

        state.OnStateGUI();
    }