示例#1
0
 internal static void SaveData()
 {
     SerializeHelper.Serialize(Persons, Path.Combine(GetAndCreateDataPath(), Person.filename));
 }