scripts
This commit is contained in:
@@ -0,0 +1,936 @@
|
||||
using System;
|
||||
using UnityEngine;
|
||||
using UnityEngine.EventSystems;
|
||||
|
||||
// Token: 0x0200097C RID: 2428
|
||||
public class ChangeColor : MonoBehaviour, IPointerClickHandler, IEventSystemHandler
|
||||
{
|
||||
// Token: 0x0601238A RID: 74634 RVA: 0x0053A714 File Offset: 0x00538914
|
||||
public void NECEGMKANKG(PointerEventData AOAILGGFDHJ)
|
||||
{
|
||||
if (base.GetComponent<Renderer>() != null)
|
||||
{
|
||||
base.GetComponent<Renderer>().material.color = new Color(global::UnityEngine.Random.value, global::UnityEngine.Random.value, global::UnityEngine.Random.value, 434f);
|
||||
}
|
||||
else if (base.GetComponent<Light>() != null)
|
||||
{
|
||||
base.GetComponent<Light>().color = new Color(global::UnityEngine.Random.value, global::UnityEngine.Random.value, global::UnityEngine.Random.value, 1109f);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0601238B RID: 74635 RVA: 0x0053A798 File Offset: 0x00538998
|
||||
public void BOAGJNPPPJO(float NOBAPCOKFIL)
|
||||
{
|
||||
this.AKOEJLFLGHI(NOBAPCOKFIL, 1);
|
||||
}
|
||||
|
||||
// Token: 0x0601238C RID: 74636 RVA: 0x0053A7A4 File Offset: 0x005389A4
|
||||
public void ENGPBAMLLJD(float NOBAPCOKFIL)
|
||||
{
|
||||
this.AKOEJLFLGHI(NOBAPCOKFIL, 0);
|
||||
}
|
||||
|
||||
// Token: 0x0601238D RID: 74637 RVA: 0x0053A7B0 File Offset: 0x005389B0
|
||||
public void PFHFCNFJKKB(float NOBAPCOKFIL)
|
||||
{
|
||||
this.BFDDOCNLMJD(NOBAPCOKFIL, 0);
|
||||
}
|
||||
|
||||
// Token: 0x0601238E RID: 74638 RVA: 0x0053A7BC File Offset: 0x005389BC
|
||||
public void AJNPGLLIMND(PointerEventData AOAILGGFDHJ)
|
||||
{
|
||||
if (base.GetComponent<Renderer>() != null)
|
||||
{
|
||||
base.GetComponent<Renderer>().material.color = new Color(global::UnityEngine.Random.value, global::UnityEngine.Random.value, global::UnityEngine.Random.value, 1494f);
|
||||
}
|
||||
else if (base.GetComponent<Light>() != null)
|
||||
{
|
||||
base.GetComponent<Light>().color = new Color(global::UnityEngine.Random.value, global::UnityEngine.Random.value, global::UnityEngine.Random.value, 24f);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0601238F RID: 74639 RVA: 0x0053A840 File Offset: 0x00538A40
|
||||
public void NNOILDLICME(float NOBAPCOKFIL)
|
||||
{
|
||||
this.GDPFJLOCEFG(NOBAPCOKFIL, 7);
|
||||
}
|
||||
|
||||
// Token: 0x06012390 RID: 74640 RVA: 0x0053A84C File Offset: 0x00538A4C
|
||||
public void AKOEJLFLGHI(float NOBAPCOKFIL, int CMLBCIKJKCD)
|
||||
{
|
||||
Color color = Color.white;
|
||||
if (base.GetComponent<Renderer>() != null)
|
||||
{
|
||||
color = base.GetComponent<Renderer>().material.color;
|
||||
}
|
||||
else if (base.GetComponent<Light>() != null)
|
||||
{
|
||||
color = base.GetComponent<Light>().color;
|
||||
}
|
||||
color[CMLBCIKJKCD] = NOBAPCOKFIL;
|
||||
if (base.GetComponent<Renderer>() != null)
|
||||
{
|
||||
base.GetComponent<Renderer>().material.color = color;
|
||||
}
|
||||
else if (base.GetComponent<Light>() != null)
|
||||
{
|
||||
base.GetComponent<Light>().color = color;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06012391 RID: 74641 RVA: 0x0053A8F0 File Offset: 0x00538AF0
|
||||
private void EDMEHLOMFJC()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06012392 RID: 74642 RVA: 0x0053A8F4 File Offset: 0x00538AF4
|
||||
public void INMIEOIEONB(float NOBAPCOKFIL)
|
||||
{
|
||||
this.KPJIAPEOLDI(NOBAPCOKFIL, 8);
|
||||
}
|
||||
|
||||
// Token: 0x06012393 RID: 74643 RVA: 0x0053A900 File Offset: 0x00538B00
|
||||
public void MHOEJMFHIJO(PointerEventData AOAILGGFDHJ)
|
||||
{
|
||||
if (base.GetComponent<Renderer>() != null)
|
||||
{
|
||||
base.GetComponent<Renderer>().material.color = new Color(global::UnityEngine.Random.value, global::UnityEngine.Random.value, global::UnityEngine.Random.value, 1974f);
|
||||
}
|
||||
else if (base.GetComponent<Light>() != null)
|
||||
{
|
||||
base.GetComponent<Light>().color = new Color(global::UnityEngine.Random.value, global::UnityEngine.Random.value, global::UnityEngine.Random.value, 951f);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06012394 RID: 74644 RVA: 0x0053A984 File Offset: 0x00538B84
|
||||
public void DKJECNBPHNA(PointerEventData AOAILGGFDHJ)
|
||||
{
|
||||
if (base.GetComponent<Renderer>() != null)
|
||||
{
|
||||
base.GetComponent<Renderer>().material.color = new Color(global::UnityEngine.Random.value, global::UnityEngine.Random.value, global::UnityEngine.Random.value, 392f);
|
||||
}
|
||||
else if (base.GetComponent<Light>() != null)
|
||||
{
|
||||
base.GetComponent<Light>().color = new Color(global::UnityEngine.Random.value, global::UnityEngine.Random.value, global::UnityEngine.Random.value, 1258f);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06012395 RID: 74645 RVA: 0x0053AA08 File Offset: 0x00538C08
|
||||
public void JKFIPLDOMCH(float NOBAPCOKFIL)
|
||||
{
|
||||
this.JGEDHGMEGAM(NOBAPCOKFIL, 5);
|
||||
}
|
||||
|
||||
// Token: 0x06012396 RID: 74646 RVA: 0x0053AA14 File Offset: 0x00538C14
|
||||
public void JNGMJJKBOFL(PointerEventData AOAILGGFDHJ)
|
||||
{
|
||||
if (base.GetComponent<Renderer>() != null)
|
||||
{
|
||||
base.GetComponent<Renderer>().material.color = new Color(global::UnityEngine.Random.value, global::UnityEngine.Random.value, global::UnityEngine.Random.value, 805f);
|
||||
}
|
||||
else if (base.GetComponent<Light>() != null)
|
||||
{
|
||||
base.GetComponent<Light>().color = new Color(global::UnityEngine.Random.value, global::UnityEngine.Random.value, global::UnityEngine.Random.value, 221f);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06012397 RID: 74647 RVA: 0x0053AA98 File Offset: 0x00538C98
|
||||
public void GKGMHCFLNJO(float NOBAPCOKFIL, int CMLBCIKJKCD)
|
||||
{
|
||||
Color color = Color.white;
|
||||
if (base.GetComponent<Renderer>() != null)
|
||||
{
|
||||
color = base.GetComponent<Renderer>().material.color;
|
||||
}
|
||||
else if (base.GetComponent<Light>() != null)
|
||||
{
|
||||
color = base.GetComponent<Light>().color;
|
||||
}
|
||||
color[CMLBCIKJKCD] = NOBAPCOKFIL;
|
||||
if (base.GetComponent<Renderer>() != null)
|
||||
{
|
||||
base.GetComponent<Renderer>().material.color = color;
|
||||
}
|
||||
else if (base.GetComponent<Light>() != null)
|
||||
{
|
||||
base.GetComponent<Light>().color = color;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06012398 RID: 74648 RVA: 0x0053AB3C File Offset: 0x00538D3C
|
||||
public void MEKDBEDLJFJ(PointerEventData AOAILGGFDHJ)
|
||||
{
|
||||
if (base.GetComponent<Renderer>() != null)
|
||||
{
|
||||
base.GetComponent<Renderer>().material.color = new Color(global::UnityEngine.Random.value, global::UnityEngine.Random.value, global::UnityEngine.Random.value, 1230f);
|
||||
}
|
||||
else if (base.GetComponent<Light>() != null)
|
||||
{
|
||||
base.GetComponent<Light>().color = new Color(global::UnityEngine.Random.value, global::UnityEngine.Random.value, global::UnityEngine.Random.value, 1655f);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06012399 RID: 74649 RVA: 0x0053ABC0 File Offset: 0x00538DC0
|
||||
public void ONANGDJBMKO(float NOBAPCOKFIL)
|
||||
{
|
||||
this.DIKNNOPJGBL(NOBAPCOKFIL, 0);
|
||||
}
|
||||
|
||||
// Token: 0x0601239A RID: 74650 RVA: 0x0053ABCC File Offset: 0x00538DCC
|
||||
public void KGBEHAEJGEG(float NOBAPCOKFIL)
|
||||
{
|
||||
this.DIKNNOPJGBL(NOBAPCOKFIL, 1);
|
||||
}
|
||||
|
||||
// Token: 0x0601239C RID: 74652 RVA: 0x0053ABE0 File Offset: 0x00538DE0
|
||||
public void ENPPNMPBFEA(PointerEventData AOAILGGFDHJ)
|
||||
{
|
||||
if (base.GetComponent<Renderer>() != null)
|
||||
{
|
||||
base.GetComponent<Renderer>().material.color = new Color(global::UnityEngine.Random.value, global::UnityEngine.Random.value, global::UnityEngine.Random.value, 1305f);
|
||||
}
|
||||
else if (base.GetComponent<Light>() != null)
|
||||
{
|
||||
base.GetComponent<Light>().color = new Color(global::UnityEngine.Random.value, global::UnityEngine.Random.value, global::UnityEngine.Random.value, 1447f);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0601239D RID: 74653 RVA: 0x0053AC64 File Offset: 0x00538E64
|
||||
public void NBDMKBDNDJE(float NOBAPCOKFIL)
|
||||
{
|
||||
this.KPJIAPEOLDI(NOBAPCOKFIL, 2);
|
||||
}
|
||||
|
||||
// Token: 0x0601239E RID: 74654 RVA: 0x0053AC70 File Offset: 0x00538E70
|
||||
public void OOGBMOCDHNA(PointerEventData AOAILGGFDHJ)
|
||||
{
|
||||
if (base.GetComponent<Renderer>() != null)
|
||||
{
|
||||
base.GetComponent<Renderer>().material.color = new Color(global::UnityEngine.Random.value, global::UnityEngine.Random.value, global::UnityEngine.Random.value, 83f);
|
||||
}
|
||||
else if (base.GetComponent<Light>() != null)
|
||||
{
|
||||
base.GetComponent<Light>().color = new Color(global::UnityEngine.Random.value, global::UnityEngine.Random.value, global::UnityEngine.Random.value, 1773f);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0601239F RID: 74655 RVA: 0x0053ACF4 File Offset: 0x00538EF4
|
||||
public void PHPCGLJMDAM(PointerEventData AOAILGGFDHJ)
|
||||
{
|
||||
if (base.GetComponent<Renderer>() != null)
|
||||
{
|
||||
base.GetComponent<Renderer>().material.color = new Color(global::UnityEngine.Random.value, global::UnityEngine.Random.value, global::UnityEngine.Random.value, 600f);
|
||||
}
|
||||
else if (base.GetComponent<Light>() != null)
|
||||
{
|
||||
base.GetComponent<Light>().color = new Color(global::UnityEngine.Random.value, global::UnityEngine.Random.value, global::UnityEngine.Random.value, 289f);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060123A0 RID: 74656 RVA: 0x0053AD78 File Offset: 0x00538F78
|
||||
public void CLAOCLEJKJB(PointerEventData AOAILGGFDHJ)
|
||||
{
|
||||
if (base.GetComponent<Renderer>() != null)
|
||||
{
|
||||
base.GetComponent<Renderer>().material.color = new Color(global::UnityEngine.Random.value, global::UnityEngine.Random.value, global::UnityEngine.Random.value, 1153f);
|
||||
}
|
||||
else if (base.GetComponent<Light>() != null)
|
||||
{
|
||||
base.GetComponent<Light>().color = new Color(global::UnityEngine.Random.value, global::UnityEngine.Random.value, global::UnityEngine.Random.value, 666f);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060123A1 RID: 74657 RVA: 0x0053ADFC File Offset: 0x00538FFC
|
||||
public void JALDNOFLLPM(float NOBAPCOKFIL)
|
||||
{
|
||||
this.GDPFJLOCEFG(NOBAPCOKFIL, 1);
|
||||
}
|
||||
|
||||
// Token: 0x060123A2 RID: 74658 RVA: 0x0053AE08 File Offset: 0x00539008
|
||||
public void ECDCDFKALKB(float NOBAPCOKFIL)
|
||||
{
|
||||
this.CCEOMDJCCJM(NOBAPCOKFIL, 6);
|
||||
}
|
||||
|
||||
// Token: 0x060123A3 RID: 74659 RVA: 0x0053AE14 File Offset: 0x00539014
|
||||
public void OnPointerClick(PointerEventData AOAILGGFDHJ)
|
||||
{
|
||||
if (base.GetComponent<Renderer>() != null)
|
||||
{
|
||||
base.GetComponent<Renderer>().material.color = new Color(global::UnityEngine.Random.value, global::UnityEngine.Random.value, global::UnityEngine.Random.value, 1f);
|
||||
}
|
||||
else if (base.GetComponent<Light>() != null)
|
||||
{
|
||||
base.GetComponent<Light>().color = new Color(global::UnityEngine.Random.value, global::UnityEngine.Random.value, global::UnityEngine.Random.value, 1f);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060123A4 RID: 74660 RVA: 0x0053AE98 File Offset: 0x00539098
|
||||
private void OnEnable()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x060123A5 RID: 74661 RVA: 0x0053AE9C File Offset: 0x0053909C
|
||||
public void SetRed(float NOBAPCOKFIL)
|
||||
{
|
||||
this.OnValueChanged(NOBAPCOKFIL, 0);
|
||||
}
|
||||
|
||||
// Token: 0x060123A6 RID: 74662 RVA: 0x0053AEA8 File Offset: 0x005390A8
|
||||
public void DHBGKDEPLHA(float NOBAPCOKFIL)
|
||||
{
|
||||
this.BFDDOCNLMJD(NOBAPCOKFIL, 0);
|
||||
}
|
||||
|
||||
// Token: 0x060123A7 RID: 74663 RVA: 0x0053AEB4 File Offset: 0x005390B4
|
||||
public void FLAACNKHBAD(PointerEventData AOAILGGFDHJ)
|
||||
{
|
||||
if (base.GetComponent<Renderer>() != null)
|
||||
{
|
||||
base.GetComponent<Renderer>().material.color = new Color(global::UnityEngine.Random.value, global::UnityEngine.Random.value, global::UnityEngine.Random.value, 1192f);
|
||||
}
|
||||
else if (base.GetComponent<Light>() != null)
|
||||
{
|
||||
base.GetComponent<Light>().color = new Color(global::UnityEngine.Random.value, global::UnityEngine.Random.value, global::UnityEngine.Random.value, 571f);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060123A8 RID: 74664 RVA: 0x0053AF38 File Offset: 0x00539138
|
||||
public void JAPGLFGLLFA(float NOBAPCOKFIL)
|
||||
{
|
||||
this.DIKNNOPJGBL(NOBAPCOKFIL, 7);
|
||||
}
|
||||
|
||||
// Token: 0x060123A9 RID: 74665 RVA: 0x0053AF44 File Offset: 0x00539144
|
||||
public void ACOJOBIEKDE(PointerEventData AOAILGGFDHJ)
|
||||
{
|
||||
if (base.GetComponent<Renderer>() != null)
|
||||
{
|
||||
base.GetComponent<Renderer>().material.color = new Color(global::UnityEngine.Random.value, global::UnityEngine.Random.value, global::UnityEngine.Random.value, 843f);
|
||||
}
|
||||
else if (base.GetComponent<Light>() != null)
|
||||
{
|
||||
base.GetComponent<Light>().color = new Color(global::UnityEngine.Random.value, global::UnityEngine.Random.value, global::UnityEngine.Random.value, 1252f);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060123AA RID: 74666 RVA: 0x0053AFC8 File Offset: 0x005391C8
|
||||
private void KODFPNDEHKH()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x060123AB RID: 74667 RVA: 0x0053AFCC File Offset: 0x005391CC
|
||||
public void LGPJJCGEKMB(PointerEventData AOAILGGFDHJ)
|
||||
{
|
||||
if (base.GetComponent<Renderer>() != null)
|
||||
{
|
||||
base.GetComponent<Renderer>().material.color = new Color(global::UnityEngine.Random.value, global::UnityEngine.Random.value, global::UnityEngine.Random.value, 85f);
|
||||
}
|
||||
else if (base.GetComponent<Light>() != null)
|
||||
{
|
||||
base.GetComponent<Light>().color = new Color(global::UnityEngine.Random.value, global::UnityEngine.Random.value, global::UnityEngine.Random.value, 1176f);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060123AC RID: 74668 RVA: 0x0053B050 File Offset: 0x00539250
|
||||
public void CHDOKPHJLEE(float NOBAPCOKFIL)
|
||||
{
|
||||
this.GKDHAEGFGCG(NOBAPCOKFIL, 1);
|
||||
}
|
||||
|
||||
// Token: 0x060123AD RID: 74669 RVA: 0x0053B05C File Offset: 0x0053925C
|
||||
public void BNAFCOMGCHL(PointerEventData AOAILGGFDHJ)
|
||||
{
|
||||
if (base.GetComponent<Renderer>() != null)
|
||||
{
|
||||
base.GetComponent<Renderer>().material.color = new Color(global::UnityEngine.Random.value, global::UnityEngine.Random.value, global::UnityEngine.Random.value, 1497f);
|
||||
}
|
||||
else if (base.GetComponent<Light>() != null)
|
||||
{
|
||||
base.GetComponent<Light>().color = new Color(global::UnityEngine.Random.value, global::UnityEngine.Random.value, global::UnityEngine.Random.value, 1652f);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060123AE RID: 74670 RVA: 0x0053B0E0 File Offset: 0x005392E0
|
||||
public void LDACCAJNLLJ(PointerEventData AOAILGGFDHJ)
|
||||
{
|
||||
if (base.GetComponent<Renderer>() != null)
|
||||
{
|
||||
base.GetComponent<Renderer>().material.color = new Color(global::UnityEngine.Random.value, global::UnityEngine.Random.value, global::UnityEngine.Random.value, 749f);
|
||||
}
|
||||
else if (base.GetComponent<Light>() != null)
|
||||
{
|
||||
base.GetComponent<Light>().color = new Color(global::UnityEngine.Random.value, global::UnityEngine.Random.value, global::UnityEngine.Random.value, 1984f);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060123AF RID: 74671 RVA: 0x0053B164 File Offset: 0x00539364
|
||||
public void GHDOPGJLHDD(PointerEventData AOAILGGFDHJ)
|
||||
{
|
||||
if (base.GetComponent<Renderer>() != null)
|
||||
{
|
||||
base.GetComponent<Renderer>().material.color = new Color(global::UnityEngine.Random.value, global::UnityEngine.Random.value, global::UnityEngine.Random.value, 290f);
|
||||
}
|
||||
else if (base.GetComponent<Light>() != null)
|
||||
{
|
||||
base.GetComponent<Light>().color = new Color(global::UnityEngine.Random.value, global::UnityEngine.Random.value, global::UnityEngine.Random.value, 1397f);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060123B0 RID: 74672 RVA: 0x0053B1E8 File Offset: 0x005393E8
|
||||
public void EJEONGIKPLB(float NOBAPCOKFIL)
|
||||
{
|
||||
this.CEKBAALGIKK(NOBAPCOKFIL, 0);
|
||||
}
|
||||
|
||||
// Token: 0x060123B1 RID: 74673 RVA: 0x0053B1F4 File Offset: 0x005393F4
|
||||
public void GKDHAEGFGCG(float NOBAPCOKFIL, int CMLBCIKJKCD)
|
||||
{
|
||||
Color color = Color.white;
|
||||
if (base.GetComponent<Renderer>() != null)
|
||||
{
|
||||
color = base.GetComponent<Renderer>().material.color;
|
||||
}
|
||||
else if (base.GetComponent<Light>() != null)
|
||||
{
|
||||
color = base.GetComponent<Light>().color;
|
||||
}
|
||||
color[CMLBCIKJKCD] = NOBAPCOKFIL;
|
||||
if (base.GetComponent<Renderer>() != null)
|
||||
{
|
||||
base.GetComponent<Renderer>().material.color = color;
|
||||
}
|
||||
else if (base.GetComponent<Light>() != null)
|
||||
{
|
||||
base.GetComponent<Light>().color = color;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060123B2 RID: 74674 RVA: 0x0053B298 File Offset: 0x00539498
|
||||
public void FBONPNAJGPJ(float NOBAPCOKFIL)
|
||||
{
|
||||
this.CEKBAALGIKK(NOBAPCOKFIL, 1);
|
||||
}
|
||||
|
||||
// Token: 0x060123B3 RID: 74675 RVA: 0x0053B2A4 File Offset: 0x005394A4
|
||||
public void MKFFGLNDDDG(PointerEventData AOAILGGFDHJ)
|
||||
{
|
||||
if (base.GetComponent<Renderer>() != null)
|
||||
{
|
||||
base.GetComponent<Renderer>().material.color = new Color(global::UnityEngine.Random.value, global::UnityEngine.Random.value, global::UnityEngine.Random.value, 304f);
|
||||
}
|
||||
else if (base.GetComponent<Light>() != null)
|
||||
{
|
||||
base.GetComponent<Light>().color = new Color(global::UnityEngine.Random.value, global::UnityEngine.Random.value, global::UnityEngine.Random.value, 1710f);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060123B4 RID: 74676 RVA: 0x0053B328 File Offset: 0x00539528
|
||||
public void JGEDHGMEGAM(float NOBAPCOKFIL, int CMLBCIKJKCD)
|
||||
{
|
||||
Color color = Color.white;
|
||||
if (base.GetComponent<Renderer>() != null)
|
||||
{
|
||||
color = base.GetComponent<Renderer>().material.color;
|
||||
}
|
||||
else if (base.GetComponent<Light>() != null)
|
||||
{
|
||||
color = base.GetComponent<Light>().color;
|
||||
}
|
||||
color[CMLBCIKJKCD] = NOBAPCOKFIL;
|
||||
if (base.GetComponent<Renderer>() != null)
|
||||
{
|
||||
base.GetComponent<Renderer>().material.color = color;
|
||||
}
|
||||
else if (base.GetComponent<Light>() != null)
|
||||
{
|
||||
base.GetComponent<Light>().color = color;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060123B5 RID: 74677 RVA: 0x0053B3CC File Offset: 0x005395CC
|
||||
private void GBHKPBDCHIE()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x060123B6 RID: 74678 RVA: 0x0053B3D0 File Offset: 0x005395D0
|
||||
public void GDPFJLOCEFG(float NOBAPCOKFIL, int CMLBCIKJKCD)
|
||||
{
|
||||
Color color = Color.white;
|
||||
if (base.GetComponent<Renderer>() != null)
|
||||
{
|
||||
color = base.GetComponent<Renderer>().material.color;
|
||||
}
|
||||
else if (base.GetComponent<Light>() != null)
|
||||
{
|
||||
color = base.GetComponent<Light>().color;
|
||||
}
|
||||
color[CMLBCIKJKCD] = NOBAPCOKFIL;
|
||||
if (base.GetComponent<Renderer>() != null)
|
||||
{
|
||||
base.GetComponent<Renderer>().material.color = color;
|
||||
}
|
||||
else if (base.GetComponent<Light>() != null)
|
||||
{
|
||||
base.GetComponent<Light>().color = color;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060123B7 RID: 74679 RVA: 0x0053B474 File Offset: 0x00539674
|
||||
private void LMGKGCEHIBD()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x060123B8 RID: 74680 RVA: 0x0053B478 File Offset: 0x00539678
|
||||
public void KKDKHIGDKCB(float NOBAPCOKFIL)
|
||||
{
|
||||
this.JGEDHGMEGAM(NOBAPCOKFIL, 1);
|
||||
}
|
||||
|
||||
// Token: 0x060123B9 RID: 74681 RVA: 0x0053B484 File Offset: 0x00539684
|
||||
public void KPJIAPEOLDI(float NOBAPCOKFIL, int CMLBCIKJKCD)
|
||||
{
|
||||
Color color = Color.white;
|
||||
if (base.GetComponent<Renderer>() != null)
|
||||
{
|
||||
color = base.GetComponent<Renderer>().material.color;
|
||||
}
|
||||
else if (base.GetComponent<Light>() != null)
|
||||
{
|
||||
color = base.GetComponent<Light>().color;
|
||||
}
|
||||
color[CMLBCIKJKCD] = NOBAPCOKFIL;
|
||||
if (base.GetComponent<Renderer>() != null)
|
||||
{
|
||||
base.GetComponent<Renderer>().material.color = color;
|
||||
}
|
||||
else if (base.GetComponent<Light>() != null)
|
||||
{
|
||||
base.GetComponent<Light>().color = color;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060123BA RID: 74682 RVA: 0x0053B528 File Offset: 0x00539728
|
||||
public void OnValueChanged(float NOBAPCOKFIL, int CMLBCIKJKCD)
|
||||
{
|
||||
Color color = Color.white;
|
||||
if (base.GetComponent<Renderer>() != null)
|
||||
{
|
||||
color = base.GetComponent<Renderer>().material.color;
|
||||
}
|
||||
else if (base.GetComponent<Light>() != null)
|
||||
{
|
||||
color = base.GetComponent<Light>().color;
|
||||
}
|
||||
color[CMLBCIKJKCD] = NOBAPCOKFIL;
|
||||
if (base.GetComponent<Renderer>() != null)
|
||||
{
|
||||
base.GetComponent<Renderer>().material.color = color;
|
||||
}
|
||||
else if (base.GetComponent<Light>() != null)
|
||||
{
|
||||
base.GetComponent<Light>().color = color;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060123BB RID: 74683 RVA: 0x0053B5CC File Offset: 0x005397CC
|
||||
public void OCJAHALGGCH(PointerEventData AOAILGGFDHJ)
|
||||
{
|
||||
if (base.GetComponent<Renderer>() != null)
|
||||
{
|
||||
base.GetComponent<Renderer>().material.color = new Color(global::UnityEngine.Random.value, global::UnityEngine.Random.value, global::UnityEngine.Random.value, 113f);
|
||||
}
|
||||
else if (base.GetComponent<Light>() != null)
|
||||
{
|
||||
base.GetComponent<Light>().color = new Color(global::UnityEngine.Random.value, global::UnityEngine.Random.value, global::UnityEngine.Random.value, 875f);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060123BC RID: 74684 RVA: 0x0053B650 File Offset: 0x00539850
|
||||
public void NKBMMLDFKIH(PointerEventData AOAILGGFDHJ)
|
||||
{
|
||||
if (base.GetComponent<Renderer>() != null)
|
||||
{
|
||||
base.GetComponent<Renderer>().material.color = new Color(global::UnityEngine.Random.value, global::UnityEngine.Random.value, global::UnityEngine.Random.value, 1777f);
|
||||
}
|
||||
else if (base.GetComponent<Light>() != null)
|
||||
{
|
||||
base.GetComponent<Light>().color = new Color(global::UnityEngine.Random.value, global::UnityEngine.Random.value, global::UnityEngine.Random.value, 914f);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060123BD RID: 74685 RVA: 0x0053B6D4 File Offset: 0x005398D4
|
||||
public void AJPOFONCHIN(float NOBAPCOKFIL)
|
||||
{
|
||||
this.GDPFJLOCEFG(NOBAPCOKFIL, 1);
|
||||
}
|
||||
|
||||
// Token: 0x060123BE RID: 74686 RVA: 0x0053B6E0 File Offset: 0x005398E0
|
||||
public void BKMBCGAKPKJ(PointerEventData AOAILGGFDHJ)
|
||||
{
|
||||
if (base.GetComponent<Renderer>() != null)
|
||||
{
|
||||
base.GetComponent<Renderer>().material.color = new Color(global::UnityEngine.Random.value, global::UnityEngine.Random.value, global::UnityEngine.Random.value, 1201f);
|
||||
}
|
||||
else if (base.GetComponent<Light>() != null)
|
||||
{
|
||||
base.GetComponent<Light>().color = new Color(global::UnityEngine.Random.value, global::UnityEngine.Random.value, global::UnityEngine.Random.value, 1723f);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060123BF RID: 74687 RVA: 0x0053B764 File Offset: 0x00539964
|
||||
public void JMLFPBGDMAJ(PointerEventData AOAILGGFDHJ)
|
||||
{
|
||||
if (base.GetComponent<Renderer>() != null)
|
||||
{
|
||||
base.GetComponent<Renderer>().material.color = new Color(global::UnityEngine.Random.value, global::UnityEngine.Random.value, global::UnityEngine.Random.value, 1416f);
|
||||
}
|
||||
else if (base.GetComponent<Light>() != null)
|
||||
{
|
||||
base.GetComponent<Light>().color = new Color(global::UnityEngine.Random.value, global::UnityEngine.Random.value, global::UnityEngine.Random.value, 1104f);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060123C0 RID: 74688 RVA: 0x0053B7E8 File Offset: 0x005399E8
|
||||
public void CCEOMDJCCJM(float NOBAPCOKFIL, int CMLBCIKJKCD)
|
||||
{
|
||||
Color color = Color.white;
|
||||
if (base.GetComponent<Renderer>() != null)
|
||||
{
|
||||
color = base.GetComponent<Renderer>().material.color;
|
||||
}
|
||||
else if (base.GetComponent<Light>() != null)
|
||||
{
|
||||
color = base.GetComponent<Light>().color;
|
||||
}
|
||||
color[CMLBCIKJKCD] = NOBAPCOKFIL;
|
||||
if (base.GetComponent<Renderer>() != null)
|
||||
{
|
||||
base.GetComponent<Renderer>().material.color = color;
|
||||
}
|
||||
else if (base.GetComponent<Light>() != null)
|
||||
{
|
||||
base.GetComponent<Light>().color = color;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060123C1 RID: 74689 RVA: 0x0053B88C File Offset: 0x00539A8C
|
||||
public void HICBONBDIOM(float NOBAPCOKFIL)
|
||||
{
|
||||
this.HEDHJNLENLJ(NOBAPCOKFIL, 0);
|
||||
}
|
||||
|
||||
// Token: 0x060123C2 RID: 74690 RVA: 0x0053B898 File Offset: 0x00539A98
|
||||
public void KLLKBHDKLCK(PointerEventData AOAILGGFDHJ)
|
||||
{
|
||||
if (base.GetComponent<Renderer>() != null)
|
||||
{
|
||||
base.GetComponent<Renderer>().material.color = new Color(global::UnityEngine.Random.value, global::UnityEngine.Random.value, global::UnityEngine.Random.value, 597f);
|
||||
}
|
||||
else if (base.GetComponent<Light>() != null)
|
||||
{
|
||||
base.GetComponent<Light>().color = new Color(global::UnityEngine.Random.value, global::UnityEngine.Random.value, global::UnityEngine.Random.value, 1360f);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060123C3 RID: 74691 RVA: 0x0053B91C File Offset: 0x00539B1C
|
||||
public void SetBlue(float NOBAPCOKFIL)
|
||||
{
|
||||
this.OnValueChanged(NOBAPCOKFIL, 2);
|
||||
}
|
||||
|
||||
// Token: 0x060123C4 RID: 74692 RVA: 0x0053B928 File Offset: 0x00539B28
|
||||
public void CBAALELKJJJ(float NOBAPCOKFIL)
|
||||
{
|
||||
this.GKDHAEGFGCG(NOBAPCOKFIL, 2);
|
||||
}
|
||||
|
||||
// Token: 0x060123C5 RID: 74693 RVA: 0x0053B934 File Offset: 0x00539B34
|
||||
private void HJAOIBAPLBD()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x060123C6 RID: 74694 RVA: 0x0053B938 File Offset: 0x00539B38
|
||||
private void BCHOLEEINEL()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x060123C7 RID: 74695 RVA: 0x0053B93C File Offset: 0x00539B3C
|
||||
public void HEDHJNLENLJ(float NOBAPCOKFIL, int CMLBCIKJKCD)
|
||||
{
|
||||
Color color = Color.white;
|
||||
if (base.GetComponent<Renderer>() != null)
|
||||
{
|
||||
color = base.GetComponent<Renderer>().material.color;
|
||||
}
|
||||
else if (base.GetComponent<Light>() != null)
|
||||
{
|
||||
color = base.GetComponent<Light>().color;
|
||||
}
|
||||
color[CMLBCIKJKCD] = NOBAPCOKFIL;
|
||||
if (base.GetComponent<Renderer>() != null)
|
||||
{
|
||||
base.GetComponent<Renderer>().material.color = color;
|
||||
}
|
||||
else if (base.GetComponent<Light>() != null)
|
||||
{
|
||||
base.GetComponent<Light>().color = color;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060123C8 RID: 74696 RVA: 0x0053B9E0 File Offset: 0x00539BE0
|
||||
public void NPMDKMHNNFN(float NOBAPCOKFIL)
|
||||
{
|
||||
this.GKGMHCFLNJO(NOBAPCOKFIL, 0);
|
||||
}
|
||||
|
||||
// Token: 0x060123C9 RID: 74697 RVA: 0x0053B9EC File Offset: 0x00539BEC
|
||||
public void CEKBAALGIKK(float NOBAPCOKFIL, int CMLBCIKJKCD)
|
||||
{
|
||||
Color color = Color.white;
|
||||
if (base.GetComponent<Renderer>() != null)
|
||||
{
|
||||
color = base.GetComponent<Renderer>().material.color;
|
||||
}
|
||||
else if (base.GetComponent<Light>() != null)
|
||||
{
|
||||
color = base.GetComponent<Light>().color;
|
||||
}
|
||||
color[CMLBCIKJKCD] = NOBAPCOKFIL;
|
||||
if (base.GetComponent<Renderer>() != null)
|
||||
{
|
||||
base.GetComponent<Renderer>().material.color = color;
|
||||
}
|
||||
else if (base.GetComponent<Light>() != null)
|
||||
{
|
||||
base.GetComponent<Light>().color = color;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060123CA RID: 74698 RVA: 0x0053BA90 File Offset: 0x00539C90
|
||||
public void CPFHPKGMALO(float NOBAPCOKFIL)
|
||||
{
|
||||
this.GKGMHCFLNJO(NOBAPCOKFIL, 7);
|
||||
}
|
||||
|
||||
// Token: 0x060123CB RID: 74699 RVA: 0x0053BA9C File Offset: 0x00539C9C
|
||||
public void MOHGJBEHMNP(PointerEventData AOAILGGFDHJ)
|
||||
{
|
||||
if (base.GetComponent<Renderer>() != null)
|
||||
{
|
||||
base.GetComponent<Renderer>().material.color = new Color(global::UnityEngine.Random.value, global::UnityEngine.Random.value, global::UnityEngine.Random.value, 392f);
|
||||
}
|
||||
else if (base.GetComponent<Light>() != null)
|
||||
{
|
||||
base.GetComponent<Light>().color = new Color(global::UnityEngine.Random.value, global::UnityEngine.Random.value, global::UnityEngine.Random.value, 439f);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060123CC RID: 74700 RVA: 0x0053BB20 File Offset: 0x00539D20
|
||||
public void AKPLOIJENKM(float NOBAPCOKFIL)
|
||||
{
|
||||
this.OnValueChanged(NOBAPCOKFIL, 1);
|
||||
}
|
||||
|
||||
// Token: 0x060123CD RID: 74701 RVA: 0x0053BB2C File Offset: 0x00539D2C
|
||||
public void ELDFNDFDALI(float NOBAPCOKFIL)
|
||||
{
|
||||
this.DIKNNOPJGBL(NOBAPCOKFIL, 0);
|
||||
}
|
||||
|
||||
// Token: 0x060123CE RID: 74702 RVA: 0x0053BB38 File Offset: 0x00539D38
|
||||
public void LHMEMPFILJF(float NOBAPCOKFIL)
|
||||
{
|
||||
this.CCEOMDJCCJM(NOBAPCOKFIL, 7);
|
||||
}
|
||||
|
||||
// Token: 0x060123CF RID: 74703 RVA: 0x0053BB44 File Offset: 0x00539D44
|
||||
private void LKLBCGNBJEM()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x060123D0 RID: 74704 RVA: 0x0053BB48 File Offset: 0x00539D48
|
||||
public void BEFHEBIAGPM(float NOBAPCOKFIL)
|
||||
{
|
||||
this.DIKNNOPJGBL(NOBAPCOKFIL, 1);
|
||||
}
|
||||
|
||||
// Token: 0x060123D1 RID: 74705 RVA: 0x0053BB54 File Offset: 0x00539D54
|
||||
public void DIKNNOPJGBL(float NOBAPCOKFIL, int CMLBCIKJKCD)
|
||||
{
|
||||
Color color = Color.white;
|
||||
if (base.GetComponent<Renderer>() != null)
|
||||
{
|
||||
color = base.GetComponent<Renderer>().material.color;
|
||||
}
|
||||
else if (base.GetComponent<Light>() != null)
|
||||
{
|
||||
color = base.GetComponent<Light>().color;
|
||||
}
|
||||
color[CMLBCIKJKCD] = NOBAPCOKFIL;
|
||||
if (base.GetComponent<Renderer>() != null)
|
||||
{
|
||||
base.GetComponent<Renderer>().material.color = color;
|
||||
}
|
||||
else if (base.GetComponent<Light>() != null)
|
||||
{
|
||||
base.GetComponent<Light>().color = color;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060123D2 RID: 74706 RVA: 0x0053BBF8 File Offset: 0x00539DF8
|
||||
public void KJPHMNHEMBK(PointerEventData AOAILGGFDHJ)
|
||||
{
|
||||
if (base.GetComponent<Renderer>() != null)
|
||||
{
|
||||
base.GetComponent<Renderer>().material.color = new Color(global::UnityEngine.Random.value, global::UnityEngine.Random.value, global::UnityEngine.Random.value, 422f);
|
||||
}
|
||||
else if (base.GetComponent<Light>() != null)
|
||||
{
|
||||
base.GetComponent<Light>().color = new Color(global::UnityEngine.Random.value, global::UnityEngine.Random.value, global::UnityEngine.Random.value, 1541f);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060123D3 RID: 74707 RVA: 0x0053BC7C File Offset: 0x00539E7C
|
||||
public void PFNGKBIKEPP(float NOBAPCOKFIL)
|
||||
{
|
||||
this.GKGMHCFLNJO(NOBAPCOKFIL, 1);
|
||||
}
|
||||
|
||||
// Token: 0x060123D4 RID: 74708 RVA: 0x0053BC88 File Offset: 0x00539E88
|
||||
private void CEMKGONIPMO()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x060123D5 RID: 74709 RVA: 0x0053BC8C File Offset: 0x00539E8C
|
||||
public void EPDGLCPKBAM(PointerEventData AOAILGGFDHJ)
|
||||
{
|
||||
if (base.GetComponent<Renderer>() != null)
|
||||
{
|
||||
base.GetComponent<Renderer>().material.color = new Color(global::UnityEngine.Random.value, global::UnityEngine.Random.value, global::UnityEngine.Random.value, 432f);
|
||||
}
|
||||
else if (base.GetComponent<Light>() != null)
|
||||
{
|
||||
base.GetComponent<Light>().color = new Color(global::UnityEngine.Random.value, global::UnityEngine.Random.value, global::UnityEngine.Random.value, 1791f);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060123D6 RID: 74710 RVA: 0x0053BD10 File Offset: 0x00539F10
|
||||
public void HGPPPDJKKFP(float NOBAPCOKFIL)
|
||||
{
|
||||
this.OnValueChanged(NOBAPCOKFIL, 5);
|
||||
}
|
||||
|
||||
// Token: 0x060123D7 RID: 74711 RVA: 0x0053BD1C File Offset: 0x00539F1C
|
||||
public void ALMNEBCACMI(float NOBAPCOKFIL)
|
||||
{
|
||||
this.HEDHJNLENLJ(NOBAPCOKFIL, 0);
|
||||
}
|
||||
|
||||
// Token: 0x060123D8 RID: 74712 RVA: 0x0053BD28 File Offset: 0x00539F28
|
||||
public void GINJAHNEDKN(float NOBAPCOKFIL)
|
||||
{
|
||||
this.OnValueChanged(NOBAPCOKFIL, 0);
|
||||
}
|
||||
|
||||
// Token: 0x060123D9 RID: 74713 RVA: 0x0053BD34 File Offset: 0x00539F34
|
||||
public void PFCOEMDLJMD(float NOBAPCOKFIL)
|
||||
{
|
||||
this.GDPFJLOCEFG(NOBAPCOKFIL, 0);
|
||||
}
|
||||
|
||||
// Token: 0x060123DA RID: 74714 RVA: 0x0053BD40 File Offset: 0x00539F40
|
||||
private void HIBIDMAPNEI()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x060123DB RID: 74715 RVA: 0x0053BD44 File Offset: 0x00539F44
|
||||
private void MNHFOINKMAG()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x060123DC RID: 74716 RVA: 0x0053BD48 File Offset: 0x00539F48
|
||||
private void DBBBJHJJBDK()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x060123DD RID: 74717 RVA: 0x0053BD4C File Offset: 0x00539F4C
|
||||
private void OPMMGBKMIOP()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x060123DE RID: 74718 RVA: 0x0053BD50 File Offset: 0x00539F50
|
||||
public void MHMJKPBDBGE(float NOBAPCOKFIL)
|
||||
{
|
||||
this.KPJIAPEOLDI(NOBAPCOKFIL, 1);
|
||||
}
|
||||
|
||||
// Token: 0x060123DF RID: 74719 RVA: 0x0053BD5C File Offset: 0x00539F5C
|
||||
public void IBDBJELHHGF(float NOBAPCOKFIL)
|
||||
{
|
||||
this.CEKBAALGIKK(NOBAPCOKFIL, 4);
|
||||
}
|
||||
|
||||
// Token: 0x060123E0 RID: 74720 RVA: 0x0053BD68 File Offset: 0x00539F68
|
||||
public void BFDDOCNLMJD(float NOBAPCOKFIL, int CMLBCIKJKCD)
|
||||
{
|
||||
Color color = Color.white;
|
||||
if (base.GetComponent<Renderer>() != null)
|
||||
{
|
||||
color = base.GetComponent<Renderer>().material.color;
|
||||
}
|
||||
else if (base.GetComponent<Light>() != null)
|
||||
{
|
||||
color = base.GetComponent<Light>().color;
|
||||
}
|
||||
color[CMLBCIKJKCD] = NOBAPCOKFIL;
|
||||
if (base.GetComponent<Renderer>() != null)
|
||||
{
|
||||
base.GetComponent<Renderer>().material.color = color;
|
||||
}
|
||||
else if (base.GetComponent<Light>() != null)
|
||||
{
|
||||
base.GetComponent<Light>().color = color;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060123E1 RID: 74721 RVA: 0x0053BE0C File Offset: 0x0053A00C
|
||||
private void PJPDNCHIPPP()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x060123E2 RID: 74722 RVA: 0x0053BE10 File Offset: 0x0053A010
|
||||
public void SetGreen(float NOBAPCOKFIL)
|
||||
{
|
||||
this.OnValueChanged(NOBAPCOKFIL, 1);
|
||||
}
|
||||
|
||||
// Token: 0x060123E3 RID: 74723 RVA: 0x0053BE1C File Offset: 0x0053A01C
|
||||
public void DEACPMPIEPM(float NOBAPCOKFIL)
|
||||
{
|
||||
this.GKGMHCFLNJO(NOBAPCOKFIL, 2);
|
||||
}
|
||||
|
||||
// Token: 0x060123E4 RID: 74724 RVA: 0x0053BE28 File Offset: 0x0053A028
|
||||
public void PFOGKIHAJGJ(float NOBAPCOKFIL)
|
||||
{
|
||||
this.HEDHJNLENLJ(NOBAPCOKFIL, 0);
|
||||
}
|
||||
|
||||
// Token: 0x060123E5 RID: 74725 RVA: 0x0053BE34 File Offset: 0x0053A034
|
||||
private void PCBNOBFILAC()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x060123E6 RID: 74726 RVA: 0x0053BE38 File Offset: 0x0053A038
|
||||
public void AOMGKMFLIOP(float NOBAPCOKFIL)
|
||||
{
|
||||
this.AKOEJLFLGHI(NOBAPCOKFIL, 1);
|
||||
}
|
||||
|
||||
// Token: 0x060123E7 RID: 74727 RVA: 0x0053BE44 File Offset: 0x0053A044
|
||||
public void GACGOCJILDB(float NOBAPCOKFIL)
|
||||
{
|
||||
this.JGEDHGMEGAM(NOBAPCOKFIL, 4);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user