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