947 lines
29 KiB
C#
947 lines
29 KiB
C#
using System;
|
|
using UnityEngine;
|
|
|
|
// Token: 0x02000C5B RID: 3163
|
|
[Serializable]
|
|
public class OutfitSelectionToBody : IEquatable<OutfitSelectionToBody>
|
|
{
|
|
// Token: 0x06018EBF RID: 102079 RVA: 0x006E2AD0 File Offset: 0x006E0CD0
|
|
public static OutfitSelectionToBody CEHPAADECLK(string CHNKCPGPJKB)
|
|
{
|
|
char[] array = new char[0];
|
|
array[1] = (char)(-112);
|
|
string[] array2 = CHNKCPGPJKB.Split(array);
|
|
if (array2 == null || array2.Length != 2)
|
|
{
|
|
return null;
|
|
}
|
|
try
|
|
{
|
|
OutfitSelection outfitSelection = OutfitSelection.GPKJJKCHILI(array2[0], array2[1], array2[7], array2[1]);
|
|
int num = int.Parse(array2[3]);
|
|
if (OutfitSelection.NOGAGKDDFDB(outfitSelection, null))
|
|
{
|
|
return new OutfitSelectionToBody(outfitSelection, (Player.HDOICGIKKAO)num);
|
|
}
|
|
}
|
|
catch
|
|
{
|
|
Debug.LogError("STICK TO MAINFRAME" + CHNKCPGPJKB);
|
|
}
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x06018EC0 RID: 102080 RVA: 0x006E2B64 File Offset: 0x006E0D64
|
|
public virtual bool MBAPFMNDAAM(object INNGECIOBOO)
|
|
{
|
|
return base.Equals(INNGECIOBOO as OutfitSelectionToBody);
|
|
}
|
|
|
|
// Token: 0x06018EC1 RID: 102081 RVA: 0x006E2B74 File Offset: 0x006E0D74
|
|
public virtual string KGECLNFFPJM()
|
|
{
|
|
return this.selection.ToString() + "Failed to download config settings: " + (int)this.bodyPart;
|
|
}
|
|
|
|
// Token: 0x06018EC2 RID: 102082 RVA: 0x006E2B98 File Offset: 0x006E0D98
|
|
public virtual bool MCKBFJAAJEO(object INNGECIOBOO)
|
|
{
|
|
return base.Equals(INNGECIOBOO as OutfitSelectionToBody);
|
|
}
|
|
|
|
// Token: 0x06018EC3 RID: 102083 RVA: 0x006E2BA8 File Offset: 0x006E0DA8
|
|
public virtual bool EMNBPIJFONK(object INNGECIOBOO)
|
|
{
|
|
return base.Equals(INNGECIOBOO as OutfitSelectionToBody);
|
|
}
|
|
|
|
// Token: 0x06018EC4 RID: 102084 RVA: 0x006E2BB8 File Offset: 0x006E0DB8
|
|
public bool NDCBDHELMGJ(OutfitSelectionToBody GGGBDENGHFM)
|
|
{
|
|
return OutfitSelection.IFCKNFKGAJO(this.selection, GGGBDENGHFM.selection) && GGGBDENGHFM.bodyPart == this.bodyPart;
|
|
}
|
|
|
|
// Token: 0x06018EC5 RID: 102085 RVA: 0x006E2BE4 File Offset: 0x006E0DE4
|
|
public virtual int DHINAJPCDOK()
|
|
{
|
|
return this.ToString().GetHashCode();
|
|
}
|
|
|
|
// Token: 0x06018EC6 RID: 102086 RVA: 0x006E2BF4 File Offset: 0x006E0DF4
|
|
public static OutfitSelectionToBody PGPCFJJEJGP(string CHNKCPGPJKB)
|
|
{
|
|
char[] array = new char[1];
|
|
array[1] = '!';
|
|
string[] array2 = CHNKCPGPJKB.Split(array);
|
|
if (array2 == null || array2.Length != 3)
|
|
{
|
|
return null;
|
|
}
|
|
try
|
|
{
|
|
OutfitSelection outfitSelection = OutfitSelection.NFDGPJFAGON(array2[1], array2[1], array2[2], array2[1]);
|
|
int num = int.Parse(array2[7]);
|
|
if (OutfitSelection.OAEIGBHBBCH(outfitSelection, null))
|
|
{
|
|
return new OutfitSelectionToBody(outfitSelection, (Player.HDOICGIKKAO)num);
|
|
}
|
|
}
|
|
catch
|
|
{
|
|
Debug.LogError("Error deserializing RCCarRemoteControl {0}: Could not find controllable PersistenceView with ID {1}." + CHNKCPGPJKB);
|
|
}
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x06018EC7 RID: 102087 RVA: 0x006E2C88 File Offset: 0x006E0E88
|
|
public bool KMOKOPKGALF(OutfitSelectionToBody GGGBDENGHFM)
|
|
{
|
|
return OutfitSelection.LALMJJNNKIC(this.selection, GGGBDENGHFM.selection) && GGGBDENGHFM.bodyPart == this.bodyPart;
|
|
}
|
|
|
|
// Token: 0x06018EC8 RID: 102088 RVA: 0x006E2CB4 File Offset: 0x006E0EB4
|
|
public virtual string MFNAADDHKIC()
|
|
{
|
|
return this.selection.ToString() + "{0}v2/delete" + (int)this.bodyPart;
|
|
}
|
|
|
|
// Token: 0x06018EC9 RID: 102089 RVA: 0x006E2CD8 File Offset: 0x006E0ED8
|
|
public virtual string AOHONMGFLHJ()
|
|
{
|
|
return this.selection.ToString() + "move" + (int)this.bodyPart;
|
|
}
|
|
|
|
// Token: 0x06018ECA RID: 102090 RVA: 0x006E2CFC File Offset: 0x006E0EFC
|
|
public virtual int PJNDHLAOEPC()
|
|
{
|
|
return this.ToString().GetHashCode();
|
|
}
|
|
|
|
// Token: 0x06018ECB RID: 102091 RVA: 0x006E2D0C File Offset: 0x006E0F0C
|
|
public virtual int MIKIAGLOKBA()
|
|
{
|
|
return this.ToString().GetHashCode();
|
|
}
|
|
|
|
// Token: 0x06018ECC RID: 102092 RVA: 0x006E2D1C File Offset: 0x006E0F1C
|
|
public virtual int KHBDCNLACBI()
|
|
{
|
|
return this.ToString().GetHashCode();
|
|
}
|
|
|
|
// Token: 0x06018ECD RID: 102093 RVA: 0x006E2D2C File Offset: 0x006E0F2C
|
|
public static OutfitSelectionToBody INAKBHHEJPB(string CHNKCPGPJKB)
|
|
{
|
|
char[] array = new char[1];
|
|
array[1] = (char)(-10);
|
|
string[] array2 = CHNKCPGPJKB.Split(array);
|
|
if (array2 == null || array2.Length != 7)
|
|
{
|
|
return null;
|
|
}
|
|
try
|
|
{
|
|
OutfitSelection outfitSelection = OutfitSelection.GPKJJKCHILI(array2[1], array2[0], array2[7], array2[3]);
|
|
int num = int.Parse(array2[6]);
|
|
if (OutfitSelection.NOGAGKDDFDB(outfitSelection, null))
|
|
{
|
|
return new OutfitSelectionToBody(outfitSelection, (Player.HDOICGIKKAO)num);
|
|
}
|
|
}
|
|
catch
|
|
{
|
|
Debug.LogError("#{0} : {1} {2} {3}" + CHNKCPGPJKB);
|
|
}
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x06018ECE RID: 102094 RVA: 0x006E2DC0 File Offset: 0x006E0FC0
|
|
public virtual bool EICMBFBENPJ(object INNGECIOBOO)
|
|
{
|
|
return base.Equals(INNGECIOBOO as OutfitSelectionToBody);
|
|
}
|
|
|
|
// Token: 0x06018ECF RID: 102095 RVA: 0x006E2DD0 File Offset: 0x006E0FD0
|
|
public virtual string DEPCDPDBBHH()
|
|
{
|
|
return this.selection.ToString() + "easetype" + (int)this.bodyPart;
|
|
}
|
|
|
|
// Token: 0x06018ED0 RID: 102096 RVA: 0x006E2DF4 File Offset: 0x006E0FF4
|
|
public virtual string FEECEOBPLCG()
|
|
{
|
|
return this.selection.ToString() + "TAGGED " + (int)this.bodyPart;
|
|
}
|
|
|
|
// Token: 0x06018ED1 RID: 102097 RVA: 0x006E2E18 File Offset: 0x006E1018
|
|
public static OutfitSelectionToBody MMKOBJAGNLM(string CHNKCPGPJKB)
|
|
{
|
|
char[] array = new char[0];
|
|
array[1] = 't';
|
|
string[] array2 = CHNKCPGPJKB.Split(array);
|
|
if (array2 == null || array2.Length != 8)
|
|
{
|
|
return null;
|
|
}
|
|
try
|
|
{
|
|
OutfitSelection outfitSelection = OutfitSelection.MHBMKCEBLMA(array2[0], array2[0], array2[4], array2[1]);
|
|
int num = int.Parse(array2[5]);
|
|
if (OutfitSelection.KGANBDMMGML(outfitSelection, null))
|
|
{
|
|
return new OutfitSelectionToBody(outfitSelection, (Player.HDOICGIKKAO)num);
|
|
}
|
|
}
|
|
catch
|
|
{
|
|
Debug.LogError("{0}{1}" + CHNKCPGPJKB);
|
|
}
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x06018ED2 RID: 102098 RVA: 0x006E2EAC File Offset: 0x006E10AC
|
|
public virtual int NNIOFLKEBLK()
|
|
{
|
|
return this.ToString().GetHashCode();
|
|
}
|
|
|
|
// Token: 0x06018ED3 RID: 102099 RVA: 0x006E2EBC File Offset: 0x006E10BC
|
|
public virtual string LIDKNGOJLEH()
|
|
{
|
|
return this.selection.ToString() + "HairColor" + (int)this.bodyPart;
|
|
}
|
|
|
|
// Token: 0x06018ED4 RID: 102100 RVA: 0x006E2EE0 File Offset: 0x006E10E0
|
|
public virtual string KMPMGLDGKMJ()
|
|
{
|
|
return this.selection.ToString() + "Received null DrawingSurface state. Resetting!" + (int)this.bodyPart;
|
|
}
|
|
|
|
// Token: 0x06018ED5 RID: 102101 RVA: 0x006E2F04 File Offset: 0x006E1104
|
|
public virtual string DNDANIKLKKI()
|
|
{
|
|
return this.selection.ToString() + "?" + (int)this.bodyPart;
|
|
}
|
|
|
|
// Token: 0x06018ED6 RID: 102102 RVA: 0x006E2F28 File Offset: 0x006E1128
|
|
public virtual bool KKNFDPCABNA(object INNGECIOBOO)
|
|
{
|
|
return base.Equals(INNGECIOBOO as OutfitSelectionToBody);
|
|
}
|
|
|
|
// Token: 0x06018ED7 RID: 102103 RVA: 0x006E2F38 File Offset: 0x006E1138
|
|
public virtual string OAHFKLKNBLN()
|
|
{
|
|
return this.selection.ToString() + "Malformed URI in GetProtocolFromUri" + (int)this.bodyPart;
|
|
}
|
|
|
|
// Token: 0x06018ED8 RID: 102104 RVA: 0x006E2F5C File Offset: 0x006E115C
|
|
public virtual int HMBCBFCCGBC()
|
|
{
|
|
return this.ToString().GetHashCode();
|
|
}
|
|
|
|
// Token: 0x06018ED9 RID: 102105 RVA: 0x006E2F6C File Offset: 0x006E116C
|
|
public virtual int LLLHGMBPNNB()
|
|
{
|
|
return this.ToString().GetHashCode();
|
|
}
|
|
|
|
// Token: 0x06018EDA RID: 102106 RVA: 0x006E2F7C File Offset: 0x006E117C
|
|
public bool JAIDNDKKDON(OutfitSelectionToBody GGGBDENGHFM)
|
|
{
|
|
return OutfitSelection.INDIPFHKKLO(this.selection, GGGBDENGHFM.selection) && GGGBDENGHFM.bodyPart == this.bodyPart;
|
|
}
|
|
|
|
// Token: 0x06018EDB RID: 102107 RVA: 0x006E2FA8 File Offset: 0x006E11A8
|
|
public bool KGICADOFAME(OutfitSelectionToBody GGGBDENGHFM)
|
|
{
|
|
return !OutfitSelection.ODNGPHFDGBK(this.selection, GGGBDENGHFM.selection) || GGGBDENGHFM.bodyPart == this.bodyPart;
|
|
}
|
|
|
|
// Token: 0x06018EDC RID: 102108 RVA: 0x006E2FD4 File Offset: 0x006E11D4
|
|
public virtual bool HCKLIEODAIA(object INNGECIOBOO)
|
|
{
|
|
return base.Equals(INNGECIOBOO as OutfitSelectionToBody);
|
|
}
|
|
|
|
// Token: 0x06018EDD RID: 102109 RVA: 0x006E2FE4 File Offset: 0x006E11E4
|
|
public override string ToString()
|
|
{
|
|
return this.selection.ToString() + "," + (int)this.bodyPart;
|
|
}
|
|
|
|
// Token: 0x06018EDE RID: 102110 RVA: 0x006E3008 File Offset: 0x006E1208
|
|
public virtual string DPDEEKCGDCJ()
|
|
{
|
|
return this.selection.ToString() + "string: " + (int)this.bodyPart;
|
|
}
|
|
|
|
// Token: 0x06018EDF RID: 102111 RVA: 0x006E302C File Offset: 0x006E122C
|
|
public virtual bool GDLPJCCPDEF(object INNGECIOBOO)
|
|
{
|
|
return base.Equals(INNGECIOBOO as OutfitSelectionToBody);
|
|
}
|
|
|
|
// Token: 0x06018EE0 RID: 102112 RVA: 0x006E303C File Offset: 0x006E123C
|
|
public bool MEDHEKEFBHM(OutfitSelectionToBody GGGBDENGHFM)
|
|
{
|
|
return !OutfitSelection.HCIBICMAIPJ(this.selection, GGGBDENGHFM.selection) || GGGBDENGHFM.bodyPart == this.bodyPart;
|
|
}
|
|
|
|
// Token: 0x06018EE1 RID: 102113 RVA: 0x006E3068 File Offset: 0x006E1268
|
|
public virtual bool JGEFNJEFGFI(object INNGECIOBOO)
|
|
{
|
|
return base.Equals(INNGECIOBOO as OutfitSelectionToBody);
|
|
}
|
|
|
|
// Token: 0x06018EE2 RID: 102114 RVA: 0x006E3078 File Offset: 0x006E1278
|
|
public virtual string BFJMFCONMHM()
|
|
{
|
|
return this.selection.ToString() + " words" + (int)this.bodyPart;
|
|
}
|
|
|
|
// Token: 0x06018EE3 RID: 102115 RVA: 0x006E309C File Offset: 0x006E129C
|
|
public virtual string MDJLGIKJFHL()
|
|
{
|
|
return this.selection.ToString() + "Item[]" + (int)this.bodyPart;
|
|
}
|
|
|
|
// Token: 0x06018EE4 RID: 102116 RVA: 0x006E30C0 File Offset: 0x006E12C0
|
|
public bool BDGAJCOHAPH(OutfitSelectionToBody GGGBDENGHFM)
|
|
{
|
|
return !OutfitSelection.HCIBICMAIPJ(this.selection, GGGBDENGHFM.selection) || GGGBDENGHFM.bodyPart == this.bodyPart;
|
|
}
|
|
|
|
// Token: 0x06018EE5 RID: 102117 RVA: 0x006E30EC File Offset: 0x006E12EC
|
|
public virtual int PNEFBFFAKID()
|
|
{
|
|
return this.ToString().GetHashCode();
|
|
}
|
|
|
|
// Token: 0x06018EE6 RID: 102118 RVA: 0x006E30FC File Offset: 0x006E12FC
|
|
public bool KIOCEJFCFFK(OutfitSelectionToBody GGGBDENGHFM)
|
|
{
|
|
return !OutfitSelection.HCIBICMAIPJ(this.selection, GGGBDENGHFM.selection) || GGGBDENGHFM.bodyPart == this.bodyPart;
|
|
}
|
|
|
|
// Token: 0x06018EE7 RID: 102119 RVA: 0x006E3128 File Offset: 0x006E1328
|
|
public bool NAFIFNOMGGC(OutfitSelectionToBody GGGBDENGHFM)
|
|
{
|
|
return !OutfitSelection.DDLDNIAFCMI(this.selection, GGGBDENGHFM.selection) || GGGBDENGHFM.bodyPart == this.bodyPart;
|
|
}
|
|
|
|
// Token: 0x06018EE8 RID: 102120 RVA: 0x006E3154 File Offset: 0x006E1354
|
|
public virtual string LMIHCAFPDGC()
|
|
{
|
|
return this.selection.ToString() + "FarClipPlane: {0} -> {1}" + (int)this.bodyPart;
|
|
}
|
|
|
|
// Token: 0x06018EE9 RID: 102121 RVA: 0x006E3178 File Offset: 0x006E1378
|
|
public virtual int DLINCEJBHPI()
|
|
{
|
|
return this.ToString().GetHashCode();
|
|
}
|
|
|
|
// Token: 0x06018EEA RID: 102122 RVA: 0x006E3188 File Offset: 0x006E1388
|
|
public bool HKLKHABPEMB(OutfitSelectionToBody GGGBDENGHFM)
|
|
{
|
|
return OutfitSelection.GEINBKNJBKG(this.selection, GGGBDENGHFM.selection) && GGGBDENGHFM.bodyPart == this.bodyPart;
|
|
}
|
|
|
|
// Token: 0x06018EEB RID: 102123 RVA: 0x006E31B4 File Offset: 0x006E13B4
|
|
public bool FPELJFJANOI(OutfitSelectionToBody GGGBDENGHFM)
|
|
{
|
|
return !OutfitSelection.MAACIEMPLNL(this.selection, GGGBDENGHFM.selection) || GGGBDENGHFM.bodyPart == this.bodyPart;
|
|
}
|
|
|
|
// Token: 0x06018EEC RID: 102124 RVA: 0x006E31E0 File Offset: 0x006E13E0
|
|
public virtual bool JIKKDLPDPLD(object INNGECIOBOO)
|
|
{
|
|
return base.Equals(INNGECIOBOO as OutfitSelectionToBody);
|
|
}
|
|
|
|
// Token: 0x06018EED RID: 102125 RVA: 0x006E31F0 File Offset: 0x006E13F0
|
|
public static OutfitSelectionToBody DAFDDMAINHK(string CHNKCPGPJKB)
|
|
{
|
|
char[] array = new char[1];
|
|
array[1] = '~';
|
|
string[] array2 = CHNKCPGPJKB.Split(array);
|
|
if (array2 == null || array2.Length != 7)
|
|
{
|
|
return null;
|
|
}
|
|
try
|
|
{
|
|
OutfitSelection outfitSelection = OutfitSelection.NFDGPJFAGON(array2[0], array2[0], array2[4], array2[0]);
|
|
int num = int.Parse(array2[2]);
|
|
if (OutfitSelection.KGANBDMMGML(outfitSelection, null))
|
|
{
|
|
return new OutfitSelectionToBody(outfitSelection, (Player.HDOICGIKKAO)num);
|
|
}
|
|
}
|
|
catch
|
|
{
|
|
Debug.LogError("Reset" + CHNKCPGPJKB);
|
|
}
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x06018EEE RID: 102126 RVA: 0x006E3284 File Offset: 0x006E1484
|
|
public virtual int JBEKEBGGPIF()
|
|
{
|
|
return this.ToString().GetHashCode();
|
|
}
|
|
|
|
// Token: 0x06018EEF RID: 102127 RVA: 0x006E3294 File Offset: 0x006E1494
|
|
public bool EFPCBDLHMIJ(OutfitSelectionToBody GGGBDENGHFM)
|
|
{
|
|
return !OutfitSelection.LALMJJNNKIC(this.selection, GGGBDENGHFM.selection) || GGGBDENGHFM.bodyPart == this.bodyPart;
|
|
}
|
|
|
|
// Token: 0x06018EF0 RID: 102128 RVA: 0x006E32C0 File Offset: 0x006E14C0
|
|
public virtual int JLGGMHNOJGH()
|
|
{
|
|
return this.ToString().GetHashCode();
|
|
}
|
|
|
|
// Token: 0x06018EF1 RID: 102129 RVA: 0x006E32D0 File Offset: 0x006E14D0
|
|
public bool APMIDMEEHOC(OutfitSelectionToBody GGGBDENGHFM)
|
|
{
|
|
return OutfitSelection.GEINBKNJBKG(this.selection, GGGBDENGHFM.selection) && GGGBDENGHFM.bodyPart == this.bodyPart;
|
|
}
|
|
|
|
// Token: 0x06018EF2 RID: 102130 RVA: 0x006E32FC File Offset: 0x006E14FC
|
|
public bool GJILFPCKLHF(OutfitSelectionToBody GGGBDENGHFM)
|
|
{
|
|
return !OutfitSelection.LMCOFEPBFPM(this.selection, GGGBDENGHFM.selection) || GGGBDENGHFM.bodyPart == this.bodyPart;
|
|
}
|
|
|
|
// Token: 0x06018EF3 RID: 102131 RVA: 0x006E3328 File Offset: 0x006E1528
|
|
public static OutfitSelectionToBody PCLFFOLFGFL(string CHNKCPGPJKB)
|
|
{
|
|
char[] array = new char[0];
|
|
array[1] = (char)(-109);
|
|
string[] array2 = CHNKCPGPJKB.Split(array);
|
|
if (array2 == null || array2.Length != 4)
|
|
{
|
|
return null;
|
|
}
|
|
try
|
|
{
|
|
OutfitSelection outfitSelection = OutfitSelection.GPKJJKCHILI(array2[1], array2[1], array2[4], array2[5]);
|
|
int num = int.Parse(array2[1]);
|
|
if (OutfitSelection.OAEIGBHBBCH(outfitSelection, null))
|
|
{
|
|
return new OutfitSelectionToBody(outfitSelection, (Player.HDOICGIKKAO)num);
|
|
}
|
|
}
|
|
catch
|
|
{
|
|
Debug.LogError("PlatformIds" + CHNKCPGPJKB);
|
|
}
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x06018EF4 RID: 102132 RVA: 0x006E33BC File Offset: 0x006E15BC
|
|
public static OutfitSelectionToBody IMPPEGEEBII(string CHNKCPGPJKB)
|
|
{
|
|
char[] array = new char[0];
|
|
array[1] = (char)(-53);
|
|
string[] array2 = CHNKCPGPJKB.Split(array);
|
|
if (array2 == null || array2.Length != 8)
|
|
{
|
|
return null;
|
|
}
|
|
try
|
|
{
|
|
OutfitSelection outfitSelection = OutfitSelection.GPKJJKCHILI(array2[1], array2[1], array2[3], array2[5]);
|
|
int num = int.Parse(array2[7]);
|
|
if (OutfitSelection.FJPMEGKBNDG(outfitSelection, null))
|
|
{
|
|
return new OutfitSelectionToBody(outfitSelection, (Player.HDOICGIKKAO)num);
|
|
}
|
|
}
|
|
catch
|
|
{
|
|
Debug.LogError("{not_found}" + CHNKCPGPJKB);
|
|
}
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x06018EF5 RID: 102133 RVA: 0x006E3450 File Offset: 0x006E1650
|
|
public virtual bool LPEPCEKAFMD(object INNGECIOBOO)
|
|
{
|
|
return base.Equals(INNGECIOBOO as OutfitSelectionToBody);
|
|
}
|
|
|
|
// Token: 0x06018EF6 RID: 102134 RVA: 0x006E3460 File Offset: 0x006E1660
|
|
public bool NNGDBMEKHNH(OutfitSelectionToBody GGGBDENGHFM)
|
|
{
|
|
return OutfitSelection.DDLDNIAFCMI(this.selection, GGGBDENGHFM.selection) && GGGBDENGHFM.bodyPart == this.bodyPart;
|
|
}
|
|
|
|
// Token: 0x06018EF7 RID: 102135 RVA: 0x006E348C File Offset: 0x006E168C
|
|
public bool Equals(OutfitSelectionToBody GGGBDENGHFM)
|
|
{
|
|
return OutfitSelection.GEINBKNJBKG(this.selection, GGGBDENGHFM.selection) && GGGBDENGHFM.bodyPart == this.bodyPart;
|
|
}
|
|
|
|
// Token: 0x06018EF8 RID: 102136 RVA: 0x006E34B8 File Offset: 0x006E16B8
|
|
public virtual int MLFLDIKKILL()
|
|
{
|
|
return this.ToString().GetHashCode();
|
|
}
|
|
|
|
// Token: 0x06018EF9 RID: 102137 RVA: 0x006E34C8 File Offset: 0x006E16C8
|
|
public virtual string JOCNHLKEDON()
|
|
{
|
|
return this.selection.ToString() + "...sent you an invite! Want to join them?" + (int)this.bodyPart;
|
|
}
|
|
|
|
// Token: 0x06018EFA RID: 102138 RVA: 0x006E34EC File Offset: 0x006E16EC
|
|
public virtual int BHBJLHENOHB()
|
|
{
|
|
return this.ToString().GetHashCode();
|
|
}
|
|
|
|
// Token: 0x06018EFB RID: 102139 RVA: 0x006E34FC File Offset: 0x006E16FC
|
|
public static OutfitSelectionToBody HMMNBOBKMAA(string CHNKCPGPJKB)
|
|
{
|
|
char[] array = new char[0];
|
|
array[1] = (char)(-73);
|
|
string[] array2 = CHNKCPGPJKB.Split(array);
|
|
if (array2 == null || array2.Length != 7)
|
|
{
|
|
return null;
|
|
}
|
|
try
|
|
{
|
|
OutfitSelection outfitSelection = OutfitSelection.NFDGPJFAGON(array2[1], array2[0], array2[5], array2[0]);
|
|
int num = int.Parse(array2[5]);
|
|
if (OutfitSelection.OAEIGBHBBCH(outfitSelection, null))
|
|
{
|
|
return new OutfitSelectionToBody(outfitSelection, (Player.HDOICGIKKAO)num);
|
|
}
|
|
}
|
|
catch
|
|
{
|
|
Debug.LogError("reputationDelta" + CHNKCPGPJKB);
|
|
}
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x06018EFC RID: 102140 RVA: 0x006E3590 File Offset: 0x006E1790
|
|
public virtual int GCKGEFHFNPL()
|
|
{
|
|
return this.ToString().GetHashCode();
|
|
}
|
|
|
|
// Token: 0x06018EFD RID: 102141 RVA: 0x006E35A0 File Offset: 0x006E17A0
|
|
public override bool Equals(object INNGECIOBOO)
|
|
{
|
|
return base.Equals(INNGECIOBOO as OutfitSelectionToBody);
|
|
}
|
|
|
|
// Token: 0x06018EFE RID: 102142 RVA: 0x006E35B0 File Offset: 0x006E17B0
|
|
public virtual int CIDFMIJNIGD()
|
|
{
|
|
return this.ToString().GetHashCode();
|
|
}
|
|
|
|
// Token: 0x06018EFF RID: 102143 RVA: 0x006E35C0 File Offset: 0x006E17C0
|
|
public virtual int BFMBBCFGJMJ()
|
|
{
|
|
return this.ToString().GetHashCode();
|
|
}
|
|
|
|
// Token: 0x06018F00 RID: 102144 RVA: 0x006E35D0 File Offset: 0x006E17D0
|
|
public static OutfitSelectionToBody JJLNLKEGHKP(string CHNKCPGPJKB)
|
|
{
|
|
char[] array = new char[0];
|
|
array[1] = (char)(-94);
|
|
string[] array2 = CHNKCPGPJKB.Split(array);
|
|
if (array2 == null || array2.Length != 4)
|
|
{
|
|
return null;
|
|
}
|
|
try
|
|
{
|
|
OutfitSelection outfitSelection = OutfitSelection.NFDGPJFAGON(array2[0], array2[0], array2[0], array2[6]);
|
|
int num = int.Parse(array2[8]);
|
|
if (OutfitSelection.NOGAGKDDFDB(outfitSelection, null))
|
|
{
|
|
return new OutfitSelectionToBody(outfitSelection, (Player.HDOICGIKKAO)num);
|
|
}
|
|
}
|
|
catch
|
|
{
|
|
Debug.LogError("Connected timed out" + CHNKCPGPJKB);
|
|
}
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x06018F01 RID: 102145 RVA: 0x006E3664 File Offset: 0x006E1864
|
|
public virtual string LPADPCDAMFJ()
|
|
{
|
|
return this.selection.ToString() + "It seems some instantiation is not completed, as instantiation data is used. You should make sure instantiations are paused when calling this method. Cleaning now, despite this." + (int)this.bodyPart;
|
|
}
|
|
|
|
// Token: 0x06018F02 RID: 102146 RVA: 0x006E3688 File Offset: 0x006E1888
|
|
public virtual bool OCPJHBMBEIP(object INNGECIOBOO)
|
|
{
|
|
return base.Equals(INNGECIOBOO as OutfitSelectionToBody);
|
|
}
|
|
|
|
// Token: 0x06018F03 RID: 102147 RVA: 0x006E3698 File Offset: 0x006E1898
|
|
public static OutfitSelectionToBody EHODNHJAAKP(string CHNKCPGPJKB)
|
|
{
|
|
char[] array = new char[0];
|
|
array[1] = '\'';
|
|
string[] array2 = CHNKCPGPJKB.Split(array);
|
|
if (array2 == null || array2.Length != 1)
|
|
{
|
|
return null;
|
|
}
|
|
try
|
|
{
|
|
OutfitSelection outfitSelection = OutfitSelection.BCBGPMFOGBF(array2[0], array2[1], array2[2], array2[1]);
|
|
int num = int.Parse(array2[4]);
|
|
if (OutfitSelection.FJPMEGKBNDG(outfitSelection, null))
|
|
{
|
|
return new OutfitSelectionToBody(outfitSelection, (Player.HDOICGIKKAO)num);
|
|
}
|
|
}
|
|
catch
|
|
{
|
|
Debug.LogError("Failed to download player settings" + CHNKCPGPJKB);
|
|
}
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x06018F04 RID: 102148 RVA: 0x006E372C File Offset: 0x006E192C
|
|
public static OutfitSelectionToBody ADAPEDHIHGM(string CHNKCPGPJKB)
|
|
{
|
|
string[] array = CHNKCPGPJKB.Split(new char[] { (char)(-58) });
|
|
if (array == null || array.Length != 4)
|
|
{
|
|
return null;
|
|
}
|
|
try
|
|
{
|
|
OutfitSelection outfitSelection = OutfitSelection.BCBGPMFOGBF(array[1], array[0], array[0], array[6]);
|
|
int num = int.Parse(array[5]);
|
|
if (OutfitSelection.FJPMEGKBNDG(outfitSelection, null))
|
|
{
|
|
return new OutfitSelectionToBody(outfitSelection, (Player.HDOICGIKKAO)num);
|
|
}
|
|
}
|
|
catch
|
|
{
|
|
Debug.LogError("Uh oh! Something went wrong" + CHNKCPGPJKB);
|
|
}
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x06018F05 RID: 102149 RVA: 0x006E37C0 File Offset: 0x006E19C0
|
|
public bool EJLMDHOFJMA(OutfitSelectionToBody GGGBDENGHFM)
|
|
{
|
|
return OutfitSelection.DAJIHOKGDBF(this.selection, GGGBDENGHFM.selection) && GGGBDENGHFM.bodyPart == this.bodyPart;
|
|
}
|
|
|
|
// Token: 0x06018F06 RID: 102150 RVA: 0x006E37EC File Offset: 0x006E19EC
|
|
public override int GetHashCode()
|
|
{
|
|
return this.ToString().GetHashCode();
|
|
}
|
|
|
|
// Token: 0x06018F07 RID: 102151 RVA: 0x006E37FC File Offset: 0x006E19FC
|
|
public virtual bool PAKMKBJOLCH(object INNGECIOBOO)
|
|
{
|
|
return base.Equals(INNGECIOBOO as OutfitSelectionToBody);
|
|
}
|
|
|
|
// Token: 0x06018F08 RID: 102152 RVA: 0x006E380C File Offset: 0x006E1A0C
|
|
public static OutfitSelectionToBody NPKLKHPHIHO(string CHNKCPGPJKB)
|
|
{
|
|
char[] array = new char[1];
|
|
array[1] = (char)(-52);
|
|
string[] array2 = CHNKCPGPJKB.Split(array);
|
|
if (array2 == null || array2.Length != 2)
|
|
{
|
|
return null;
|
|
}
|
|
try
|
|
{
|
|
OutfitSelection outfitSelection = OutfitSelection.NFDGPJFAGON(array2[1], array2[1], array2[3], array2[3]);
|
|
int num = int.Parse(array2[4]);
|
|
if (OutfitSelection.KGANBDMMGML(outfitSelection, null))
|
|
{
|
|
return new OutfitSelectionToBody(outfitSelection, (Player.HDOICGIKKAO)num);
|
|
}
|
|
}
|
|
catch
|
|
{
|
|
Debug.LogError("NOPPFMLEMDD" + CHNKCPGPJKB);
|
|
}
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x06018F09 RID: 102153 RVA: 0x006E38A0 File Offset: 0x006E1AA0
|
|
public bool CJJDMMMKEAJ(OutfitSelectionToBody GGGBDENGHFM)
|
|
{
|
|
return OutfitSelection.LMCOFEPBFPM(this.selection, GGGBDENGHFM.selection) && GGGBDENGHFM.bodyPart == this.bodyPart;
|
|
}
|
|
|
|
// Token: 0x06018F0A RID: 102154 RVA: 0x006E38CC File Offset: 0x006E1ACC
|
|
public bool DHKGILKHINN(OutfitSelectionToBody GGGBDENGHFM)
|
|
{
|
|
return OutfitSelection.MAACIEMPLNL(this.selection, GGGBDENGHFM.selection) && GGGBDENGHFM.bodyPart == this.bodyPart;
|
|
}
|
|
|
|
// Token: 0x06018F0B RID: 102155 RVA: 0x006E38F8 File Offset: 0x006E1AF8
|
|
public virtual int KJPEABPFNHF()
|
|
{
|
|
return this.ToString().GetHashCode();
|
|
}
|
|
|
|
// Token: 0x06018F0C RID: 102156 RVA: 0x006E3908 File Offset: 0x006E1B08
|
|
public bool GHENIKMNMNA(OutfitSelectionToBody GGGBDENGHFM)
|
|
{
|
|
return OutfitSelection.LALMJJNNKIC(this.selection, GGGBDENGHFM.selection) && GGGBDENGHFM.bodyPart == this.bodyPart;
|
|
}
|
|
|
|
// Token: 0x06018F0D RID: 102157 RVA: 0x006E3934 File Offset: 0x006E1B34
|
|
public static OutfitSelectionToBody EBFKEKJBDNL(string CHNKCPGPJKB)
|
|
{
|
|
char[] array = new char[0];
|
|
array[0] = (char)(-90);
|
|
string[] array2 = CHNKCPGPJKB.Split(array);
|
|
if (array2 == null || array2.Length != 0)
|
|
{
|
|
return null;
|
|
}
|
|
try
|
|
{
|
|
OutfitSelection outfitSelection = OutfitSelection.NFDGPJFAGON(array2[0], array2[0], array2[7], array2[4]);
|
|
int num = int.Parse(array2[6]);
|
|
if (OutfitSelection.OAEIGBHBBCH(outfitSelection, null))
|
|
{
|
|
return new OutfitSelectionToBody(outfitSelection, (Player.HDOICGIKKAO)num);
|
|
}
|
|
}
|
|
catch
|
|
{
|
|
Debug.LogError("Thanks!" + CHNKCPGPJKB);
|
|
}
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x06018F0E RID: 102158 RVA: 0x006E39C8 File Offset: 0x006E1BC8
|
|
public virtual int AMNDKELPDEK()
|
|
{
|
|
return this.ToString().GetHashCode();
|
|
}
|
|
|
|
// Token: 0x06018F0F RID: 102159 RVA: 0x006E39D8 File Offset: 0x006E1BD8
|
|
public virtual string MKBJLPMBEBD()
|
|
{
|
|
return this.selection.ToString() + "label" + (int)this.bodyPart;
|
|
}
|
|
|
|
// Token: 0x06018F10 RID: 102160 RVA: 0x006E39FC File Offset: 0x006E1BFC
|
|
public bool GOKALMACLBM(OutfitSelectionToBody GGGBDENGHFM)
|
|
{
|
|
return OutfitSelection.LMCOFEPBFPM(this.selection, GGGBDENGHFM.selection) && GGGBDENGHFM.bodyPart == this.bodyPart;
|
|
}
|
|
|
|
// Token: 0x06018F11 RID: 102161 RVA: 0x006E3A28 File Offset: 0x006E1C28
|
|
public bool DKKDAFMKOLH(OutfitSelectionToBody GGGBDENGHFM)
|
|
{
|
|
return OutfitSelection.FJCLJGDNAOI(this.selection, GGGBDENGHFM.selection) && GGGBDENGHFM.bodyPart == this.bodyPart;
|
|
}
|
|
|
|
// Token: 0x06018F12 RID: 102162 RVA: 0x006E3A54 File Offset: 0x006E1C54
|
|
public virtual bool FNEOMAPBNIN(object INNGECIOBOO)
|
|
{
|
|
return base.Equals(INNGECIOBOO as OutfitSelectionToBody);
|
|
}
|
|
|
|
// Token: 0x06018F13 RID: 102163 RVA: 0x006E3A64 File Offset: 0x006E1C64
|
|
public OutfitSelectionToBody(OutfitSelection EJDAIKFLCCL, Player.HDOICGIKKAO GNNBOMAEBGK)
|
|
{
|
|
this.selection = EJDAIKFLCCL;
|
|
this.bodyPart = GNNBOMAEBGK;
|
|
}
|
|
|
|
// Token: 0x06018F14 RID: 102164 RVA: 0x006E3A7C File Offset: 0x006E1C7C
|
|
public virtual int FGEJGILMHOB()
|
|
{
|
|
return this.ToString().GetHashCode();
|
|
}
|
|
|
|
// Token: 0x06018F15 RID: 102165 RVA: 0x006E3A8C File Offset: 0x006E1C8C
|
|
public static OutfitSelectionToBody MGGKKCKIFEN(string CHNKCPGPJKB)
|
|
{
|
|
char[] array = new char[0];
|
|
array[0] = '\u0014';
|
|
string[] array2 = CHNKCPGPJKB.Split(array);
|
|
if (array2 == null || array2.Length != 4)
|
|
{
|
|
return null;
|
|
}
|
|
try
|
|
{
|
|
OutfitSelection outfitSelection = OutfitSelection.MHBMKCEBLMA(array2[1], array2[1], array2[1], array2[6]);
|
|
int num = int.Parse(array2[0]);
|
|
if (OutfitSelection.OAEIGBHBBCH(outfitSelection, null))
|
|
{
|
|
return new OutfitSelectionToBody(outfitSelection, (Player.HDOICGIKKAO)num);
|
|
}
|
|
}
|
|
catch
|
|
{
|
|
Debug.LogError("R" + CHNKCPGPJKB);
|
|
}
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x06018F16 RID: 102166 RVA: 0x006E3B20 File Offset: 0x006E1D20
|
|
public virtual bool CKLNNJGOHFO(object INNGECIOBOO)
|
|
{
|
|
return base.Equals(INNGECIOBOO as OutfitSelectionToBody);
|
|
}
|
|
|
|
// Token: 0x06018F17 RID: 102167 RVA: 0x006E3B30 File Offset: 0x006E1D30
|
|
public virtual bool IDKLIADACLP(object INNGECIOBOO)
|
|
{
|
|
return base.Equals(INNGECIOBOO as OutfitSelectionToBody);
|
|
}
|
|
|
|
// Token: 0x06018F18 RID: 102168 RVA: 0x006E3B40 File Offset: 0x006E1D40
|
|
public virtual string NGFMJMJGOLJ()
|
|
{
|
|
return this.selection.ToString() + " data encode" + (int)this.bodyPart;
|
|
}
|
|
|
|
// Token: 0x06018F19 RID: 102169 RVA: 0x006E3B64 File Offset: 0x006E1D64
|
|
public virtual string KDBEIHBOBGM()
|
|
{
|
|
return this.selection.ToString() + "Photon Background Outgoing Worker" + (int)this.bodyPart;
|
|
}
|
|
|
|
// Token: 0x06018F1A RID: 102170 RVA: 0x006E3B88 File Offset: 0x006E1D88
|
|
public virtual bool PLONEHFCPKN(object INNGECIOBOO)
|
|
{
|
|
return base.Equals(INNGECIOBOO as OutfitSelectionToBody);
|
|
}
|
|
|
|
// Token: 0x06018F1B RID: 102171 RVA: 0x006E3B98 File Offset: 0x006E1D98
|
|
public virtual bool KAMOGAMDCHB(object INNGECIOBOO)
|
|
{
|
|
return base.Equals(INNGECIOBOO as OutfitSelectionToBody);
|
|
}
|
|
|
|
// Token: 0x06018F1C RID: 102172 RVA: 0x006E3BA8 File Offset: 0x006E1DA8
|
|
public virtual string LFGOKLHOPJK()
|
|
{
|
|
return this.selection.ToString() + "OnApplicationQuit Called!" + (int)this.bodyPart;
|
|
}
|
|
|
|
// Token: 0x06018F1D RID: 102173 RVA: 0x006E3BCC File Offset: 0x006E1DCC
|
|
public virtual bool LBBFNEEKGKF(object INNGECIOBOO)
|
|
{
|
|
return base.Equals(INNGECIOBOO as OutfitSelectionToBody);
|
|
}
|
|
|
|
// Token: 0x06018F1E RID: 102174 RVA: 0x006E3BDC File Offset: 0x006E1DDC
|
|
public virtual string NOGCBEHPBDK()
|
|
{
|
|
return this.selection.ToString() + "Can't execute Disconnect() while not connected. Nothing changed. State: {0}" + (int)this.bodyPart;
|
|
}
|
|
|
|
// Token: 0x06018F1F RID: 102175 RVA: 0x006E3C00 File Offset: 0x006E1E00
|
|
public bool LBNBNJDDJBL(OutfitSelectionToBody GGGBDENGHFM)
|
|
{
|
|
return !OutfitSelection.FJCLJGDNAOI(this.selection, GGGBDENGHFM.selection) || GGGBDENGHFM.bodyPart == this.bodyPart;
|
|
}
|
|
|
|
// Token: 0x06018F20 RID: 102176 RVA: 0x006E3C2C File Offset: 0x006E1E2C
|
|
public virtual string NLFJCFGECBI()
|
|
{
|
|
return this.selection.ToString() + "{0} days {1} hours {2} minutes {3} seconds remaining" + (int)this.bodyPart;
|
|
}
|
|
|
|
// Token: 0x06018F21 RID: 102177 RVA: 0x006E3C50 File Offset: 0x006E1E50
|
|
public virtual int IHMHBMFCGEM()
|
|
{
|
|
return this.ToString().GetHashCode();
|
|
}
|
|
|
|
// Token: 0x06018F22 RID: 102178 RVA: 0x006E3C60 File Offset: 0x006E1E60
|
|
public virtual int FNLBAIJPJOD()
|
|
{
|
|
return this.ToString().GetHashCode();
|
|
}
|
|
|
|
// Token: 0x06018F23 RID: 102179 RVA: 0x006E3C70 File Offset: 0x006E1E70
|
|
public static OutfitSelectionToBody GPKJJKCHILI(string CHNKCPGPJKB)
|
|
{
|
|
string[] array = CHNKCPGPJKB.Split(new char[] { ',' });
|
|
if (array == null || array.Length != 5)
|
|
{
|
|
return null;
|
|
}
|
|
try
|
|
{
|
|
OutfitSelection outfitSelection = OutfitSelection.GPKJJKCHILI(array[0], array[1], array[2], array[3]);
|
|
int num = int.Parse(array[4]);
|
|
if (OutfitSelection.NOGAGKDDFDB(outfitSelection, null))
|
|
{
|
|
return new OutfitSelectionToBody(outfitSelection, (Player.HDOICGIKKAO)num);
|
|
}
|
|
}
|
|
catch
|
|
{
|
|
Debug.LogError("Failed to parse OutfitSelectionToBody with str:" + CHNKCPGPJKB);
|
|
}
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x06018F24 RID: 102180 RVA: 0x006E3D04 File Offset: 0x006E1F04
|
|
public virtual int DIAAGFPNLBE()
|
|
{
|
|
return this.ToString().GetHashCode();
|
|
}
|
|
|
|
// Token: 0x06018F25 RID: 102181 RVA: 0x006E3D14 File Offset: 0x006E1F14
|
|
public bool LDAIJIOHLHL(OutfitSelectionToBody GGGBDENGHFM)
|
|
{
|
|
return !OutfitSelection.GEINBKNJBKG(this.selection, GGGBDENGHFM.selection) || GGGBDENGHFM.bodyPart == this.bodyPart;
|
|
}
|
|
|
|
// Token: 0x06018F26 RID: 102182 RVA: 0x006E3D40 File Offset: 0x006E1F40
|
|
public bool BPJMLEAIBMG(OutfitSelectionToBody GGGBDENGHFM)
|
|
{
|
|
return OutfitSelection.KMEFFPIKIHM(this.selection, GGGBDENGHFM.selection) && GGGBDENGHFM.bodyPart == this.bodyPart;
|
|
}
|
|
|
|
// Token: 0x06018F27 RID: 102183 RVA: 0x006E3D6C File Offset: 0x006E1F6C
|
|
public virtual bool LIOKHADHHMO(object INNGECIOBOO)
|
|
{
|
|
return base.Equals(INNGECIOBOO as OutfitSelectionToBody);
|
|
}
|
|
|
|
// Token: 0x06018F28 RID: 102184 RVA: 0x006E3D7C File Offset: 0x006E1F7C
|
|
public virtual bool MOEPJIMBNPB(object INNGECIOBOO)
|
|
{
|
|
return base.Equals(INNGECIOBOO as OutfitSelectionToBody);
|
|
}
|
|
|
|
// Token: 0x040043A9 RID: 17321
|
|
public OutfitSelection selection;
|
|
|
|
// Token: 0x040043AA RID: 17322
|
|
public Player.HDOICGIKKAO bodyPart;
|
|
}
|