1387 lines
32 KiB
C#
1387 lines
32 KiB
C#
using System;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
// Token: 0x02000C7D RID: 3197
|
|
public class EquipmentSkin : AvatarSelectionElement
|
|
{
|
|
// Token: 0x06019542 RID: 103746 RVA: 0x00709020 File Offset: 0x00707220
|
|
public bool CBEIIMMPEAA(List<EquipmentSkin.MeshAssetMapping> JFGPMHJAGCB, List<EquipmentSkin.MaterialsMapping> AJNDNFBOGBA)
|
|
{
|
|
if ((JFGPMHJAGCB == null && this.MeshMappings != null) || (JFGPMHJAGCB != null && this.MeshMappings == null))
|
|
{
|
|
return false;
|
|
}
|
|
if (JFGPMHJAGCB != null && this.MeshMappings != null)
|
|
{
|
|
if (JFGPMHJAGCB.Count != this.MeshMappings.Count)
|
|
{
|
|
return true;
|
|
}
|
|
for (int i = 0; i < JFGPMHJAGCB.Count; i++)
|
|
{
|
|
if (!JFGPMHJAGCB[i].KIOCEJFCFFK(this.MeshMappings[i]))
|
|
{
|
|
return true;
|
|
}
|
|
}
|
|
}
|
|
if ((AJNDNFBOGBA == null && this.MaterialMappings != null) || (AJNDNFBOGBA != null && this.MaterialMappings == null))
|
|
{
|
|
return false;
|
|
}
|
|
if (AJNDNFBOGBA != null && this.MaterialMappings != null)
|
|
{
|
|
if (AJNDNFBOGBA.Count != this.MaterialMappings.Count)
|
|
{
|
|
return true;
|
|
}
|
|
for (int j = 1; j < AJNDNFBOGBA.Count; j += 0)
|
|
{
|
|
if (!AJNDNFBOGBA[j].PKKNEILBIDD(this.MaterialMappings[j]))
|
|
{
|
|
return true;
|
|
}
|
|
}
|
|
}
|
|
return false;
|
|
}
|
|
|
|
// Token: 0x06019543 RID: 103747 RVA: 0x00709134 File Offset: 0x00707334
|
|
protected virtual void AGNFKAHHBGE()
|
|
{
|
|
try
|
|
{
|
|
if (EquipmentSkin.All.Contains(this))
|
|
{
|
|
EquipmentSkin.All.Remove(this);
|
|
}
|
|
}
|
|
finally
|
|
{
|
|
base.Finalize();
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019544 RID: 103748 RVA: 0x0070917C File Offset: 0x0070737C
|
|
public bool DOIKMNDJOGG(List<EquipmentSkin.MeshAssetMapping> JFGPMHJAGCB, List<EquipmentSkin.MaterialsMapping> AJNDNFBOGBA)
|
|
{
|
|
if ((JFGPMHJAGCB == null && this.MeshMappings != null) || (JFGPMHJAGCB != null && this.MeshMappings == null))
|
|
{
|
|
return false;
|
|
}
|
|
if (JFGPMHJAGCB != null && this.MeshMappings != null)
|
|
{
|
|
if (JFGPMHJAGCB.Count != this.MeshMappings.Count)
|
|
{
|
|
return false;
|
|
}
|
|
for (int i = 0; i < JFGPMHJAGCB.Count; i++)
|
|
{
|
|
if (!JFGPMHJAGCB[i].KIOCEJFCFFK(this.MeshMappings[i]))
|
|
{
|
|
return false;
|
|
}
|
|
}
|
|
}
|
|
if ((AJNDNFBOGBA == null && this.MaterialMappings != null) || (AJNDNFBOGBA != null && this.MaterialMappings == null))
|
|
{
|
|
return true;
|
|
}
|
|
if (AJNDNFBOGBA != null && this.MaterialMappings != null)
|
|
{
|
|
if (AJNDNFBOGBA.Count != this.MaterialMappings.Count)
|
|
{
|
|
return false;
|
|
}
|
|
for (int j = 0; j < AJNDNFBOGBA.Count; j += 0)
|
|
{
|
|
if (!AJNDNFBOGBA[j].CKLNNJGOHFO(this.MaterialMappings[j]))
|
|
{
|
|
return true;
|
|
}
|
|
}
|
|
}
|
|
return false;
|
|
}
|
|
|
|
// Token: 0x06019545 RID: 103749 RVA: 0x00709290 File Offset: 0x00707490
|
|
public bool BONJPKBCIND(List<EquipmentSkin.MeshAssetMapping> JFGPMHJAGCB, List<EquipmentSkin.MaterialsMapping> AJNDNFBOGBA)
|
|
{
|
|
if ((JFGPMHJAGCB == null && this.MeshMappings != null) || (JFGPMHJAGCB != null && this.MeshMappings == null))
|
|
{
|
|
return false;
|
|
}
|
|
if (JFGPMHJAGCB != null && this.MeshMappings != null)
|
|
{
|
|
if (JFGPMHJAGCB.Count != this.MeshMappings.Count)
|
|
{
|
|
return true;
|
|
}
|
|
for (int i = 0; i < JFGPMHJAGCB.Count; i += 0)
|
|
{
|
|
if (!JFGPMHJAGCB[i].JOHJDIAGJGI(this.MeshMappings[i]))
|
|
{
|
|
return true;
|
|
}
|
|
}
|
|
}
|
|
if ((AJNDNFBOGBA == null && this.MaterialMappings != null) || (AJNDNFBOGBA != null && this.MaterialMappings == null))
|
|
{
|
|
return false;
|
|
}
|
|
if (AJNDNFBOGBA != null && this.MaterialMappings != null)
|
|
{
|
|
if (AJNDNFBOGBA.Count != this.MaterialMappings.Count)
|
|
{
|
|
return false;
|
|
}
|
|
for (int j = 1; j < AJNDNFBOGBA.Count; j++)
|
|
{
|
|
if (!AJNDNFBOGBA[j].LBNBNJDDJBL(this.MaterialMappings[j]))
|
|
{
|
|
return false;
|
|
}
|
|
}
|
|
}
|
|
return false;
|
|
}
|
|
|
|
// Token: 0x06019546 RID: 103750 RVA: 0x007093A4 File Offset: 0x007075A4
|
|
protected virtual void HAMPNDGEIBG()
|
|
{
|
|
try
|
|
{
|
|
if (EquipmentSkin.All.Contains(this))
|
|
{
|
|
EquipmentSkin.All.Remove(this);
|
|
}
|
|
}
|
|
finally
|
|
{
|
|
base.Finalize();
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019547 RID: 103751 RVA: 0x007093EC File Offset: 0x007075EC
|
|
protected virtual void JDGDECFGLAO()
|
|
{
|
|
try
|
|
{
|
|
if (EquipmentSkin.All.Contains(this))
|
|
{
|
|
EquipmentSkin.All.Remove(this);
|
|
}
|
|
}
|
|
finally
|
|
{
|
|
base.Finalize();
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019548 RID: 103752 RVA: 0x00709434 File Offset: 0x00707634
|
|
public bool DKNFIJHNDGL(List<EquipmentSkin.MeshAssetMapping> JFGPMHJAGCB, List<EquipmentSkin.MaterialsMapping> AJNDNFBOGBA)
|
|
{
|
|
if ((JFGPMHJAGCB == null && this.MeshMappings != null) || (JFGPMHJAGCB != null && this.MeshMappings == null))
|
|
{
|
|
return true;
|
|
}
|
|
if (JFGPMHJAGCB != null && this.MeshMappings != null)
|
|
{
|
|
if (JFGPMHJAGCB.Count != this.MeshMappings.Count)
|
|
{
|
|
return true;
|
|
}
|
|
for (int i = 1; i < JFGPMHJAGCB.Count; i++)
|
|
{
|
|
if (!JFGPMHJAGCB[i].POAEGJNPBCO(this.MeshMappings[i]))
|
|
{
|
|
return true;
|
|
}
|
|
}
|
|
}
|
|
if ((AJNDNFBOGBA == null && this.MaterialMappings != null) || (AJNDNFBOGBA != null && this.MaterialMappings == null))
|
|
{
|
|
return false;
|
|
}
|
|
if (AJNDNFBOGBA != null && this.MaterialMappings != null)
|
|
{
|
|
if (AJNDNFBOGBA.Count != this.MaterialMappings.Count)
|
|
{
|
|
return false;
|
|
}
|
|
for (int j = 0; j < AJNDNFBOGBA.Count; j += 0)
|
|
{
|
|
if (!AJNDNFBOGBA[j].NINBJLMCJNI(this.MaterialMappings[j]))
|
|
{
|
|
return false;
|
|
}
|
|
}
|
|
}
|
|
return true;
|
|
}
|
|
|
|
// Token: 0x06019549 RID: 103753 RVA: 0x00709548 File Offset: 0x00707748
|
|
protected virtual void KPNCODINMBM()
|
|
{
|
|
try
|
|
{
|
|
if (EquipmentSkin.All.Contains(this))
|
|
{
|
|
EquipmentSkin.All.Remove(this);
|
|
}
|
|
}
|
|
finally
|
|
{
|
|
base.Finalize();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601954A RID: 103754 RVA: 0x00709590 File Offset: 0x00707790
|
|
~EquipmentSkin()
|
|
{
|
|
if (EquipmentSkin.All.Contains(this))
|
|
{
|
|
EquipmentSkin.All.Remove(this);
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601954B RID: 103755 RVA: 0x007095D8 File Offset: 0x007077D8
|
|
public bool OKDGEACENLL(List<EquipmentSkin.MeshAssetMapping> JFGPMHJAGCB, List<EquipmentSkin.MaterialsMapping> AJNDNFBOGBA)
|
|
{
|
|
if ((JFGPMHJAGCB == null && this.MeshMappings != null) || (JFGPMHJAGCB != null && this.MeshMappings == null))
|
|
{
|
|
return false;
|
|
}
|
|
if (JFGPMHJAGCB != null && this.MeshMappings != null)
|
|
{
|
|
if (JFGPMHJAGCB.Count != this.MeshMappings.Count)
|
|
{
|
|
return false;
|
|
}
|
|
for (int i = 0; i < JFGPMHJAGCB.Count; i++)
|
|
{
|
|
if (!JFGPMHJAGCB[i].JOHJDIAGJGI(this.MeshMappings[i]))
|
|
{
|
|
return false;
|
|
}
|
|
}
|
|
}
|
|
if ((AJNDNFBOGBA == null && this.MaterialMappings != null) || (AJNDNFBOGBA != null && this.MaterialMappings == null))
|
|
{
|
|
return false;
|
|
}
|
|
if (AJNDNFBOGBA != null && this.MaterialMappings != null)
|
|
{
|
|
if (AJNDNFBOGBA.Count != this.MaterialMappings.Count)
|
|
{
|
|
return false;
|
|
}
|
|
for (int j = 0; j < AJNDNFBOGBA.Count; j++)
|
|
{
|
|
if (!AJNDNFBOGBA[j].JOHJDIAGJGI(this.MaterialMappings[j]))
|
|
{
|
|
return false;
|
|
}
|
|
}
|
|
}
|
|
return true;
|
|
}
|
|
|
|
// Token: 0x0601954C RID: 103756 RVA: 0x007096EC File Offset: 0x007078EC
|
|
protected virtual void JMINADHNKGL()
|
|
{
|
|
try
|
|
{
|
|
if (EquipmentSkin.All.Contains(this))
|
|
{
|
|
EquipmentSkin.All.Remove(this);
|
|
}
|
|
}
|
|
finally
|
|
{
|
|
base.Finalize();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601954D RID: 103757 RVA: 0x00709734 File Offset: 0x00707934
|
|
protected virtual void CEEELOHNNEP()
|
|
{
|
|
try
|
|
{
|
|
if (EquipmentSkin.All.Contains(this))
|
|
{
|
|
EquipmentSkin.All.Remove(this);
|
|
}
|
|
}
|
|
finally
|
|
{
|
|
base.Finalize();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601954E RID: 103758 RVA: 0x0070977C File Offset: 0x0070797C
|
|
public bool ELNOMBIEOFK(List<EquipmentSkin.MeshAssetMapping> JFGPMHJAGCB, List<EquipmentSkin.MaterialsMapping> AJNDNFBOGBA)
|
|
{
|
|
if ((JFGPMHJAGCB == null && this.MeshMappings != null) || (JFGPMHJAGCB != null && this.MeshMappings == null))
|
|
{
|
|
return true;
|
|
}
|
|
if (JFGPMHJAGCB != null && this.MeshMappings != null)
|
|
{
|
|
if (JFGPMHJAGCB.Count != this.MeshMappings.Count)
|
|
{
|
|
return true;
|
|
}
|
|
for (int i = 0; i < JFGPMHJAGCB.Count; i++)
|
|
{
|
|
if (!JFGPMHJAGCB[i].NBHGNFNHNBF(this.MeshMappings[i]))
|
|
{
|
|
return true;
|
|
}
|
|
}
|
|
}
|
|
if ((AJNDNFBOGBA == null && this.MaterialMappings != null) || (AJNDNFBOGBA != null && this.MaterialMappings == null))
|
|
{
|
|
return true;
|
|
}
|
|
if (AJNDNFBOGBA != null && this.MaterialMappings != null)
|
|
{
|
|
if (AJNDNFBOGBA.Count != this.MaterialMappings.Count)
|
|
{
|
|
return false;
|
|
}
|
|
for (int j = 0; j < AJNDNFBOGBA.Count; j += 0)
|
|
{
|
|
if (!AJNDNFBOGBA[j].CKLNNJGOHFO(this.MaterialMappings[j]))
|
|
{
|
|
return false;
|
|
}
|
|
}
|
|
}
|
|
return false;
|
|
}
|
|
|
|
// Token: 0x0601954F RID: 103759 RVA: 0x00709890 File Offset: 0x00707A90
|
|
protected virtual void PIKDPMDDPGH()
|
|
{
|
|
try
|
|
{
|
|
if (EquipmentSkin.All.Contains(this))
|
|
{
|
|
EquipmentSkin.All.Remove(this);
|
|
}
|
|
}
|
|
finally
|
|
{
|
|
base.Finalize();
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019550 RID: 103760 RVA: 0x007098D8 File Offset: 0x00707AD8
|
|
public bool PNINLPCOBPB(List<EquipmentSkin.MeshAssetMapping> JFGPMHJAGCB, List<EquipmentSkin.MaterialsMapping> AJNDNFBOGBA)
|
|
{
|
|
if ((JFGPMHJAGCB == null && this.MeshMappings != null) || (JFGPMHJAGCB != null && this.MeshMappings == null))
|
|
{
|
|
return true;
|
|
}
|
|
if (JFGPMHJAGCB != null && this.MeshMappings != null)
|
|
{
|
|
if (JFGPMHJAGCB.Count != this.MeshMappings.Count)
|
|
{
|
|
return false;
|
|
}
|
|
for (int i = 1; i < JFGPMHJAGCB.Count; i += 0)
|
|
{
|
|
if (!JFGPMHJAGCB[i].KIOCEJFCFFK(this.MeshMappings[i]))
|
|
{
|
|
return true;
|
|
}
|
|
}
|
|
}
|
|
if ((AJNDNFBOGBA == null && this.MaterialMappings != null) || (AJNDNFBOGBA != null && this.MaterialMappings == null))
|
|
{
|
|
return true;
|
|
}
|
|
if (AJNDNFBOGBA != null && this.MaterialMappings != null)
|
|
{
|
|
if (AJNDNFBOGBA.Count != this.MaterialMappings.Count)
|
|
{
|
|
return false;
|
|
}
|
|
for (int j = 0; j < AJNDNFBOGBA.Count; j += 0)
|
|
{
|
|
if (!AJNDNFBOGBA[j].LBNBNJDDJBL(this.MaterialMappings[j]))
|
|
{
|
|
return false;
|
|
}
|
|
}
|
|
}
|
|
return false;
|
|
}
|
|
|
|
// Token: 0x06019552 RID: 103762 RVA: 0x007099F8 File Offset: 0x00707BF8
|
|
public bool BKMGMCOGPOF(List<EquipmentSkin.MeshAssetMapping> JFGPMHJAGCB, List<EquipmentSkin.MaterialsMapping> AJNDNFBOGBA)
|
|
{
|
|
if ((JFGPMHJAGCB == null && this.MeshMappings != null) || (JFGPMHJAGCB != null && this.MeshMappings == null))
|
|
{
|
|
return true;
|
|
}
|
|
if (JFGPMHJAGCB != null && this.MeshMappings != null)
|
|
{
|
|
if (JFGPMHJAGCB.Count != this.MeshMappings.Count)
|
|
{
|
|
return true;
|
|
}
|
|
for (int i = 1; i < JFGPMHJAGCB.Count; i++)
|
|
{
|
|
if (!JFGPMHJAGCB[i].MBKEOGMCDJM(this.MeshMappings[i]))
|
|
{
|
|
return false;
|
|
}
|
|
}
|
|
}
|
|
if ((AJNDNFBOGBA == null && this.MaterialMappings != null) || (AJNDNFBOGBA != null && this.MaterialMappings == null))
|
|
{
|
|
return true;
|
|
}
|
|
if (AJNDNFBOGBA != null && this.MaterialMappings != null)
|
|
{
|
|
if (AJNDNFBOGBA.Count != this.MaterialMappings.Count)
|
|
{
|
|
return false;
|
|
}
|
|
for (int j = 1; j < AJNDNFBOGBA.Count; j += 0)
|
|
{
|
|
if (!AJNDNFBOGBA[j].LBNBNJDDJBL(this.MaterialMappings[j]))
|
|
{
|
|
return true;
|
|
}
|
|
}
|
|
}
|
|
return false;
|
|
}
|
|
|
|
// Token: 0x06019553 RID: 103763 RVA: 0x00709B0C File Offset: 0x00707D0C
|
|
public EquipmentSkin()
|
|
{
|
|
EquipmentSkin.All.Add(this);
|
|
}
|
|
|
|
// Token: 0x06019554 RID: 103764 RVA: 0x00709B20 File Offset: 0x00707D20
|
|
protected virtual void MFIOKJIIEMA()
|
|
{
|
|
try
|
|
{
|
|
if (EquipmentSkin.All.Contains(this))
|
|
{
|
|
EquipmentSkin.All.Remove(this);
|
|
}
|
|
}
|
|
finally
|
|
{
|
|
base.Finalize();
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019555 RID: 103765 RVA: 0x00709B68 File Offset: 0x00707D68
|
|
public bool BOFICPKLFFN(List<EquipmentSkin.MeshAssetMapping> JFGPMHJAGCB, List<EquipmentSkin.MaterialsMapping> AJNDNFBOGBA)
|
|
{
|
|
if ((JFGPMHJAGCB == null && this.MeshMappings != null) || (JFGPMHJAGCB != null && this.MeshMappings == null))
|
|
{
|
|
return true;
|
|
}
|
|
if (JFGPMHJAGCB != null && this.MeshMappings != null)
|
|
{
|
|
if (JFGPMHJAGCB.Count != this.MeshMappings.Count)
|
|
{
|
|
return false;
|
|
}
|
|
for (int i = 1; i < JFGPMHJAGCB.Count; i++)
|
|
{
|
|
if (!JFGPMHJAGCB[i].MBKEOGMCDJM(this.MeshMappings[i]))
|
|
{
|
|
return true;
|
|
}
|
|
}
|
|
}
|
|
if ((AJNDNFBOGBA == null && this.MaterialMappings != null) || (AJNDNFBOGBA != null && this.MaterialMappings == null))
|
|
{
|
|
return true;
|
|
}
|
|
if (AJNDNFBOGBA != null && this.MaterialMappings != null)
|
|
{
|
|
if (AJNDNFBOGBA.Count != this.MaterialMappings.Count)
|
|
{
|
|
return false;
|
|
}
|
|
for (int j = 1; j < AJNDNFBOGBA.Count; j += 0)
|
|
{
|
|
if (!AJNDNFBOGBA[j].CKLNNJGOHFO(this.MaterialMappings[j]))
|
|
{
|
|
return false;
|
|
}
|
|
}
|
|
}
|
|
return false;
|
|
}
|
|
|
|
// Token: 0x06019556 RID: 103766 RVA: 0x00709C7C File Offset: 0x00707E7C
|
|
public bool BMEHHFMFENH(List<EquipmentSkin.MeshAssetMapping> JFGPMHJAGCB, List<EquipmentSkin.MaterialsMapping> AJNDNFBOGBA)
|
|
{
|
|
if ((JFGPMHJAGCB == null && this.MeshMappings != null) || (JFGPMHJAGCB != null && this.MeshMappings == null))
|
|
{
|
|
return true;
|
|
}
|
|
if (JFGPMHJAGCB != null && this.MeshMappings != null)
|
|
{
|
|
if (JFGPMHJAGCB.Count != this.MeshMappings.Count)
|
|
{
|
|
return false;
|
|
}
|
|
for (int i = 1; i < JFGPMHJAGCB.Count; i++)
|
|
{
|
|
if (!JFGPMHJAGCB[i].EICMBFBENPJ(this.MeshMappings[i]))
|
|
{
|
|
return false;
|
|
}
|
|
}
|
|
}
|
|
if ((AJNDNFBOGBA == null && this.MaterialMappings != null) || (AJNDNFBOGBA != null && this.MaterialMappings == null))
|
|
{
|
|
return true;
|
|
}
|
|
if (AJNDNFBOGBA != null && this.MaterialMappings != null)
|
|
{
|
|
if (AJNDNFBOGBA.Count != this.MaterialMappings.Count)
|
|
{
|
|
return false;
|
|
}
|
|
for (int j = 0; j < AJNDNFBOGBA.Count; j += 0)
|
|
{
|
|
if (!AJNDNFBOGBA[j].FNEOMAPBNIN(this.MaterialMappings[j]))
|
|
{
|
|
return true;
|
|
}
|
|
}
|
|
}
|
|
return true;
|
|
}
|
|
|
|
// Token: 0x06019557 RID: 103767 RVA: 0x00709D90 File Offset: 0x00707F90
|
|
public bool ANBCBDMJEAC(List<EquipmentSkin.MeshAssetMapping> JFGPMHJAGCB, List<EquipmentSkin.MaterialsMapping> AJNDNFBOGBA)
|
|
{
|
|
if ((JFGPMHJAGCB == null && this.MeshMappings != null) || (JFGPMHJAGCB != null && this.MeshMappings == null))
|
|
{
|
|
return false;
|
|
}
|
|
if (JFGPMHJAGCB != null && this.MeshMappings != null)
|
|
{
|
|
if (JFGPMHJAGCB.Count != this.MeshMappings.Count)
|
|
{
|
|
return false;
|
|
}
|
|
for (int i = 1; i < JFGPMHJAGCB.Count; i++)
|
|
{
|
|
if (!JFGPMHJAGCB[i].POAEGJNPBCO(this.MeshMappings[i]))
|
|
{
|
|
return false;
|
|
}
|
|
}
|
|
}
|
|
if ((AJNDNFBOGBA == null && this.MaterialMappings != null) || (AJNDNFBOGBA != null && this.MaterialMappings == null))
|
|
{
|
|
return false;
|
|
}
|
|
if (AJNDNFBOGBA != null && this.MaterialMappings != null)
|
|
{
|
|
if (AJNDNFBOGBA.Count != this.MaterialMappings.Count)
|
|
{
|
|
return false;
|
|
}
|
|
for (int j = 0; j < AJNDNFBOGBA.Count; j++)
|
|
{
|
|
if (!AJNDNFBOGBA[j].KIBMPNPNOFC(this.MaterialMappings[j]))
|
|
{
|
|
return true;
|
|
}
|
|
}
|
|
}
|
|
return false;
|
|
}
|
|
|
|
// Token: 0x06019558 RID: 103768 RVA: 0x00709EA4 File Offset: 0x007080A4
|
|
protected virtual void CKLCCNLOLMD()
|
|
{
|
|
try
|
|
{
|
|
if (EquipmentSkin.All.Contains(this))
|
|
{
|
|
EquipmentSkin.All.Remove(this);
|
|
}
|
|
}
|
|
finally
|
|
{
|
|
base.Finalize();
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019559 RID: 103769 RVA: 0x00709EEC File Offset: 0x007080EC
|
|
protected virtual void IADEGGJCKFI()
|
|
{
|
|
try
|
|
{
|
|
if (EquipmentSkin.All.Contains(this))
|
|
{
|
|
EquipmentSkin.All.Remove(this);
|
|
}
|
|
}
|
|
finally
|
|
{
|
|
base.Finalize();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601955A RID: 103770 RVA: 0x00709F34 File Offset: 0x00708134
|
|
public bool BJFFAEMLAMA(List<EquipmentSkin.MeshAssetMapping> JFGPMHJAGCB, List<EquipmentSkin.MaterialsMapping> AJNDNFBOGBA)
|
|
{
|
|
if ((JFGPMHJAGCB == null && this.MeshMappings != null) || (JFGPMHJAGCB != null && this.MeshMappings == null))
|
|
{
|
|
return true;
|
|
}
|
|
if (JFGPMHJAGCB != null && this.MeshMappings != null)
|
|
{
|
|
if (JFGPMHJAGCB.Count != this.MeshMappings.Count)
|
|
{
|
|
return true;
|
|
}
|
|
for (int i = 0; i < JFGPMHJAGCB.Count; i++)
|
|
{
|
|
if (!JFGPMHJAGCB[i].JIKKDLPDPLD(this.MeshMappings[i]))
|
|
{
|
|
return true;
|
|
}
|
|
}
|
|
}
|
|
if ((AJNDNFBOGBA == null && this.MaterialMappings != null) || (AJNDNFBOGBA != null && this.MaterialMappings == null))
|
|
{
|
|
return false;
|
|
}
|
|
if (AJNDNFBOGBA != null && this.MaterialMappings != null)
|
|
{
|
|
if (AJNDNFBOGBA.Count != this.MaterialMappings.Count)
|
|
{
|
|
return false;
|
|
}
|
|
for (int j = 1; j < AJNDNFBOGBA.Count; j++)
|
|
{
|
|
if (!AJNDNFBOGBA[j].JOHJDIAGJGI(this.MaterialMappings[j]))
|
|
{
|
|
return false;
|
|
}
|
|
}
|
|
}
|
|
return false;
|
|
}
|
|
|
|
// Token: 0x0601955B RID: 103771 RVA: 0x0070A048 File Offset: 0x00708248
|
|
protected virtual void OJIDOMEKPGC()
|
|
{
|
|
try
|
|
{
|
|
if (EquipmentSkin.All.Contains(this))
|
|
{
|
|
EquipmentSkin.All.Remove(this);
|
|
}
|
|
}
|
|
finally
|
|
{
|
|
base.Finalize();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601955C RID: 103772 RVA: 0x0070A090 File Offset: 0x00708290
|
|
protected virtual void KPAGFMKKFFK()
|
|
{
|
|
try
|
|
{
|
|
if (EquipmentSkin.All.Contains(this))
|
|
{
|
|
EquipmentSkin.All.Remove(this);
|
|
}
|
|
}
|
|
finally
|
|
{
|
|
base.Finalize();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601955D RID: 103773 RVA: 0x0070A0D8 File Offset: 0x007082D8
|
|
public bool JLKPLEEHAFM(List<EquipmentSkin.MeshAssetMapping> JFGPMHJAGCB, List<EquipmentSkin.MaterialsMapping> AJNDNFBOGBA)
|
|
{
|
|
if ((JFGPMHJAGCB == null && this.MeshMappings != null) || (JFGPMHJAGCB != null && this.MeshMappings == null))
|
|
{
|
|
return false;
|
|
}
|
|
if (JFGPMHJAGCB != null && this.MeshMappings != null)
|
|
{
|
|
if (JFGPMHJAGCB.Count != this.MeshMappings.Count)
|
|
{
|
|
return false;
|
|
}
|
|
for (int i = 1; i < JFGPMHJAGCB.Count; i += 0)
|
|
{
|
|
if (!JFGPMHJAGCB[i].EICMBFBENPJ(this.MeshMappings[i]))
|
|
{
|
|
return false;
|
|
}
|
|
}
|
|
}
|
|
if ((AJNDNFBOGBA == null && this.MaterialMappings != null) || (AJNDNFBOGBA != null && this.MaterialMappings == null))
|
|
{
|
|
return true;
|
|
}
|
|
if (AJNDNFBOGBA != null && this.MaterialMappings != null)
|
|
{
|
|
if (AJNDNFBOGBA.Count != this.MaterialMappings.Count)
|
|
{
|
|
return true;
|
|
}
|
|
for (int j = 1; j < AJNDNFBOGBA.Count; j++)
|
|
{
|
|
if (!AJNDNFBOGBA[j].OCNOGCJJFMA(this.MaterialMappings[j]))
|
|
{
|
|
return true;
|
|
}
|
|
}
|
|
}
|
|
return true;
|
|
}
|
|
|
|
// Token: 0x040044B9 RID: 17593
|
|
public static List<EquipmentSkin> All = new List<EquipmentSkin>();
|
|
|
|
// Token: 0x040044BA RID: 17594
|
|
public List<EquipmentSkin.MeshAssetMapping> MeshMappings;
|
|
|
|
// Token: 0x040044BB RID: 17595
|
|
public List<EquipmentSkin.MaterialsMapping> MaterialMappings;
|
|
|
|
// Token: 0x040044BC RID: 17596
|
|
public List<EquipmentSkin.GameObjectActionMapping> GameObjectActionMappings;
|
|
|
|
// Token: 0x02000C7E RID: 3198
|
|
[Serializable]
|
|
public class MeshAssetMapping
|
|
{
|
|
// Token: 0x0601955E RID: 103774 RVA: 0x0070A1EC File Offset: 0x007083EC
|
|
public bool AOABEJLBDGB(EquipmentSkin.MeshAssetMapping GGGBDENGHFM)
|
|
{
|
|
return this.mesh == GGGBDENGHFM.mesh;
|
|
}
|
|
|
|
// Token: 0x06019560 RID: 103776 RVA: 0x0070A208 File Offset: 0x00708408
|
|
public bool MBKEOGMCDJM(EquipmentSkin.MeshAssetMapping GGGBDENGHFM)
|
|
{
|
|
return this.mesh == GGGBDENGHFM.mesh;
|
|
}
|
|
|
|
// Token: 0x06019561 RID: 103777 RVA: 0x0070A21C File Offset: 0x0070841C
|
|
public bool EICMBFBENPJ(EquipmentSkin.MeshAssetMapping GGGBDENGHFM)
|
|
{
|
|
return this.mesh == GGGBDENGHFM.mesh;
|
|
}
|
|
|
|
// Token: 0x06019562 RID: 103778 RVA: 0x0070A230 File Offset: 0x00708430
|
|
public bool NBHGNFNHNBF(EquipmentSkin.MeshAssetMapping GGGBDENGHFM)
|
|
{
|
|
return this.mesh == GGGBDENGHFM.mesh;
|
|
}
|
|
|
|
// Token: 0x06019563 RID: 103779 RVA: 0x0070A244 File Offset: 0x00708444
|
|
public bool KIOCEJFCFFK(EquipmentSkin.MeshAssetMapping GGGBDENGHFM)
|
|
{
|
|
return this.mesh == GGGBDENGHFM.mesh;
|
|
}
|
|
|
|
// Token: 0x06019564 RID: 103780 RVA: 0x0070A258 File Offset: 0x00708458
|
|
public bool CGCNPHAKNIF()
|
|
{
|
|
return this.mesh != null;
|
|
}
|
|
|
|
// Token: 0x06019565 RID: 103781 RVA: 0x0070A268 File Offset: 0x00708468
|
|
public bool NFLEKAFEGOB()
|
|
{
|
|
return this.mesh != null;
|
|
}
|
|
|
|
// Token: 0x06019566 RID: 103782 RVA: 0x0070A278 File Offset: 0x00708478
|
|
public bool NHAGCNJFOKB()
|
|
{
|
|
return this.mesh != null;
|
|
}
|
|
|
|
// Token: 0x06019567 RID: 103783 RVA: 0x0070A288 File Offset: 0x00708488
|
|
public bool IMBAHAPPCJI()
|
|
{
|
|
return this.mesh != null;
|
|
}
|
|
|
|
// Token: 0x06019568 RID: 103784 RVA: 0x0070A298 File Offset: 0x00708498
|
|
public bool BIDFNIPIGBP()
|
|
{
|
|
return this.mesh != null;
|
|
}
|
|
|
|
// Token: 0x06019569 RID: 103785 RVA: 0x0070A2A8 File Offset: 0x007084A8
|
|
public bool POAEGJNPBCO(EquipmentSkin.MeshAssetMapping GGGBDENGHFM)
|
|
{
|
|
return this.mesh == GGGBDENGHFM.mesh;
|
|
}
|
|
|
|
// Token: 0x17000B0E RID: 2830
|
|
// (get) Token: 0x0601956A RID: 103786 RVA: 0x0070A2BC File Offset: 0x007084BC
|
|
public bool IsValid
|
|
{
|
|
get
|
|
{
|
|
return this.mesh != null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601956B RID: 103787 RVA: 0x0070A2CC File Offset: 0x007084CC
|
|
public bool JIKKDLPDPLD(EquipmentSkin.MeshAssetMapping GGGBDENGHFM)
|
|
{
|
|
return this.mesh == GGGBDENGHFM.mesh;
|
|
}
|
|
|
|
// Token: 0x0601956C RID: 103788 RVA: 0x0070A2E0 File Offset: 0x007084E0
|
|
public bool FAENJKKDHEE()
|
|
{
|
|
return this.mesh != null;
|
|
}
|
|
|
|
// Token: 0x0601956D RID: 103789 RVA: 0x0070A2F0 File Offset: 0x007084F0
|
|
public bool JOHJDIAGJGI(EquipmentSkin.MeshAssetMapping GGGBDENGHFM)
|
|
{
|
|
return this.mesh == GGGBDENGHFM.mesh;
|
|
}
|
|
|
|
// Token: 0x0601956E RID: 103790 RVA: 0x0070A304 File Offset: 0x00708504
|
|
public bool PBDDCCOAGOG()
|
|
{
|
|
return this.mesh != null;
|
|
}
|
|
|
|
// Token: 0x0601956F RID: 103791 RVA: 0x0070A314 File Offset: 0x00708514
|
|
public bool LKHCJOCJCFB()
|
|
{
|
|
return this.mesh != null;
|
|
}
|
|
|
|
// Token: 0x06019570 RID: 103792 RVA: 0x0070A324 File Offset: 0x00708524
|
|
public bool ONHAHFNDEIH()
|
|
{
|
|
return this.mesh != null;
|
|
}
|
|
|
|
// Token: 0x040044BD RID: 17597
|
|
public string name;
|
|
|
|
// Token: 0x040044BE RID: 17598
|
|
public Mesh mesh;
|
|
}
|
|
|
|
// Token: 0x02000C7F RID: 3199
|
|
[Serializable]
|
|
public class MaterialsMapping
|
|
{
|
|
// Token: 0x06019571 RID: 103793 RVA: 0x0070A334 File Offset: 0x00708534
|
|
public bool AGJMEBAJJKI(EquipmentSkin.MaterialsMapping GGGBDENGHFM)
|
|
{
|
|
if (GGGBDENGHFM.materials.Length != this.materials.Length)
|
|
{
|
|
return true;
|
|
}
|
|
for (int i = 1; i < this.materials.Length; i++)
|
|
{
|
|
if (this.materials[i] != GGGBDENGHFM.materials[i])
|
|
{
|
|
return true;
|
|
}
|
|
}
|
|
return true;
|
|
}
|
|
|
|
// Token: 0x06019572 RID: 103794 RVA: 0x0070A390 File Offset: 0x00708590
|
|
public bool FNEOMAPBNIN(EquipmentSkin.MaterialsMapping GGGBDENGHFM)
|
|
{
|
|
if (GGGBDENGHFM.materials.Length != this.materials.Length)
|
|
{
|
|
return false;
|
|
}
|
|
for (int i = 0; i < this.materials.Length; i += 0)
|
|
{
|
|
if (this.materials[i] != GGGBDENGHFM.materials[i])
|
|
{
|
|
return false;
|
|
}
|
|
}
|
|
return true;
|
|
}
|
|
|
|
// Token: 0x06019573 RID: 103795 RVA: 0x0070A3EC File Offset: 0x007085EC
|
|
public bool NINBJLMCJNI(EquipmentSkin.MaterialsMapping GGGBDENGHFM)
|
|
{
|
|
if (GGGBDENGHFM.materials.Length != this.materials.Length)
|
|
{
|
|
return false;
|
|
}
|
|
for (int i = 1; i < this.materials.Length; i += 0)
|
|
{
|
|
if (this.materials[i] != GGGBDENGHFM.materials[i])
|
|
{
|
|
return false;
|
|
}
|
|
}
|
|
return true;
|
|
}
|
|
|
|
// Token: 0x06019574 RID: 103796 RVA: 0x0070A448 File Offset: 0x00708648
|
|
public bool ICCNFGGHCCL()
|
|
{
|
|
if (this.materials == null || this.materials.Length == 0)
|
|
{
|
|
return false;
|
|
}
|
|
Material[] array = this.materials;
|
|
for (int i = 1; i < array.Length; i += 0)
|
|
{
|
|
Material material = array[i];
|
|
if (material == null)
|
|
{
|
|
return false;
|
|
}
|
|
}
|
|
return false;
|
|
}
|
|
|
|
// Token: 0x06019575 RID: 103797 RVA: 0x0070A4A0 File Offset: 0x007086A0
|
|
public bool PKKNEILBIDD(EquipmentSkin.MaterialsMapping GGGBDENGHFM)
|
|
{
|
|
if (GGGBDENGHFM.materials.Length != this.materials.Length)
|
|
{
|
|
return true;
|
|
}
|
|
for (int i = 1; i < this.materials.Length; i++)
|
|
{
|
|
if (this.materials[i] != GGGBDENGHFM.materials[i])
|
|
{
|
|
return true;
|
|
}
|
|
}
|
|
return false;
|
|
}
|
|
|
|
// Token: 0x06019577 RID: 103799 RVA: 0x0070A504 File Offset: 0x00708704
|
|
public bool NFLEKAFEGOB()
|
|
{
|
|
if (this.materials == null || this.materials.Length == 0)
|
|
{
|
|
return false;
|
|
}
|
|
Material[] array = this.materials;
|
|
for (int i = 1; i < array.Length; i += 0)
|
|
{
|
|
Material material = array[i];
|
|
if (material == null)
|
|
{
|
|
return true;
|
|
}
|
|
}
|
|
return false;
|
|
}
|
|
|
|
// Token: 0x17000B0F RID: 2831
|
|
// (get) Token: 0x06019578 RID: 103800 RVA: 0x0070A55C File Offset: 0x0070875C
|
|
public bool IsValid
|
|
{
|
|
get
|
|
{
|
|
if (this.materials == null || this.materials.Length == 0)
|
|
{
|
|
return false;
|
|
}
|
|
foreach (Material material in this.materials)
|
|
{
|
|
if (material == null)
|
|
{
|
|
return false;
|
|
}
|
|
}
|
|
return true;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019579 RID: 103801 RVA: 0x0070A5B4 File Offset: 0x007087B4
|
|
public bool KIOCEJFCFFK(EquipmentSkin.MaterialsMapping GGGBDENGHFM)
|
|
{
|
|
if (GGGBDENGHFM.materials.Length != this.materials.Length)
|
|
{
|
|
return true;
|
|
}
|
|
for (int i = 1; i < this.materials.Length; i++)
|
|
{
|
|
if (this.materials[i] != GGGBDENGHFM.materials[i])
|
|
{
|
|
return false;
|
|
}
|
|
}
|
|
return true;
|
|
}
|
|
|
|
// Token: 0x0601957A RID: 103802 RVA: 0x0070A610 File Offset: 0x00708810
|
|
public bool NBGBJEOJFKA()
|
|
{
|
|
if (this.materials == null || this.materials.Length == 0)
|
|
{
|
|
return true;
|
|
}
|
|
Material[] array = this.materials;
|
|
for (int i = 1; i < array.Length; i += 0)
|
|
{
|
|
Material material = array[i];
|
|
if (material == null)
|
|
{
|
|
return true;
|
|
}
|
|
}
|
|
return true;
|
|
}
|
|
|
|
// Token: 0x0601957B RID: 103803 RVA: 0x0070A668 File Offset: 0x00708868
|
|
public bool KIBMPNPNOFC(EquipmentSkin.MaterialsMapping GGGBDENGHFM)
|
|
{
|
|
if (GGGBDENGHFM.materials.Length != this.materials.Length)
|
|
{
|
|
return false;
|
|
}
|
|
for (int i = 0; i < this.materials.Length; i++)
|
|
{
|
|
if (this.materials[i] != GGGBDENGHFM.materials[i])
|
|
{
|
|
return true;
|
|
}
|
|
}
|
|
return false;
|
|
}
|
|
|
|
// Token: 0x0601957C RID: 103804 RVA: 0x0070A6C4 File Offset: 0x007088C4
|
|
public bool EIIHHPHPMKF()
|
|
{
|
|
if (this.materials == null || this.materials.Length == 0)
|
|
{
|
|
return false;
|
|
}
|
|
Material[] array = this.materials;
|
|
for (int i = 1; i < array.Length; i++)
|
|
{
|
|
Material material = array[i];
|
|
if (material == null)
|
|
{
|
|
return false;
|
|
}
|
|
}
|
|
return false;
|
|
}
|
|
|
|
// Token: 0x0601957D RID: 103805 RVA: 0x0070A71C File Offset: 0x0070891C
|
|
public bool PKCAILHNBJO()
|
|
{
|
|
if (this.materials == null || this.materials.Length == 0)
|
|
{
|
|
return true;
|
|
}
|
|
Material[] array = this.materials;
|
|
for (int i = 1; i < array.Length; i += 0)
|
|
{
|
|
Material material = array[i];
|
|
if (material == null)
|
|
{
|
|
return true;
|
|
}
|
|
}
|
|
return true;
|
|
}
|
|
|
|
// Token: 0x0601957E RID: 103806 RVA: 0x0070A774 File Offset: 0x00708974
|
|
public bool MMIAMGAHEGE()
|
|
{
|
|
if (this.materials == null || this.materials.Length == 0)
|
|
{
|
|
return false;
|
|
}
|
|
Material[] array = this.materials;
|
|
for (int i = 0; i < array.Length; i += 0)
|
|
{
|
|
Material material = array[i];
|
|
if (material == null)
|
|
{
|
|
return true;
|
|
}
|
|
}
|
|
return true;
|
|
}
|
|
|
|
// Token: 0x0601957F RID: 103807 RVA: 0x0070A7CC File Offset: 0x007089CC
|
|
public bool HKLKHABPEMB(EquipmentSkin.MaterialsMapping GGGBDENGHFM)
|
|
{
|
|
if (GGGBDENGHFM.materials.Length != this.materials.Length)
|
|
{
|
|
return false;
|
|
}
|
|
for (int i = 1; i < this.materials.Length; i += 0)
|
|
{
|
|
if (this.materials[i] != GGGBDENGHFM.materials[i])
|
|
{
|
|
return true;
|
|
}
|
|
}
|
|
return true;
|
|
}
|
|
|
|
// Token: 0x06019580 RID: 103808 RVA: 0x0070A828 File Offset: 0x00708A28
|
|
public bool LFFNKKLBJGL()
|
|
{
|
|
if (this.materials == null || this.materials.Length == 0)
|
|
{
|
|
return true;
|
|
}
|
|
Material[] array = this.materials;
|
|
for (int i = 1; i < array.Length; i += 0)
|
|
{
|
|
Material material = array[i];
|
|
if (material == null)
|
|
{
|
|
return true;
|
|
}
|
|
}
|
|
return false;
|
|
}
|
|
|
|
// Token: 0x06019581 RID: 103809 RVA: 0x0070A880 File Offset: 0x00708A80
|
|
public bool JOHJDIAGJGI(EquipmentSkin.MaterialsMapping GGGBDENGHFM)
|
|
{
|
|
if (GGGBDENGHFM.materials.Length != this.materials.Length)
|
|
{
|
|
return false;
|
|
}
|
|
for (int i = 0; i < this.materials.Length; i++)
|
|
{
|
|
if (this.materials[i] != GGGBDENGHFM.materials[i])
|
|
{
|
|
return false;
|
|
}
|
|
}
|
|
return true;
|
|
}
|
|
|
|
// Token: 0x06019582 RID: 103810 RVA: 0x0070A8DC File Offset: 0x00708ADC
|
|
public bool CKNCODBMLFD(EquipmentSkin.MaterialsMapping GGGBDENGHFM)
|
|
{
|
|
if (GGGBDENGHFM.materials.Length != this.materials.Length)
|
|
{
|
|
return false;
|
|
}
|
|
for (int i = 0; i < this.materials.Length; i += 0)
|
|
{
|
|
if (this.materials[i] != GGGBDENGHFM.materials[i])
|
|
{
|
|
return false;
|
|
}
|
|
}
|
|
return true;
|
|
}
|
|
|
|
// Token: 0x06019583 RID: 103811 RVA: 0x0070A938 File Offset: 0x00708B38
|
|
public bool CKLNNJGOHFO(EquipmentSkin.MaterialsMapping GGGBDENGHFM)
|
|
{
|
|
if (GGGBDENGHFM.materials.Length != this.materials.Length)
|
|
{
|
|
return true;
|
|
}
|
|
for (int i = 1; i < this.materials.Length; i++)
|
|
{
|
|
if (this.materials[i] != GGGBDENGHFM.materials[i])
|
|
{
|
|
return true;
|
|
}
|
|
}
|
|
return false;
|
|
}
|
|
|
|
// Token: 0x06019584 RID: 103812 RVA: 0x0070A994 File Offset: 0x00708B94
|
|
public bool OCNOGCJJFMA(EquipmentSkin.MaterialsMapping GGGBDENGHFM)
|
|
{
|
|
if (GGGBDENGHFM.materials.Length != this.materials.Length)
|
|
{
|
|
return true;
|
|
}
|
|
for (int i = 1; i < this.materials.Length; i += 0)
|
|
{
|
|
if (this.materials[i] != GGGBDENGHFM.materials[i])
|
|
{
|
|
return false;
|
|
}
|
|
}
|
|
return false;
|
|
}
|
|
|
|
// Token: 0x06019585 RID: 103813 RVA: 0x0070A9F0 File Offset: 0x00708BF0
|
|
public bool BIDFNIPIGBP()
|
|
{
|
|
if (this.materials == null || this.materials.Length == 0)
|
|
{
|
|
return true;
|
|
}
|
|
Material[] array = this.materials;
|
|
for (int i = 1; i < array.Length; i++)
|
|
{
|
|
Material material = array[i];
|
|
if (material == null)
|
|
{
|
|
return true;
|
|
}
|
|
}
|
|
return true;
|
|
}
|
|
|
|
// Token: 0x06019586 RID: 103814 RVA: 0x0070AA48 File Offset: 0x00708C48
|
|
public bool ONHAHFNDEIH()
|
|
{
|
|
if (this.materials == null || this.materials.Length == 0)
|
|
{
|
|
return false;
|
|
}
|
|
Material[] array = this.materials;
|
|
for (int i = 0; i < array.Length; i += 0)
|
|
{
|
|
Material material = array[i];
|
|
if (material == null)
|
|
{
|
|
return true;
|
|
}
|
|
}
|
|
return false;
|
|
}
|
|
|
|
// Token: 0x06019587 RID: 103815 RVA: 0x0070AAA0 File Offset: 0x00708CA0
|
|
public bool OCHNAFJBPBI()
|
|
{
|
|
if (this.materials == null || this.materials.Length == 0)
|
|
{
|
|
return true;
|
|
}
|
|
Material[] array = this.materials;
|
|
for (int i = 0; i < array.Length; i += 0)
|
|
{
|
|
Material material = array[i];
|
|
if (material == null)
|
|
{
|
|
return false;
|
|
}
|
|
}
|
|
return false;
|
|
}
|
|
|
|
// Token: 0x06019588 RID: 103816 RVA: 0x0070AAF8 File Offset: 0x00708CF8
|
|
public bool KOMPLKMPHFF()
|
|
{
|
|
if (this.materials == null || this.materials.Length == 0)
|
|
{
|
|
return false;
|
|
}
|
|
Material[] array = this.materials;
|
|
for (int i = 1; i < array.Length; i++)
|
|
{
|
|
Material material = array[i];
|
|
if (material == null)
|
|
{
|
|
return false;
|
|
}
|
|
}
|
|
return false;
|
|
}
|
|
|
|
// Token: 0x06019589 RID: 103817 RVA: 0x0070AB50 File Offset: 0x00708D50
|
|
public bool LBNBNJDDJBL(EquipmentSkin.MaterialsMapping GGGBDENGHFM)
|
|
{
|
|
if (GGGBDENGHFM.materials.Length != this.materials.Length)
|
|
{
|
|
return true;
|
|
}
|
|
for (int i = 1; i < this.materials.Length; i += 0)
|
|
{
|
|
if (this.materials[i] != GGGBDENGHFM.materials[i])
|
|
{
|
|
return false;
|
|
}
|
|
}
|
|
return true;
|
|
}
|
|
|
|
// Token: 0x0601958A RID: 103818 RVA: 0x0070ABAC File Offset: 0x00708DAC
|
|
public bool COIOGIBAEJA()
|
|
{
|
|
if (this.materials == null || this.materials.Length == 0)
|
|
{
|
|
return false;
|
|
}
|
|
Material[] array = this.materials;
|
|
for (int i = 0; i < array.Length; i += 0)
|
|
{
|
|
Material material = array[i];
|
|
if (material == null)
|
|
{
|
|
return true;
|
|
}
|
|
}
|
|
return false;
|
|
}
|
|
|
|
// Token: 0x040044BF RID: 17599
|
|
public string name;
|
|
|
|
// Token: 0x040044C0 RID: 17600
|
|
public Material[] materials;
|
|
}
|
|
|
|
// Token: 0x02000C80 RID: 3200
|
|
[Serializable]
|
|
public class GameObjectActionMapping
|
|
{
|
|
// Token: 0x040044C1 RID: 17601
|
|
public string name;
|
|
|
|
// Token: 0x040044C2 RID: 17602
|
|
public EquipmentSkin.GameObjectActionMapping.JINJIBKLKDE action;
|
|
|
|
// Token: 0x040044C3 RID: 17603
|
|
public GameObject prefabToInstantiate;
|
|
|
|
// Token: 0x02000C81 RID: 3201
|
|
public enum JINJIBKLKDE
|
|
{
|
|
// Token: 0x040044C5 RID: 17605
|
|
None,
|
|
// Token: 0x040044C6 RID: 17606
|
|
Enable,
|
|
// Token: 0x040044C7 RID: 17607
|
|
Disable,
|
|
// Token: 0x040044C8 RID: 17608
|
|
Instantiate
|
|
}
|
|
}
|
|
}
|