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