示例#1
0
 void Save()
 {
     ProtectedPrefs.SetInt("DaysCount", DaysCount);
     ProtectedPrefs.SetString("LastGiftDateTime", LastGiftDateTime.ToLongDateString());
 }