Example #1
0
 public static void GamePlayersDataLoad()
 {
     Players = GameDataRead.GamePlayerLoad(PlayerPath + "Players.txt");
 }