예제 #1
0
 public static LevelParser GetInstance()
 {
     return(instance ?? (instance =
                             new LevelParser()));
 }
예제 #2
0
 public static void NewGame()
 {
     instance = new LevelParser();
 }