Beispiel #1
0
 public static void LoadLocalPlayerData()
 {
     localPlayerData = new LocalPlayerData(LocalDataManager.ReadDataFromFile <LocalPlayerDataProxy>(PlayerDataPath));
     RefreshLocalPlayerDataCache();
 }