Ejemplo n.º 1
0
 public void SaveInfoFile(PlayerInfo Data)
 {
     FileSaver.Save(Path.Combine(FolderPath, "PlayerInfo.json"), Data);
 }