Esempio n. 1
0
    void Load()
    {
        DaysCount = ProtectedPrefs.GetInt("DaysCount");

        if (ProtectedPrefs.HasKey("LastGiftDateTime"))
        {
            LastGiftDateTime = DateTime.Parse(ProtectedPrefs.GetString("LastGiftDateTime"));
        }
    }