Пример #1
0
 public static void Save(SpriteMap map)
 {
     Serializer.SaveToFile(SpriteMapFilePath, JsonConvert.SerializeObject(map.GetData()));
 }