cull(engine-cleanup): pass-8 phase-2 cascade round 1 after AreaSelectUI stub
This commit is contained in:
@@ -307,10 +307,6 @@ public static class PlayerPrefsWrapper
|
||||
|
||||
public static readonly KeyValuePair<string, int> DECK_INTRO_IS_MYROTATION_COPY_NOT_EQUAL_PERIOD = new KeyValuePair<string, int>("DECK_INTRO_IS_MYROTATION_COPY_NOT_EQUAL_PERIOD", 1);
|
||||
|
||||
public static readonly KeyValuePair<string, int> IS_SECTION20_WERUSA_ANIMATION_PLAYED = new KeyValuePair<string, int>("IS_SECTION_20_WERUSA_ANIMATION_PLAYED", FALSE);
|
||||
|
||||
public static readonly KeyValuePair<string, int> IS_SECTION20_NATERA_ANIMATION_PLAYED = new KeyValuePair<string, int>("IS_SECTION_20_NATERA_ANIMATION_PLAYED", FALSE);
|
||||
|
||||
public static bool GetBool(KeyValuePair<string, int> id)
|
||||
{
|
||||
return PlayerPrefs.GetInt(id.Key, id.Value) == TRUE;
|
||||
|
||||
Reference in New Issue
Block a user