Beispiel #1
0
 //Load a config file
 public static void LoadConfig(string config)
 {
     _Instance = new GameManager(config);
     findGames();
 }