예제 #1
0
파일: Game1.cs 프로젝트: Hyrriss/Fractured
 public static void StartNewGame()
 {
     currentActiveMenu.Exit();
     backgroundColor = Color.Black;
     return;
 }