Beispiel #1
0
 // Token: 0x060015A4 RID: 5540 RVA: 0x000B7E4C File Offset: 0x000B604C
 public static void DeleteAll()
 {
     Globals.Delete("Profile_" + GameGlobals.Profile + "_Money");
     Globals.Delete("Profile_" + GameGlobals.Profile + "_Alerts");
     Globals.Delete("Profile_" + GameGlobals.Profile + "_Enlightenment");
     Globals.Delete("Profile_" + GameGlobals.Profile + "_EnlightenmentBonus");
     Globals.Delete("Profile_" + GameGlobals.Profile + "_Friends");
     Globals.Delete("Profile_" + GameGlobals.Profile + "_Headset");
     Globals.Delete("Profile_" + GameGlobals.Profile + "_FakeID");
     Globals.Delete("Profile_" + GameGlobals.Profile + "_RaibaruLoner");
     Globals.Delete("Profile_" + GameGlobals.Profile + "_Kills");
     Globals.Delete("Profile_" + GameGlobals.Profile + "_Numbness");
     Globals.Delete("Profile_" + GameGlobals.Profile + "_NumbnessBonus");
     Globals.Delete("Profile_" + GameGlobals.Profile + "_PantiesEquipped");
     Globals.Delete("Profile_" + GameGlobals.Profile + "_PantyShots");
     Globals.DeleteCollection("Profile_" + GameGlobals.Profile + "_Photo_", PlayerGlobals.KeysOfPhoto());
     Globals.DeleteCollection("Profile_" + GameGlobals.Profile + "_PhotoOnCorkboard_", PlayerGlobals.KeysOfPhotoOnCorkboard());
     Globals.DeleteCollection("Profile_" + GameGlobals.Profile + "_PhotoPosition_", PlayerGlobals.KeysOfPhotoPosition());
     Globals.DeleteCollection("Profile_" + GameGlobals.Profile + "_PhotoRotation_", PlayerGlobals.KeysOfPhotoRotation());
     Globals.Delete("Profile_" + GameGlobals.Profile + "_Reputation");
     Globals.Delete("Profile_" + GameGlobals.Profile + "_Seduction");
     Globals.Delete("Profile_" + GameGlobals.Profile + "_SeductionBonus");
     Globals.DeleteCollection("Profile_" + GameGlobals.Profile + "_SenpaiPhoto_", PlayerGlobals.KeysOfSenpaiPhoto());
     Globals.Delete("Profile_" + GameGlobals.Profile + "_SenpaiShots");
     Globals.Delete("Profile_" + GameGlobals.Profile + "_SocialBonus");
     Globals.Delete("Profile_" + GameGlobals.Profile + "_SpeedBonus");
     Globals.Delete("Profile_" + GameGlobals.Profile + "_StealthBonus");
     Globals.DeleteCollection("Profile_" + GameGlobals.Profile + "_StudentFriend_", PlayerGlobals.KeysOfStudentFriend());
     Globals.DeleteCollection("Profile_" + GameGlobals.Profile + "_StudentPantyShot_", PlayerGlobals.KeysOfStudentPantyShot());
     Globals.DeleteCollection("Profile_" + GameGlobals.Profile + "_ShrineCollectible", PlayerGlobals.KeysOfShrineCollectible());
 }