Interface PrefSubcategory

All Known Implementing Classes:
PP_Achievement, PP_Auth, PP_BasicLevel, PP_DailyQuest, PP_Enemy, PP_Inventory, PP_Message, PP_Progress, PP_Purchase, PP_Research, PP_SecretCode, PP_Statistics, PP_UserMaps, SP_Auth, SP_Enemy, SP_Locale, SP_Music, SP_Rating, SP_Replay, SP_Settings

public interface PrefSubcategory
Subcategory of main PrefCategory Stores data in a convenient for the game format and is responsible for setting / retrieving data from PrefMap on demand
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    load(PrefMap prefs)
     
    void
    save(PrefMap prefs)
    Can be called on some other thread, should not fall apart when that happens
  • Method Details

    • load

      void load(PrefMap prefs)
    • save

      void save(PrefMap prefs)
      Can be called on some other thread, should not fall apart when that happens
      Parameters:
      prefs -