예제 #1
0
 // initializes the game
 public void Init()
 {
     CurrentPhase = TurnPhases.INTRO;
     panelHandler.ShowIntroPanel();
 }