using System; using System.Collections.Generic; using System.Globalization; namespace AmplitudeAnalytics { // Token: 0x02000A91 RID: 2705 [Serializable] public class AmplitudeAnalyticsIdentifyMessage { // Token: 0x06014B08 RID: 84744 RVA: 0x005CAE78 File Offset: 0x005C9078 public Dictionary BHAPHOFDEHG() { Dictionary dictionary = new Dictionary(); this.FDKKCGBIKHO(dictionary); return dictionary; } // Token: 0x06014B09 RID: 84745 RVA: 0x005CAE94 File Offset: 0x005C9094 public static CACKGEGLEJJ EFJCMOPEMKJ(string NDPNANMNCDL = null) { AmplitudeAnalyticsIdentifyMessage amplitudeAnalyticsIdentifyMessage = new AmplitudeAnalyticsIdentifyMessage(NDPNANMNCDL); return new CACKGEGLEJJ(amplitudeAnalyticsIdentifyMessage); } // Token: 0x06014B0A RID: 84746 RVA: 0x005CAEB0 File Offset: 0x005C90B0 protected virtual Dictionary KDDPMILJLNG(Dictionary LGMBADOCEGG) { LGMBADOCEGG[".asset"] = this.buildVersion; this.MFJNDDAECKD("enableshader", this.user_id, LGMBADOCEGG); this.MFJNDDAECKD("left", this.language, LGMBADOCEGG); if (this.deviceInfo != null) { this.deviceInfo.OKGLPLAKAKL(LGMBADOCEGG); } if (this.geographicInfo != null) { this.geographicInfo.OKGLPLAKAKL(LGMBADOCEGG); } if (this.revenueData != null) { this.revenueData.MCDFKDOPGHN(LGMBADOCEGG); } this.ELOJFDEMIOF("RPCs", this.user_properties, LGMBADOCEGG); return LGMBADOCEGG; } // Token: 0x06014B0B RID: 84747 RVA: 0x005CAF4C File Offset: 0x005C914C protected virtual Dictionary KIOECFHHPEH(Dictionary LGMBADOCEGG) { LGMBADOCEGG["app_version"] = this.buildVersion; this.HADOPIOJMLE("user_id", this.user_id, LGMBADOCEGG); this.HADOPIOJMLE("language", this.language, LGMBADOCEGG); if (this.deviceInfo != null) { this.deviceInfo.GMLLDHNEJGC(LGMBADOCEGG); } if (this.geographicInfo != null) { this.geographicInfo.GMLLDHNEJGC(LGMBADOCEGG); } if (this.revenueData != null) { this.revenueData.GMLLDHNEJGC(LGMBADOCEGG); } this.ELOJFDEMIOF("user_properties", this.user_properties, LGMBADOCEGG); return LGMBADOCEGG; } // Token: 0x06014B0C RID: 84748 RVA: 0x005CAFE8 File Offset: 0x005C91E8 protected void ELOJFDEMIOF(string ANOFFEKMECJ, Dictionary GCOFAEAIBPK, Dictionary KCKGMJJFMJC) { if (GCOFAEAIBPK != null && GCOFAEAIBPK.Count > 0 && GCOFAEAIBPK.Count < 1000) { KCKGMJJFMJC[ANOFFEKMECJ] = GCOFAEAIBPK; } } // Token: 0x06014B0D RID: 84749 RVA: 0x005CB014 File Offset: 0x005C9214 public Dictionary OKMGACFMDFI() { Dictionary dictionary = new Dictionary(); this.ANONFCKBBME(dictionary); return dictionary; } // Token: 0x06014B0E RID: 84750 RVA: 0x005CB030 File Offset: 0x005C9230 protected AmplitudeAnalyticsIdentifyMessage(string DGKDBMNKCGL = null) { this.user_id = DGKDBMNKCGL; this.buildVersion = FJEEPOKGDNG.ALCFGFGJCHI; this.language = CultureInfo.CurrentCulture.Name; } // Token: 0x06014B10 RID: 84752 RVA: 0x005CB06C File Offset: 0x005C926C protected virtual Dictionary GNNMJIFOJIK(Dictionary LGMBADOCEGG) { LGMBADOCEGG["Anti-Cheat Toolkit Detectors"] = this.buildVersion; this.MFJNDDAECKD("visible", this.user_id, LGMBADOCEGG); this.HADOPIOJMLE("LinearVelocityMultiplier", this.language, LGMBADOCEGG); if (this.deviceInfo != null) { this.deviceInfo.NKHGLCJHPDA(LGMBADOCEGG); } if (this.geographicInfo != null) { this.geographicInfo.MEKOKEEAKEM(LGMBADOCEGG); } if (this.revenueData != null) { this.revenueData.PFOBCDNEGKN(LGMBADOCEGG); } this.ELOJFDEMIOF("Room Saved!", this.user_properties, LGMBADOCEGG); return LGMBADOCEGG; } // Token: 0x06014B11 RID: 84753 RVA: 0x005CB108 File Offset: 0x005C9308 public Dictionary DCJBHHNDCKI() { Dictionary dictionary = new Dictionary(); this.FDKKCGBIKHO(dictionary); return dictionary; } // Token: 0x06014B12 RID: 84754 RVA: 0x005CB124 File Offset: 0x005C9324 public Dictionary LKOBILLFMID() { Dictionary dictionary = new Dictionary(); this.KIOECFHHPEH(dictionary); return dictionary; } // Token: 0x06014B13 RID: 84755 RVA: 0x005CB140 File Offset: 0x005C9340 protected virtual Dictionary ANONFCKBBME(Dictionary LGMBADOCEGG) { LGMBADOCEGG["OutfitSelections"] = this.buildVersion; this.HADOPIOJMLE("DOORS OPEN!", this.user_id, LGMBADOCEGG); this.MFJNDDAECKD("AvatarItemDesc", this.language, LGMBADOCEGG); if (this.deviceInfo != null) { this.deviceInfo.PECJDGNDNMA(LGMBADOCEGG); } if (this.geographicInfo != null) { this.geographicInfo.PFNBBPPLDDK(LGMBADOCEGG); } if (this.revenueData != null) { this.revenueData.GIOFIHPBALM(LGMBADOCEGG); } this.ELOJFDEMIOF("User-Agent", this.user_properties, LGMBADOCEGG); return LGMBADOCEGG; } // Token: 0x06014B14 RID: 84756 RVA: 0x005CB1DC File Offset: 0x005C93DC protected void MFJNDDAECKD(string ANOFFEKMECJ, string NOBAPCOKFIL, Dictionary NILLMCJCHJH) { if (NOBAPCOKFIL != null) { NILLMCJCHJH[ANOFFEKMECJ] = NOBAPCOKFIL; } } // Token: 0x06014B15 RID: 84757 RVA: 0x005CB1EC File Offset: 0x005C93EC public Dictionary ICMFBONNCHO() { Dictionary dictionary = new Dictionary(); this.KIOECFHHPEH(dictionary); return dictionary; } // Token: 0x06014B16 RID: 84758 RVA: 0x005CB208 File Offset: 0x005C9408 protected virtual Dictionary FDKKCGBIKHO(Dictionary LGMBADOCEGG) { LGMBADOCEGG["null player"] = this.buildVersion; this.HADOPIOJMLE("Malformed Response", this.user_id, LGMBADOCEGG); this.MFJNDDAECKD("source", this.language, LGMBADOCEGG); if (this.deviceInfo != null) { this.deviceInfo.JJIFMCBNGND(LGMBADOCEGG); } if (this.geographicInfo != null) { this.geographicInfo.CANDJBNGFDD(LGMBADOCEGG); } if (this.revenueData != null) { this.revenueData.MBEDGNGPHOE(LGMBADOCEGG); } this.ELOJFDEMIOF("{0}/{1}", this.user_properties, LGMBADOCEGG); return LGMBADOCEGG; } // Token: 0x06014B17 RID: 84759 RVA: 0x005CB2A4 File Offset: 0x005C94A4 protected void HADOPIOJMLE(string ANOFFEKMECJ, string NOBAPCOKFIL, Dictionary NILLMCJCHJH) { if (NOBAPCOKFIL != null) { NILLMCJCHJH[ANOFFEKMECJ] = NOBAPCOKFIL; } } // Token: 0x04003921 RID: 14625 public static readonly AmplitudeAnalyticsIdentifyMessage Empty = new AmplitudeAnalyticsIdentifyMessage(null); // Token: 0x04003922 RID: 14626 protected readonly string user_id; // Token: 0x04003923 RID: 14627 internal AmplitudeAnalyticsIdentifyMessage.DeviceInfo deviceInfo; // Token: 0x04003924 RID: 14628 internal AmplitudeAnalyticsIdentifyMessage.GeographicInfo geographicInfo; // Token: 0x04003925 RID: 14629 internal AmplitudeAnalyticsIdentifyMessage.RevenueData revenueData; // Token: 0x04003926 RID: 14630 private readonly string buildVersion; // Token: 0x04003927 RID: 14631 private readonly string language; // Token: 0x04003928 RID: 14632 internal Dictionary user_properties; // Token: 0x02000A92 RID: 2706 [Serializable] public class DeviceInfo { // Token: 0x06014B18 RID: 84760 RVA: 0x005CB2B4 File Offset: 0x005C94B4 public void EKKJEBFGBJL(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["shake"] = this.platform; EOOOHMCDNCN["ObscuredPrefs:\nsecure, lot of additional types and extra options"] = this.os_name; EOOOHMCDNCN["IOException"] = this.os_version; EOOOHMCDNCN["min_ping"] = this.device_brand; EOOOHMCDNCN["UnAllocateViewID() should be called after the PhotonView was destroyed (GameObject.Destroy()). ViewID: {0} still found in: {1}"] = this.device_manufacturer; EOOOHMCDNCN["{0}v1/listsaved"] = this.device_model; EOOOHMCDNCN[" scene view IDs from last level."] = this.device_type; EOOOHMCDNCN["Can't add a value here"] = this.carrier; } // Token: 0x06014B19 RID: 84761 RVA: 0x005CB34C File Offset: 0x005C954C public void DACLKHPJIFP(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["Only the master can set synchronized PersistenceView GUID on: {0}"] = this.platform; EOOOHMCDNCN["space"] = this.os_name; EOOOHMCDNCN["from_player"] = this.os_version; EOOOHMCDNCN["NonCoachVolume"] = this.device_brand; EOOOHMCDNCN["Processing"] = this.device_manufacturer; EOOOHMCDNCN["GameSession"] = this.device_model; EOOOHMCDNCN["Receive. forceReadRawContentLength: '{0:N0}', readPayloadData: '{1:N0}'"] = this.device_type; EOOOHMCDNCN["OnRelease"] = this.carrier; } // Token: 0x06014B1A RID: 84762 RVA: 0x005CB3E4 File Offset: 0x005C95E4 public void GNFKHBILLIO(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["value"] = this.platform; EOOOHMCDNCN["MostRecentShotPosition"] = this.os_name; EOOOHMCDNCN["crash.dmp"] = this.os_version; EOOOHMCDNCN[")"] = this.device_brand; EOOOHMCDNCN["'"] = this.device_manufacturer; EOOOHMCDNCN["time"] = this.device_model; EOOOHMCDNCN["Received null response from Storefront!"] = this.device_type; EOOOHMCDNCN["Null"] = this.carrier; } // Token: 0x06014B1B RID: 84763 RVA: 0x005CB47C File Offset: 0x005C967C public void PFNBBPPLDDK(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["_VignetteRadius"] = this.platform; EOOOHMCDNCN["OnAttachedToHand"] = this.os_name; EOOOHMCDNCN["Message"] = this.os_version; EOOOHMCDNCN["Extrude Random Edge"] = this.device_brand; EOOOHMCDNCN["June"] = this.device_manufacturer; EOOOHMCDNCN["Your account \""] = this.device_model; EOOOHMCDNCN["OUTPUTING STACK TRACE"] = this.device_type; EOOOHMCDNCN["Ev OwnershipTransfer. ViewID "] = this.carrier; } // Token: 0x06014B1C RID: 84764 RVA: 0x005CB514 File Offset: 0x005C9714 public void FDBKJCBPBAI(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["Close, TE"] = this.platform; EOOOHMCDNCN["UsingSplitTestingOverride"] = this.os_name; EOOOHMCDNCN["High quality"] = this.os_version; EOOOHMCDNCN["The host has restricted access to the stage"] = this.device_brand; EOOOHMCDNCN["Y3Rpdml0eUVxdWlwbWVudERhdGESEQoJcHJlZmFiX2lkGAEgASgMQhOqAhBS"] = this.device_manufacturer; EOOOHMCDNCN["' sent out"] = this.device_model; EOOOHMCDNCN["SupportLogger "] = this.device_type; EOOOHMCDNCN["DisplayReason"] = this.carrier; } // Token: 0x06014B1D RID: 84765 RVA: 0x005CB5AC File Offset: 0x005C97AC public void MALPDDECAKE(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["F0"] = this.platform; EOOOHMCDNCN["looktarget"] = this.os_name; EOOOHMCDNCN["One"] = this.os_version; EOOOHMCDNCN["{0}v1/getcachedlogins"] = this.device_brand; EOOOHMCDNCN["islocal"] = this.device_manufacturer; EOOOHMCDNCN["PlayerId"] = this.device_model; EOOOHMCDNCN["Aborted"] = this.device_type; EOOOHMCDNCN["Expected a StackedUIBase, but none found!"] = this.carrier; } // Token: 0x06014B1E RID: 84766 RVA: 0x005CB644 File Offset: 0x005C9844 public void LNLDEAEBAJM(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN[" id: "] = this.platform; EOOOHMCDNCN["time"] = this.os_name; EOOOHMCDNCN[" - "] = this.os_version; EOOOHMCDNCN["method"] = this.device_brand; EOOOHMCDNCN["How your position is stored in memory when obscured: ("] = this.device_manufacturer; EOOOHMCDNCN["auth"] = this.device_model; EOOOHMCDNCN[" timeUntilRespawnBasedOnTimeBase:"] = this.device_type; EOOOHMCDNCN["'"] = this.carrier; } // Token: 0x06014B1F RID: 84767 RVA: 0x005CB6DC File Offset: 0x005C98DC public void CANDJBNGFDD(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["Cache Service Disabled!"] = this.platform; EOOOHMCDNCN["ti"] = this.os_name; EOOOHMCDNCN["[PV] Frame event for not inited voice #"] = this.os_version; EOOOHMCDNCN["Messages (shift+tab)"] = this.device_brand; EOOOHMCDNCN["Scale"] = this.device_manufacturer; EOOOHMCDNCN["double:"] = this.device_model; EOOOHMCDNCN["api/relationships/"] = this.device_type; EOOOHMCDNCN["api/config/"] = this.carrier; } // Token: 0x06014B20 RID: 84768 RVA: 0x005CB774 File Offset: 0x005C9974 public void PEDDFPNDOLE(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN[" has no method \""] = this.platform; EOOOHMCDNCN["Message"] = this.os_name; EOOOHMCDNCN["No friends to import. Skipping NUX step..."] = this.os_version; EOOOHMCDNCN[" is missing Animation Attack Trigger."] = this.device_brand; EOOOHMCDNCN[""] = this.device_manufacturer; EOOOHMCDNCN["Free:"] = this.device_model; EOOOHMCDNCN[" takes from: "] = this.device_type; EOOOHMCDNCN["ON"] = this.carrier; } // Token: 0x06014B22 RID: 84770 RVA: 0x005CB814 File Offset: 0x005C9A14 public void ILDFIHCHFEP(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["Pending"] = this.platform; EOOOHMCDNCN["The event host has silenced all players"] = this.os_name; EOOOHMCDNCN["{0}/{1}"] = this.os_version; EOOOHMCDNCN["HD"] = this.device_brand; EOOOHMCDNCN["load"] = this.device_manufacturer; EOOOHMCDNCN["Start render"] = this.device_model; EOOOHMCDNCN["SBM_SM"] = this.device_type; EOOOHMCDNCN[" or player:"] = this.carrier; } // Token: 0x06014B23 RID: 84771 RVA: 0x005CB8AC File Offset: 0x005C9AAC public void MCDFKDOPGHN(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["api/players/"] = this.platform; EOOOHMCDNCN["Status: "] = this.os_name; EOOOHMCDNCN["Player"] = this.os_version; EOOOHMCDNCN["HandleProgressCallback - OnUploadProgress"] = this.device_brand; EOOOHMCDNCN[" ms"] = this.device_manufacturer; EOOOHMCDNCN["HasBirthday"] = this.device_model; EOOOHMCDNCN["Depth Camera"] = this.device_type; EOOOHMCDNCN["Publishing..."] = this.carrier; } // Token: 0x06014B24 RID: 84772 RVA: 0x005CB944 File Offset: 0x005C9B44 public void DPBDGJOPANL(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["BestHTTP"] = this.platform; EOOOHMCDNCN["Penalty!"] = this.os_name; EOOOHMCDNCN["Could not find an activity spawn point configured for this player. Spawned anyway."] = this.os_version; EOOOHMCDNCN["PlayerIndexes"] = this.device_brand; EOOOHMCDNCN["GetGameList failed: "] = this.device_manufacturer; EOOOHMCDNCN["Stream error."] = this.device_model; EOOOHMCDNCN["_LeftMirrorCameraViewProj"] = this.device_type; EOOOHMCDNCN["Product SKU"] = this.carrier; } // Token: 0x06014B25 RID: 84773 RVA: 0x005CB9DC File Offset: 0x005C9BDC public void NKHGLCJHPDA(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["Error creating room. If this persists, please contact the developers at support@againstgrav.com."] = this.platform; EOOOHMCDNCN["f1779b982f1c09aed3adb3cca563cbc2"] = this.os_name; EOOOHMCDNCN["QueerGirl"] = this.os_version; EOOOHMCDNCN["onupdateparams"] = this.device_brand; EOOOHMCDNCN["CurrentLocalRotation"] = this.device_manufacturer; EOOOHMCDNCN["Something is fishy. [{0}]"] = this.device_model; EOOOHMCDNCN["The word was: "] = this.device_type; EOOOHMCDNCN["InitialLocalPosition"] = this.carrier; } // Token: 0x06014B26 RID: 84774 RVA: 0x005CBA74 File Offset: 0x005C9C74 public void GMLLDHNEJGC(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["platform"] = this.platform; EOOOHMCDNCN["os_name"] = this.os_name; EOOOHMCDNCN["os_version"] = this.os_version; EOOOHMCDNCN["device_brand"] = this.device_brand; EOOOHMCDNCN["device_manufacturer"] = this.device_manufacturer; EOOOHMCDNCN["device_model"] = this.device_model; EOOOHMCDNCN["device_type"] = this.device_type; EOOOHMCDNCN["carrier"] = this.carrier; } // Token: 0x06014B27 RID: 84775 RVA: 0x005CBB0C File Offset: 0x005C9D0C public void MEKOKEEAKEM(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["Dolly Speed ({0:0.00})"] = this.platform; EOOOHMCDNCN["OpJoinRandomRoom()"] = this.os_name; EOOOHMCDNCN["F2"] = this.os_version; EOOOHMCDNCN["Failed to download event list: "] = this.device_brand; EOOOHMCDNCN["DNEBFJOBJGN"] = this.device_manufacturer; EOOOHMCDNCN["joinrandom"] = this.device_model; EOOOHMCDNCN["interpolation"] = this.device_type; EOOOHMCDNCN["b_reg"] = this.carrier; } // Token: 0x06014B28 RID: 84776 RVA: 0x005CBBA4 File Offset: 0x005C9DA4 public void EOLPDICFELI(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["Not enough cards in the scene to double buffer cards."] = this.platform; EOOOHMCDNCN["TJ"] = this.os_name; EOOOHMCDNCN["NOTH"] = this.os_version; EOOOHMCDNCN["cc"] = this.device_brand; EOOOHMCDNCN[" UI"] = this.device_manufacturer; EOOOHMCDNCN["PS4PlatformManager: getLocalProfileRequest.IsError: "] = this.device_model; EOOOHMCDNCN["Load"] = this.device_type; EOOOHMCDNCN["Cg90b29sX2RhdGEucHJvdG8SB3JlY3Jvb20aCmNvcmUucHJvdG8iHQoIVG9v"] = this.carrier; } // Token: 0x06014B29 RID: 84777 RVA: 0x005CBC3C File Offset: 0x005C9E3C public void NJOOJCHIIKC(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["Authorization"] = this.platform; EOOOHMCDNCN["TE"] = this.os_name; EOOOHMCDNCN["BowString is NULL"] = this.os_version; EOOOHMCDNCN["vote"] = this.device_brand; EOOOHMCDNCN["Failed to set skybox override with error: "] = this.device_manufacturer; EOOOHMCDNCN["{0}v1/myrooms"] = this.device_model; EOOOHMCDNCN["source"] = this.device_type; EOOOHMCDNCN["IntegrationTest Failed with exception"] = this.carrier; } // Token: 0x06014B2A RID: 84778 RVA: 0x005CBCD4 File Offset: 0x005C9ED4 public void JJIFMCBNGND(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["Successfully updated!"] = this.platform; EOOOHMCDNCN["_StencilComp"] = this.os_name; EOOOHMCDNCN["No Exception"] = this.os_version; EOOOHMCDNCN["IsMember"] = this.device_brand; EOOOHMCDNCN["}"] = this.device_manufacturer; EOOOHMCDNCN["promo"] = this.device_model; EOOOHMCDNCN["user_id"] = this.device_type; EOOOHMCDNCN["YWdlX2RhdGEucHJvdG8aD3Rvb2xfZGF0YS5wcm90bxoWdG9vbF9ob2xkZXJf"] = this.carrier; } // Token: 0x06014B2B RID: 84779 RVA: 0x005CBD6C File Offset: 0x005C9F6C public void PECJDGNDNMA(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN[" scene: "] = this.platform; EOOOHMCDNCN["SelectedShape"] = this.os_name; EOOOHMCDNCN["Disarmed!"] = this.os_version; EOOOHMCDNCN["HandleEvents"] = this.device_brand; EOOOHMCDNCN["fromPlayerId"] = this.device_manufacturer; EOOOHMCDNCN["EndAt"] = this.device_model; EOOOHMCDNCN["RpcMasterOnPlayerOutOfBounds"] = this.device_type; EOOOHMCDNCN[". Using max value: 255."] = this.carrier; } // Token: 0x06014B2C RID: 84780 RVA: 0x005CBE04 File Offset: 0x005CA004 public void KHEJEOFLAEB(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["\""] = this.platform; EOOOHMCDNCN["disableterrain"] = this.os_name; EOOOHMCDNCN["Timed Out"] = this.os_version; EOOOHMCDNCN["Unexpected end-of-file reading GZIP header."] = this.device_brand; EOOOHMCDNCN["encoderDelay"] = this.device_manufacturer; EOOOHMCDNCN["Failed to 'network-remove' GameObject because it is missing a valid InstantiationId on view: "] = this.device_model; EOOOHMCDNCN["Mismatching number of mesh mappings from skin ({0}) to tool ({1}). ToolMaps:{2}, SkinMaps:{3}"] = this.device_type; EOOOHMCDNCN["A"] = this.carrier; } // Token: 0x06014B2D RID: 84781 RVA: 0x005CBE9C File Offset: 0x005CA09C public void KDAABJDAIID(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["GetGameList failed: "] = this.platform; EOOOHMCDNCN["(Error)"] = this.os_name; EOOOHMCDNCN["z"] = this.os_version; EOOOHMCDNCN["No"] = this.device_brand; EOOOHMCDNCN["farclip"] = this.device_manufacturer; EOOOHMCDNCN["gif"] = this.device_model; EOOOHMCDNCN["Failed to get local outfit data. Try again later!"] = this.device_type; EOOOHMCDNCN["MFGKOGKCCGJ"] = this.carrier; } // Token: 0x06014B2E RID: 84782 RVA: 0x005CBF34 File Offset: 0x005CA134 public void MBEDGNGPHOE(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["ModificationGuid"] = this.platform; EOOOHMCDNCN["v1/createaccount"] = this.os_name; EOOOHMCDNCN[".png"] = this.os_version; EOOOHMCDNCN["!"] = this.device_brand; EOOOHMCDNCN["method"] = this.device_manufacturer; EOOOHMCDNCN["|"] = this.device_model; EOOOHMCDNCN["The current activity is not a Room!"] = this.device_type; EOOOHMCDNCN["{0}: {1}"] = this.carrier; } // Token: 0x06014B2F RID: 84783 RVA: 0x005CBFCC File Offset: 0x005CA1CC public void OKGLPLAKAKL(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["RPCs can only be sent in rooms. Call of \""] = this.platform; EOOOHMCDNCN["[WH Detector Service]"] = this.os_name; EOOOHMCDNCN["NEW"] = this.os_version; EOOOHMCDNCN["LastFriendImportUTC"] = this.device_brand; EOOOHMCDNCN[" not found when trying to remove voice(s)"] = this.device_manufacturer; EOOOHMCDNCN["EndAt"] = this.device_model; EOOOHMCDNCN["Publish"] = this.device_type; EOOOHMCDNCN["Message"] = this.carrier; } // Token: 0x06014B30 RID: 84784 RVA: 0x005CC064 File Offset: 0x005CA264 public void DGFHBLOOLDO(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["Killed on state machine error. Transitioned from dead state to "] = this.platform; EOOOHMCDNCN["FPS"] = this.os_name; EOOOHMCDNCN["PunSupportLogger"] = this.os_version; EOOOHMCDNCN["T{0}.{1}"] = this.device_brand; EOOOHMCDNCN["y"] = this.device_manufacturer; EOOOHMCDNCN["google_analytics_clientid_pref_key"] = this.device_model; EOOOHMCDNCN["Reconnect() failed. Can only connect while in state 'Disconnected'. Current state: "] = this.device_type; EOOOHMCDNCN["{0}v1/cleargroup"] = this.carrier; } // Token: 0x06014B31 RID: 84785 RVA: 0x005CC0FC File Offset: 0x005CA2FC public void GDGAJFHJEHL(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["Prop Creation disabled."] = this.platform; EOOOHMCDNCN["Not available to junior profiles"] = this.os_name; EOOOHMCDNCN["Unable to change rooms"] = this.os_version; EOOOHMCDNCN["("] = this.device_brand; EOOOHMCDNCN["Editor only."] = this.device_manufacturer; EOOOHMCDNCN["GAME OVER!"] = this.device_model; EOOOHMCDNCN["Message sent!"] = this.device_type; EOOOHMCDNCN["{0}modify"] = this.carrier; } // Token: 0x06014B32 RID: 84786 RVA: 0x005CC194 File Offset: 0x005CA394 public void DIDELHENMMG(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["ARM"] = this.platform; EOOOHMCDNCN["(\\B[A-Z0-9])"] = this.os_name; EOOOHMCDNCN["method"] = this.os_version; EOOOHMCDNCN["text/plain; charset="] = this.device_brand; EOOOHMCDNCN["Proxy returned Status Code: \"{0}\", Message: \"{1}\" and Response: {2}"] = this.device_manufacturer; EOOOHMCDNCN["HIT!"] = this.device_model; EOOOHMCDNCN["0"] = this.device_type; EOOOHMCDNCN["Reconnect() failed. Can only connect while in state 'Disconnected'. Current state: "] = this.carrier; } // Token: 0x04003929 RID: 14633 public string platform; // Token: 0x0400392A RID: 14634 public string os_name; // Token: 0x0400392B RID: 14635 public string os_version; // Token: 0x0400392C RID: 14636 public string device_brand; // Token: 0x0400392D RID: 14637 public string device_manufacturer; // Token: 0x0400392E RID: 14638 public string device_model; // Token: 0x0400392F RID: 14639 public string device_type; // Token: 0x04003930 RID: 14640 public string carrier; } // Token: 0x02000A93 RID: 2707 [Serializable] public class GeographicInfo { // Token: 0x06014B33 RID: 84787 RVA: 0x005CC22C File Offset: 0x005CA42C public void GNFKHBILLIO(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["_ScreenTexDim"] = this.country; EOOOHMCDNCN["CheerMessageController missing visual for cheer reason : "] = this.region; EOOOHMCDNCN["Instance of JsonData doesn't hold a string"] = this.city; EOOOHMCDNCN["{0} - Receive - Failed! Response will be null, returning with false."] = this.designatedMarketArea; } // Token: 0x06014B34 RID: 84788 RVA: 0x005CC280 File Offset: 0x005CA480 public void PFNBBPPLDDK(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["{0}/{1}"] = this.country; EOOOHMCDNCN["Shadows are back to normal."] = this.region; EOOOHMCDNCN["OpenMenuForPeopleScreen"] = this.city; EOOOHMCDNCN["Reset"] = this.designatedMarketArea; } // Token: 0x06014B35 RID: 84789 RVA: 0x005CC2D4 File Offset: 0x005CA4D4 public void ILDFIHCHFEP(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["AllocateViewID() failed. User {0} is out of subIds, as all viewIDs are used."] = this.country; EOOOHMCDNCN["IAEoCUITqgIQUmVjUm9vbS5Qcm90b2J1ZmIGcHJvdG8z"] = this.region; EOOOHMCDNCN["action"] = this.city; EOOOHMCDNCN["{0}v1/balance/{1}"] = this.designatedMarketArea; } // Token: 0x06014B36 RID: 84790 RVA: 0x005CC328 File Offset: 0x005CA528 public void MCDFKDOPGHN(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["enablematerial"] = this.country; EOOOHMCDNCN["context"] = this.region; EOOOHMCDNCN["exf"] = this.city; EOOOHMCDNCN["Player.SpawnLocal() - Player spawned without static geometry to stand on! CurrentScene: {0}"] = this.designatedMarketArea; } // Token: 0x06014B37 RID: 84791 RVA: 0x005CC37C File Offset: 0x005CA57C public void NKHGLCJHPDA(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["pr"] = this.country; EOOOHMCDNCN["BrushTool"] = this.region; EOOOHMCDNCN["Y or B"] = this.city; EOOOHMCDNCN["Oculus_GearVR_RThumbstickX"] = this.designatedMarketArea; } // Token: 0x06014B39 RID: 84793 RVA: 0x005CC3D8 File Offset: 0x005CA5D8 public void MEKOKEEAKEM(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["Logging in..."] = this.country; EOOOHMCDNCN[" / sec"] = this.region; EOOOHMCDNCN["RpcOnDiscHazard"] = this.city; EOOOHMCDNCN["scale"] = this.designatedMarketArea; } // Token: 0x06014B3A RID: 84794 RVA: 0x005CC42C File Offset: 0x005CA62C public void GMLLDHNEJGC(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["country"] = this.country; EOOOHMCDNCN["region"] = this.region; EOOOHMCDNCN["city"] = this.city; EOOOHMCDNCN["dma"] = this.designatedMarketArea; } // Token: 0x06014B3B RID: 84795 RVA: 0x005CC480 File Offset: 0x005CA680 public void GIOFIHPBALM(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["Basic "] = this.country; EOOOHMCDNCN["GetRootCacheFolder"] = this.region; EOOOHMCDNCN["max"] = this.city; EOOOHMCDNCN[". Going to ignore! Check PhotonServerSettings.RpcList"] = this.designatedMarketArea; } // Token: 0x06014B3C RID: 84796 RVA: 0x005CC4D4 File Offset: 0x005CA6D4 public void EKKJEBFGBJL(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN[" new frames!"] = this.country; EOOOHMCDNCN["IsExtruding"] = this.region; EOOOHMCDNCN["{0}{1}"] = this.city; EOOOHMCDNCN[" "] = this.designatedMarketArea; } // Token: 0x06014B3D RID: 84797 RVA: 0x005CC528 File Offset: 0x005CA728 public void OKGLPLAKAKL(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["Value"] = this.country; EOOOHMCDNCN["mydemo.com"] = this.region; EOOOHMCDNCN["Sending RPC \""] = this.city; EOOOHMCDNCN["PreferEmptyRoomsFrequency"] = this.designatedMarketArea; } // Token: 0x06014B3E RID: 84798 RVA: 0x005CC57C File Offset: 0x005CA77C public void FDNIDNLCDJC(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["Checklist Item Complete!"] = this.country; EOOOHMCDNCN["GameSessionId"] = this.region; EOOOHMCDNCN["Failed to 'network-remove' GameObject because it is missing a valid InstantiationId on view: "] = this.city; EOOOHMCDNCN["rotate"] = this.designatedMarketArea; } // Token: 0x06014B3F RID: 84799 RVA: 0x005CC5D0 File Offset: 0x005CA7D0 public void NLKEGKIOALE(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["SniperScope: Missing camera or renderer."] = this.country; EOOOHMCDNCN["onupdate"] = this.region; EOOOHMCDNCN["Failed to create room. \""] = this.city; EOOOHMCDNCN["RpcMasterRequestScore"] = this.designatedMarketArea; } // Token: 0x06014B40 RID: 84800 RVA: 0x005CC624 File Offset: 0x005CA824 public void GENHEMOHOLE(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["player "] = this.country; EOOOHMCDNCN[", "] = this.region; EOOOHMCDNCN["RpcMasterOnPlayerOutOfBounds"] = this.city; EOOOHMCDNCN["XTR_ID"] = this.designatedMarketArea; } // Token: 0x06014B41 RID: 84801 RVA: 0x005CC678 File Offset: 0x005CA878 public void NJOOJCHIIKC(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["HTTP/1.1 {0} {1}"] = this.country; EOOOHMCDNCN["Depth"] = this.region; EOOOHMCDNCN["y"] = this.city; EOOOHMCDNCN["application/octet-stream"] = this.designatedMarketArea; } // Token: 0x06014B42 RID: 84802 RVA: 0x005CC6CC File Offset: 0x005CA8CC public void PEDDFPNDOLE(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["GameSession"] = this.country; EOOOHMCDNCN["_AttenuationCurveTex"] = this.region; EOOOHMCDNCN[" ms"] = this.city; EOOOHMCDNCN["Invited"] = this.designatedMarketArea; } // Token: 0x06014B43 RID: 84803 RVA: 0x005CC720 File Offset: 0x005CA920 public void JJIFMCBNGND(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["OnApplicationQuit Called!"] = this.country; EOOOHMCDNCN["The region arrays from Name Server are not ok. Must be non-null and same length. "] = this.region; EOOOHMCDNCN["ChR0cmFuc2Zvcm1fZGF0YS5wcm90bxIHcmVjcm9vbRoKY29yZS5wcm90byKY"] = this.city; EOOOHMCDNCN["Failed to change game session name: "] = this.designatedMarketArea; } // Token: 0x06014B44 RID: 84804 RVA: 0x005CC774 File Offset: 0x005CA974 public void DPBDGJOPANL(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["\n\tIsJunior:"] = this.country; EOOOHMCDNCN["Attached to hand: "] = this.region; EOOOHMCDNCN["x"] = this.city; EOOOHMCDNCN["a"] = this.designatedMarketArea; } // Token: 0x06014B45 RID: 84805 RVA: 0x005CC7C8 File Offset: 0x005CA9C8 public void LNLDEAEBAJM(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["A moderator has activated junior status on this account. Junior accounts support players 12 or younger. Please enter a parent / guardian’s email or contact conduct@againstgrav.com to appeal."] = this.country; EOOOHMCDNCN["OpGetGameList not sent. LobbyType must be SqlLobby."] = this.region; EOOOHMCDNCN["{0}v1/search"] = this.city; EOOOHMCDNCN["ItemPackage assigned to "] = this.designatedMarketArea; } // Token: 0x06014B46 RID: 84806 RVA: 0x005CC81C File Offset: 0x005CAA1C public void EPHJHGCFMHO(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["PUNVoice: Player {0} voice # {1} speaker unlinked."] = this.country; EOOOHMCDNCN["Recoil"] = this.region; EOOOHMCDNCN["Ticket"] = this.city; EOOOHMCDNCN["Join {0}"] = this.designatedMarketArea; } // Token: 0x06014B47 RID: 84807 RVA: 0x005CC870 File Offset: 0x005CAA70 public void CANDJBNGFDD(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["PersonalDetails"] = this.country; EOOOHMCDNCN["\\"] = this.region; EOOOHMCDNCN["Using PhotonServerSettings.Protocol when leaving the NameServer (AuthMode is AuthOnceWss): "] = this.city; EOOOHMCDNCN["Request status: "] = this.designatedMarketArea; } // Token: 0x06014B48 RID: 84808 RVA: 0x005CC8C4 File Offset: 0x005CAAC4 public void CIKFBLOHIKF(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["LC"] = this.country; EOOOHMCDNCN["Custom/SteamVR_ClearAll"] = this.region; EOOOHMCDNCN["[Steamworks.NET] Could not load [lib]steam_api.dll/so/dylib. It's likely not in the correct location. Refer to the README for more details.\n"] = this.city; EOOOHMCDNCN["isSandboxActivity"] = this.designatedMarketArea; } // Token: 0x06014B49 RID: 84809 RVA: 0x005CC918 File Offset: 0x005CAB18 public void GDGAJFHJEHL(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["RpcRespawnPlayer"] = this.country; EOOOHMCDNCN["de"] = this.region; EOOOHMCDNCN["recroom.againstgrav.com"] = this.city; EOOOHMCDNCN["Speed Hack Detector"] = this.designatedMarketArea; } // Token: 0x06014B4A RID: 84810 RVA: 0x005CC96C File Offset: 0x005CAB6C public void LAHHMMFEBOJ(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["enablekinematic"] = this.country; EOOOHMCDNCN["{0}: {1}"] = this.region; EOOOHMCDNCN["Ticket"] = this.city; EOOOHMCDNCN["_Decal_Tex"] = this.designatedMarketArea; } // Token: 0x04003931 RID: 14641 public string country; // Token: 0x04003932 RID: 14642 public string region; // Token: 0x04003933 RID: 14643 public string city; // Token: 0x04003934 RID: 14644 public string designatedMarketArea; } // Token: 0x02000A94 RID: 2708 [Serializable] public class RevenueData { // Token: 0x06014B4B RID: 84811 RVA: 0x005CC9C0 File Offset: 0x005CABC0 public void MBEDGNGPHOE(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN[" is missing a tool component."] = this.price; EOOOHMCDNCN["Config"] = this.quantity; EOOOHMCDNCN["{0}\\SavedOutfitSlot_{1}.png"] = this.revenue; EOOOHMCDNCN["Hard aborting connection because of a long waiting TimedOut state"] = this.productId; EOOOHMCDNCN["activityName"] = this.revenueType; } // Token: 0x06014B4C RID: 84812 RVA: 0x005CCA34 File Offset: 0x005CAC34 public void MEKOKEEAKEM(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["ARENA_TIMER"] = this.price; EOOOHMCDNCN["api/settings/"] = this.quantity; EOOOHMCDNCN["IsStunnedCombat"] = this.revenue; EOOOHMCDNCN["ck"] = this.productId; EOOOHMCDNCN["PORTAL AND ELITE BOTS ONLINE"] = this.revenueType; } // Token: 0x06014B4D RID: 84813 RVA: 0x005CCAA8 File Offset: 0x005CACA8 public void ILDFIHCHFEP(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["/"] = this.price; EOOOHMCDNCN["PlayerId"] = this.quantity; EOOOHMCDNCN["OpGetGameList()"] = this.revenue; EOOOHMCDNCN["Draw Object Outlines"] = this.productId; EOOOHMCDNCN["user_registration"] = this.revenueType; } // Token: 0x06014B4E RID: 84814 RVA: 0x005CCB1C File Offset: 0x005CAD1C public void FGCCHEKPAJP(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["sa"] = this.price; EOOOHMCDNCN[" remove sent"] = this.quantity; EOOOHMCDNCN["Default Terrain Shader"] = this.revenue; EOOOHMCDNCN["No Deflate State!"] = this.productId; EOOOHMCDNCN["SystemInfo"] = this.revenueType; } // Token: 0x06014B4F RID: 84815 RVA: 0x005CCB90 File Offset: 0x005CAD90 public void GKFPEOGHHCI(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["Join {0}"] = this.price; EOOOHMCDNCN["VOIP_LowPitch"] = this.quantity; EOOOHMCDNCN["Charge"] = this.revenue; EOOOHMCDNCN["_StencilReadMask"] = this.productId; EOOOHMCDNCN["vector2"] = this.revenueType; } // Token: 0x06014B50 RID: 84816 RVA: 0x005CCC04 File Offset: 0x005CAE04 public void CKAFCAEJGLD(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["Map: "] = this.price; EOOOHMCDNCN["ChallengeMapId"] = this.quantity; EOOOHMCDNCN["' sent out"] = this.revenue; EOOOHMCDNCN["_EMISSION"] = this.productId; EOOOHMCDNCN["Error serializing Polaroid {0}: Data already specified."] = this.revenueType; } // Token: 0x06014B51 RID: 84817 RVA: 0x005CCC78 File Offset: 0x005CAE78 public void PFOBCDNEGKN(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["IsCompleted"] = this.price; EOOOHMCDNCN["Cannot set serialized PersistenceView GUID at runtime on: {0}"] = this.quantity; EOOOHMCDNCN["Yes"] = this.revenue; EOOOHMCDNCN["demoVector2"] = this.productId; EOOOHMCDNCN["Title:{0} Message:{1} Lock:{2}"] = this.revenueType; } // Token: 0x06014B52 RID: 84818 RVA: 0x005CCCEC File Offset: 0x005CAEEC public void CIKFBLOHIKF(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["Error purchasing item. Please try again later :("] = this.price; EOOOHMCDNCN[" is missing tool component."] = this.quantity; EOOOHMCDNCN["gif"] = this.revenue; EOOOHMCDNCN["OpusDcoder"] = this.productId; EOOOHMCDNCN["CheckPeriodically"] = this.revenueType; } // Token: 0x06014B53 RID: 84819 RVA: 0x005CCD60 File Offset: 0x005CAF60 public void LPBAFOMHPCA(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["RpcMasterSetTeleportCooldown"] = this.price; EOOOHMCDNCN["publish"] = this.quantity; EOOOHMCDNCN["Level"] = this.revenue; EOOOHMCDNCN["ReJoinRoom failed. A roomname is required. If you don't know one, how will you join?"] = this.productId; EOOOHMCDNCN["Frozen"] = this.revenueType; } // Token: 0x06014B54 RID: 84820 RVA: 0x005CCDD4 File Offset: 0x005CAFD4 public void MCDFKDOPGHN(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["My App"] = this.price; EOOOHMCDNCN["-"] = this.quantity; EOOOHMCDNCN["_N"] = this.revenue; EOOOHMCDNCN["_TintColor"] = this.productId; EOOOHMCDNCN["#{0:00} '{1}'{2} {3}"] = this.revenueType; } // Token: 0x06014B55 RID: 84821 RVA: 0x005CCE48 File Offset: 0x005CB048 public void CEDJNPFJFHG(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["updated description"] = this.price; EOOOHMCDNCN["ObscuredLong vs long, "] = this.quantity; EOOOHMCDNCN["_RaymarchedLightEpi"] = this.revenue; EOOOHMCDNCN["Social Network"] = this.productId; EOOOHMCDNCN["LAST_DAMAGE_TIME"] = this.revenueType; } // Token: 0x06014B56 RID: 84822 RVA: 0x005CCEBC File Offset: 0x005CB0BC public void NJOOJCHIIKC(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["looktarget"] = this.price; EOOOHMCDNCN["F2"] = this.quantity; EOOOHMCDNCN["CinematicTemplateController"] = this.revenue; EOOOHMCDNCN["Sec-WebSocket-Version"] = this.productId; EOOOHMCDNCN["SteamVR_CameraFlip is deprecated in Unity 5.4 - REMOVING"] = this.revenueType; } // Token: 0x06014B57 RID: 84823 RVA: 0x005CCF30 File Offset: 0x005CB130 public void CNHEJBEEJDL(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["Tried to add a Bezier Path curve without a starting point."] = this.price; EOOOHMCDNCN["High quality"] = this.quantity; EOOOHMCDNCN[" but this PhotonView does not exist! Was remote PV."] = this.revenue; EOOOHMCDNCN["/"] = this.productId; EOOOHMCDNCN[" - "] = this.revenueType; } // Token: 0x06014B58 RID: 84824 RVA: 0x005CCFA4 File Offset: 0x005CB1A4 public void GIOFIHPBALM(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["EST"] = this.price; EOOOHMCDNCN["TUC"] = this.quantity; EOOOHMCDNCN["Bearer "] = this.revenue; EOOOHMCDNCN["&"] = this.productId; EOOOHMCDNCN["HTTPRequest"] = this.revenueType; } // Token: 0x06014B59 RID: 84825 RVA: 0x005CD018 File Offset: 0x005CB218 public void NMAPHELCKKH(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["Status Line: '{0}'"] = this.price; EOOOHMCDNCN["JALFNNEFPDC"] = this.quantity; EOOOHMCDNCN["ACTk is able to detect some types of cheating to let you take action on the cheating players. This example scene has all possible detectors and all of them are automatically start on scene start."] = this.revenue; EOOOHMCDNCN["{0} ({1})"] = this.productId; EOOOHMCDNCN[". Server: "] = this.revenueType; } // Token: 0x06014B5A RID: 84826 RVA: 0x005CD08C File Offset: 0x005CB28C public void GENHEMOHOLE(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["MhQucmVjcm9vbS5WZWN0b3IzRGF0YRIyChRpbml0aWFsTG9jYWxSb3RhdGlv"] = this.price; EOOOHMCDNCN["y"] = this.quantity; EOOOHMCDNCN["[PV] Info duplicate for voice #"] = this.revenue; EOOOHMCDNCN["action"] = this.productId; EOOOHMCDNCN["amount"] = this.revenueType; } // Token: 0x06014B5B RID: 84827 RVA: 0x005CD100 File Offset: 0x005CB300 public void FFGBAABGKPN(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["homepage"] = this.price; EOOOHMCDNCN["+platformid:"] = this.quantity; EOOOHMCDNCN["PlayerIndexes"] = this.revenue; EOOOHMCDNCN["SVM_CI"] = this.productId; EOOOHMCDNCN["PerMessageCompression"] = this.revenueType; } // Token: 0x06014B5C RID: 84828 RVA: 0x005CD174 File Offset: 0x005CB374 public void CANDJBNGFDD(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["Event Finished"] = this.price; EOOOHMCDNCN["_OutputTexDim"] = this.quantity; EOOOHMCDNCN["accepted"] = this.revenue; EOOOHMCDNCN["Timed out trying to send presence heartbeats. Disconnecting to offline dormroom."] = this.productId; EOOOHMCDNCN["Only int, double or string are allowed types in CustomQuery.data"] = this.revenueType; } // Token: 0x06014B5D RID: 84829 RVA: 0x005CD1E8 File Offset: 0x005CB3E8 public void CCGDBDGAGKO(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["SniperScope: Missing camera or renderer."] = this.price; EOOOHMCDNCN["to"] = this.quantity; EOOOHMCDNCN["Left"] = this.revenue; EOOOHMCDNCN["Error deserializing RoomDoor {0}: data empty."] = this.productId; EOOOHMCDNCN["Update Thread Ended"] = this.revenueType; } // Token: 0x06014B5F RID: 84831 RVA: 0x005CD26C File Offset: 0x005CB46C public void DDKNHDMJGHG(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["catched: "] = this.price; EOOOHMCDNCN[" at channel "] = this.quantity; EOOOHMCDNCN["HomeButton"] = this.revenue; EOOOHMCDNCN["ModificationGuid"] = this.productId; EOOOHMCDNCN["VR_OVERRIDE"] = this.revenueType; } // Token: 0x06014B60 RID: 84832 RVA: 0x005CD2E0 File Offset: 0x005CB4E0 public void EOLPDICFELI(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["_RaymarchedLightEpiTexDim"] = this.price; EOOOHMCDNCN["GAME"] = this.quantity; EOOOHMCDNCN["time"] = this.revenue; EOOOHMCDNCN[" of "] = this.productId; EOOOHMCDNCN["Are you sure you want to unfriend\n{0} @{1}? "] = this.revenueType; } // Token: 0x06014B61 RID: 84833 RVA: 0x005CD354 File Offset: 0x005CB554 public void FDBKJCBPBAI(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["OpenClosed"] = this.price; EOOOHMCDNCN["COLORED_OFF"] = this.quantity; EOOOHMCDNCN["oncompletetarget"] = this.revenue; EOOOHMCDNCN[" missing: "] = this.productId; EOOOHMCDNCN["Could not find RPC with index: "] = this.revenueType; } // Token: 0x06014B62 RID: 84834 RVA: 0x005CD3C8 File Offset: 0x005CB5C8 public void NLKEGKIOALE(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["Unable to get event status: "] = this.price; EOOOHMCDNCN["type"] = this.quantity; EOOOHMCDNCN[" at voice "] = this.revenue; EOOOHMCDNCN["No Deflate State!"] = this.productId; EOOOHMCDNCN["invalid literal/length code"] = this.revenueType; } // Token: 0x06014B63 RID: 84835 RVA: 0x005CD43C File Offset: 0x005CB63C public void PEDDFPNDOLE(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["time"] = this.price; EOOOHMCDNCN["2"] = this.quantity; EOOOHMCDNCN["{0}v1/saved/set"] = this.revenue; EOOOHMCDNCN["We changed something!"] = this.productId; EOOOHMCDNCN["...accepted your friend request. You are now Rec Room friends!"] = this.revenueType; } // Token: 0x06014B64 RID: 84836 RVA: 0x005CD4B0 File Offset: 0x005CB6B0 public void DPBDGJOPANL(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["HandMute"] = this.price; EOOOHMCDNCN["_ScreenTexDim"] = this.quantity; EOOOHMCDNCN["TouchpadDown (Touch)"] = this.revenue; EOOOHMCDNCN["Eye Depth (m): {0:F3}"] = this.productId; EOOOHMCDNCN["s"] = this.revenueType; } // Token: 0x06014B65 RID: 84837 RVA: 0x005CD524 File Offset: 0x005CB724 public void EOFOONAALNM(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["RpcMasterStopGame"] = this.price; EOOOHMCDNCN["Currency Code"] = this.quantity; EOOOHMCDNCN["rw_dropped_frames_1to2p"] = this.revenue; EOOOHMCDNCN["We will investigate."] = this.productId; EOOOHMCDNCN["You need to be level "] = this.revenueType; } // Token: 0x06014B66 RID: 84838 RVA: 0x005CD598 File Offset: 0x005CB798 public void NECNEFALGCN(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["video"] = this.price; EOOOHMCDNCN["{0}:{1}:{2}:{3}:{4}:{5}"] = this.quantity; EOOOHMCDNCN["jsonLoader"] = this.revenue; EOOOHMCDNCN["CgxSb29tRG9vckRhdGESDwoHcm9vbV9pZBgBIAEoA0ITqgIQUmVjUm9vbS5Q"] = this.productId; EOOOHMCDNCN["_DATE"] = this.revenueType; } // Token: 0x06014B67 RID: 84839 RVA: 0x005CD60C File Offset: 0x005CB80C public void EKKJEBFGBJL(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["RPCs can only be sent in rooms. Call of \""] = this.price; EOOOHMCDNCN["FarClipPlane: {0} -> {1}"] = this.quantity; EOOOHMCDNCN["INVINCIBILITY_END_TIME"] = this.revenue; EOOOHMCDNCN["3D Button "] = this.productId; EOOOHMCDNCN["Mallostor"] = this.revenueType; } // Token: 0x06014B68 RID: 84840 RVA: 0x005CD680 File Offset: 0x005CB880 public void LJLBLIOLEKO(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["Unable to create or locate Persistence View with guid {0}."] = this.price; EOOOHMCDNCN["Updated!"] = this.quantity; EOOOHMCDNCN["Exception: "] = this.revenue; EOOOHMCDNCN["by"] = this.productId; EOOOHMCDNCN["HTTPUpdateDelegator"] = this.revenueType; } // Token: 0x06014B69 RID: 84841 RVA: 0x005CD6F4 File Offset: 0x005CB8F4 public void JJIFMCBNGND(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["HideAllGUIs"] = this.price; EOOOHMCDNCN["[PV] Frame event for voice #"] = this.quantity; EOOOHMCDNCN["_debug_text"] = this.revenue; EOOOHMCDNCN["basic"] = this.productId; EOOOHMCDNCN["SB"] = this.revenueType; } // Token: 0x06014B6A RID: 84842 RVA: 0x005CD768 File Offset: 0x005CB968 public void GMLLDHNEJGC(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["price"] = this.price; EOOOHMCDNCN["quantity"] = this.quantity; EOOOHMCDNCN["revenue"] = this.revenue; EOOOHMCDNCN["productId"] = this.productId; EOOOHMCDNCN["revenueType"] = this.revenueType; } // Token: 0x06014B6B RID: 84843 RVA: 0x005CD7DC File Offset: 0x005CB9DC public void DACLKHPJIFP(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["RELOAD YOUR WEAPON!"] = this.price; EOOOHMCDNCN["SPECTATE"] = this.quantity; EOOOHMCDNCN["type"] = this.revenue; EOOOHMCDNCN["Player.DespawnLocal() can only be called on the LocalPlayer!"] = this.productId; EOOOHMCDNCN["game_start"] = this.revenueType; } // Token: 0x06014B6C RID: 84844 RVA: 0x005CD850 File Offset: 0x005CBA50 public void NAHCFIHDFOJ(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["R"] = this.price; EOOOHMCDNCN["content-length"] = this.quantity; EOOOHMCDNCN["iTween: Unsupported space supplied! Default will be used."] = this.revenue; EOOOHMCDNCN["FarClipPlane: {0} -> {1}"] = this.productId; EOOOHMCDNCN["Updating..."] = this.revenueType; } // Token: 0x06014B6D RID: 84845 RVA: 0x005CD8C4 File Offset: 0x005CBAC4 public void OHJLHCGGHCE(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["rotation"] = this.price; EOOOHMCDNCN["The working buffer is already set."] = this.quantity; EOOOHMCDNCN["PUNVoice : PhotonVoiceRecorder is disabled since we do not have a microphone."] = this.revenue; EOOOHMCDNCN["Status Message: '{0}'"] = this.productId; EOOOHMCDNCN["Request Aborted!"] = this.revenueType; } // Token: 0x06014B6E RID: 84846 RVA: 0x005CD938 File Offset: 0x005CBB38 public void PECJDGNDNMA(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN[" of player "] = this.price; EOOOHMCDNCN["incompatible version"] = this.quantity; EOOOHMCDNCN["DynamicUpdateManager"] = this.revenue; EOOOHMCDNCN["orienttopath"] = this.productId; EOOOHMCDNCN["You have entered a junior birth date. Junior accounts are for players 12 or younger and are unable to hear or use voice chat. See our help page for more info."] = this.revenueType; } // Token: 0x06014B6F RID: 84847 RVA: 0x005CD9AC File Offset: 0x005CBBAC public void BFFGGFJNDIC(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["Failed to "] = this.price; EOOOHMCDNCN["SteamVR_RenderModel"] = this.quantity; EOOOHMCDNCN["HTTPRequest"] = this.revenue; EOOOHMCDNCN["RpcMasterRequestReloadRoomData"] = this.productId; EOOOHMCDNCN["api/avatar/"] = this.revenueType; } // Token: 0x06014B70 RID: 84848 RVA: 0x005CDA20 File Offset: 0x005CBC20 public void DHIBGBEKCML(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["Owner"] = this.price; EOOOHMCDNCN["Failed to construct Web request"] = this.quantity; EOOOHMCDNCN["SHID"] = this.revenue; EOOOHMCDNCN["z"] = this.productId; EOOOHMCDNCN[" degree."] = this.revenueType; } // Token: 0x06014B71 RID: 84849 RVA: 0x005CDA94 File Offset: 0x005CBC94 public void PNHNMJMKNBA(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["Host"] = this.price; EOOOHMCDNCN[". Not Destroying GameObject or PhotonViews!"] = this.quantity; EOOOHMCDNCN["Found "] = this.revenue; EOOOHMCDNCN["{0}v2/sendfriendrequest?id={1}"] = this.productId; EOOOHMCDNCN["gizmos"] = this.revenueType; } // Token: 0x06014B72 RID: 84850 RVA: 0x005CDB08 File Offset: 0x005CBD08 public void BIHGDJCKHKG(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["{not_found}"] = this.price; EOOOHMCDNCN["No internet connection"] = this.quantity; EOOOHMCDNCN["time"] = this.revenue; EOOOHMCDNCN["Must be Mono or Stereo"] = this.productId; EOOOHMCDNCN["HeldViewId"] = this.revenueType; } // Token: 0x06014B73 RID: 84851 RVA: 0x005CDB7C File Offset: 0x005CBD7C public void ILAANLELPFE(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["2017.10.25"] = this.price; EOOOHMCDNCN["Warning: SFX array is null."] = this.quantity; EOOOHMCDNCN["scale"] = this.revenue; EOOOHMCDNCN["ACTk has secure layer for the PlayerPrefs: ObscuredPrefs. It protects data from view, detects any cheating attempts, optionally locks data to the current device and supports additional data types."] = this.productId; EOOOHMCDNCN["SteamVR drivers not found! They can be installed via Steam under Library > Tools. Visit http://steampowered.com to install Steam."] = this.revenueType; } // Token: 0x06014B74 RID: 84852 RVA: 0x005CDBF0 File Offset: 0x005CBDF0 public void NKHGLCJHPDA(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["otherPlayerId"] = this.price; EOOOHMCDNCN["ConnectToRegion() failed. Can only connect while in state 'Disconnected'. Current state: "] = this.quantity; EOOOHMCDNCN["Talking"] = this.revenue; EOOOHMCDNCN["Verifying..."] = this.productId; EOOOHMCDNCN["nux_entered_paddleball_court"] = this.revenueType; } // Token: 0x06014B75 RID: 84853 RVA: 0x005CDC64 File Offset: 0x005CBE64 public void LNLDEAEBAJM(Dictionary EOOOHMCDNCN) { EOOOHMCDNCN["Null arguments passed to ActionEvent.Invoke()"] = this.price; EOOOHMCDNCN["nux_opponent_left_paddleball"] = this.quantity; EOOOHMCDNCN["Rect: "] = this.revenue; EOOOHMCDNCN[", OVRPlugin v"] = this.productId; EOOOHMCDNCN["pa"] = this.revenueType; } // Token: 0x04003935 RID: 14645 public float price; // Token: 0x04003936 RID: 14646 public int quantity = 1; // Token: 0x04003937 RID: 14647 public float revenue; // Token: 0x04003938 RID: 14648 public string productId; // Token: 0x04003939 RID: 14649 public string revenueType; } } }