コード例 #1
0
 static public void Init()
 {
     // Add all stages that should be loaded at start time.
     // NOTE: The first added will be the first loaded and drawn.
     StageHandler.AddStage(new MainMenu("MainMenu"));
     StageHandler.AddStage(new CoopMenu("Coop"));
 }