Example #1
0
 public void SaveSyncronous()
 {
     Task.Run(async() =>
              { await XmlStorage.SavePlayer(this); });
 }