示例#1
0
 void OnGUI()
 {
     if (_activeState != null)
     {
         _activeState.ShowState();
     }
 }