コード例 #1
0
 //initalize the GUI with all of the proper info
 void InitGUI()
 {
     battleGUI.Init(playerCharacters);
     battleGUI.UpdateGUIForNextTurn();
 }