示例#1
0
 /// <summary>
 /// Save in persitant system the current values of the player profile data
 /// </summary>
 public void SaveProfile()
 {
     _dataManager.SaveProfile(LocalPlayerData);
 }