public static LevelParser GetInstance() { return(instance ?? (instance = new LevelParser())); }
public static void NewGame() { instance = new LevelParser(); }