Пример #1
0
 public static void Save()
 {
     GameProperties.log.Info("Saving game properties into db!");
     GameProperties.Save(typeof(GameProperties));
 }