1599 lines
52 KiB
C#
1599 lines
52 KiB
C#
using System;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
// Token: 0x02000C8A RID: 3210
|
|
public class FaceStretchInteraction : MonoBehaviour
|
|
{
|
|
// Token: 0x060196F1 RID: 104177 RVA: 0x007122A0 File Offset: 0x007104A0
|
|
private void PKKOKHACBCE()
|
|
{
|
|
foreach (PlayerHand playerHand in this.OEHPLIOLKEC)
|
|
{
|
|
if (playerHand.JKNCHBFALCJ != null && playerHand.JKNCHBFALCJ.LLNHNIOEHLN)
|
|
{
|
|
base.transform.position = playerHand.transform.position;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x060196F2 RID: 104178 RVA: 0x0071232C File Offset: 0x0071052C
|
|
private void KPNLIAADHNJ()
|
|
{
|
|
GameObject gameObject = GameObject.CreatePrimitive(PrimitiveType.Capsule);
|
|
gameObject.transform.SetParent(base.transform, false);
|
|
gameObject.transform.localScale = Vector3.one * FaceStretchInteraction.HBJLDEGPNDJ;
|
|
global::UnityEngine.Object.Destroy(gameObject.GetComponent<Collider>());
|
|
SphereCollider sphereCollider = base.gameObject.AddComponent<SphereCollider>();
|
|
sphereCollider.radius = FaceStretchInteraction.CAKKPLFLNEE;
|
|
sphereCollider.isTrigger = true;
|
|
this.NIEBJGFGKBA = gameObject.GetComponent<Renderer>();
|
|
this.NIEBJGFGKBA.material.shader = Shader.Find("time");
|
|
Color kpeblnjfoom = FaceStretchInteraction.KPEBLNJFOOM;
|
|
kpeblnjfoom.a = FaceStretchInteraction.LKHAFIFNOAC;
|
|
this.NIEBJGFGKBA.material.color = kpeblnjfoom;
|
|
}
|
|
|
|
// Token: 0x060196F3 RID: 104179 RVA: 0x007123E0 File Offset: 0x007105E0
|
|
private void ELJEMOGNBOP()
|
|
{
|
|
foreach (PlayerHand playerHand in this.OEHPLIOLKEC)
|
|
{
|
|
if (playerHand.JKNCHBFALCJ != null && playerHand.JKNCHBFALCJ.LLNHNIOEHLN)
|
|
{
|
|
base.transform.position = playerHand.transform.position;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x060196F4 RID: 104180 RVA: 0x0071246C File Offset: 0x0071066C
|
|
private void GICHADGFOJK()
|
|
{
|
|
GameObject gameObject = GameObject.CreatePrimitive(PrimitiveType.Capsule);
|
|
gameObject.transform.SetParent(base.transform, true);
|
|
gameObject.transform.localScale = Vector3.one * FaceStretchInteraction.HBJLDEGPNDJ;
|
|
global::UnityEngine.Object.Destroy(gameObject.GetComponent<Collider>());
|
|
SphereCollider sphereCollider = base.gameObject.AddComponent<SphereCollider>();
|
|
sphereCollider.radius = FaceStretchInteraction.CAKKPLFLNEE;
|
|
sphereCollider.isTrigger = true;
|
|
this.NIEBJGFGKBA = gameObject.GetComponent<Renderer>();
|
|
this.NIEBJGFGKBA.material.shader = Shader.Find("open");
|
|
Color kpeblnjfoom = FaceStretchInteraction.KPEBLNJFOOM;
|
|
kpeblnjfoom.a = FaceStretchInteraction.LKHAFIFNOAC;
|
|
this.NIEBJGFGKBA.material.color = kpeblnjfoom;
|
|
}
|
|
|
|
// Token: 0x060196F5 RID: 104181 RVA: 0x00712520 File Offset: 0x00710720
|
|
private void FNNCEMJECLP()
|
|
{
|
|
GameObject gameObject = GameObject.CreatePrimitive(PrimitiveType.Capsule);
|
|
gameObject.transform.SetParent(base.transform, true);
|
|
gameObject.transform.localScale = Vector3.one * FaceStretchInteraction.HBJLDEGPNDJ;
|
|
global::UnityEngine.Object.Destroy(gameObject.GetComponent<Collider>());
|
|
SphereCollider sphereCollider = base.gameObject.AddComponent<SphereCollider>();
|
|
sphereCollider.radius = FaceStretchInteraction.CAKKPLFLNEE;
|
|
sphereCollider.isTrigger = true;
|
|
this.NIEBJGFGKBA = gameObject.GetComponent<Renderer>();
|
|
this.NIEBJGFGKBA.material.shader = Shader.Find("OnRelease");
|
|
Color kpeblnjfoom = FaceStretchInteraction.KPEBLNJFOOM;
|
|
kpeblnjfoom.a = FaceStretchInteraction.LKHAFIFNOAC;
|
|
this.NIEBJGFGKBA.material.color = kpeblnjfoom;
|
|
}
|
|
|
|
// Token: 0x060196F6 RID: 104182 RVA: 0x007125D4 File Offset: 0x007107D4
|
|
private void NIDPNEAEBLB()
|
|
{
|
|
foreach (PlayerHand playerHand in this.OEHPLIOLKEC)
|
|
{
|
|
if (playerHand.JKNCHBFALCJ != null && playerHand.JKNCHBFALCJ.EPPFMFIDNJE())
|
|
{
|
|
base.transform.position = playerHand.transform.position;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x060196F7 RID: 104183 RVA: 0x00712660 File Offset: 0x00710860
|
|
private void NIMGEGGKBMN(Collider CINAFOGLFIB)
|
|
{
|
|
PlayerHand componentInParent = CINAFOGLFIB.gameObject.GetComponentInParent<PlayerHand>();
|
|
if (componentInParent != null)
|
|
{
|
|
if (this.OEHPLIOLKEC.Contains(componentInParent))
|
|
{
|
|
this.OEHPLIOLKEC.Remove(componentInParent);
|
|
}
|
|
if (this.OEHPLIOLKEC.Count == 0)
|
|
{
|
|
Color color = this.NIEBJGFGKBA.material.color;
|
|
color.a = FaceStretchInteraction.LKHAFIFNOAC;
|
|
this.NIEBJGFGKBA.material.color = color;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x060196F8 RID: 104184 RVA: 0x007126E4 File Offset: 0x007108E4
|
|
private void PLKAFOMPMKE()
|
|
{
|
|
foreach (PlayerHand playerHand in this.OEHPLIOLKEC)
|
|
{
|
|
if (playerHand.JKNCHBFALCJ != null && playerHand.JKNCHBFALCJ.EPPFMFIDNJE())
|
|
{
|
|
base.transform.position = playerHand.transform.position;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x060196F9 RID: 104185 RVA: 0x00712770 File Offset: 0x00710970
|
|
private void FPGOEEMHPFI(Collider CINAFOGLFIB)
|
|
{
|
|
PlayerHand componentInParent = CINAFOGLFIB.gameObject.GetComponentInParent<PlayerHand>();
|
|
if (componentInParent != null)
|
|
{
|
|
if (this.OEHPLIOLKEC.Contains(componentInParent))
|
|
{
|
|
this.OEHPLIOLKEC.Remove(componentInParent);
|
|
}
|
|
if (this.OEHPLIOLKEC.Count == 0)
|
|
{
|
|
Color color = this.NIEBJGFGKBA.material.color;
|
|
color.a = FaceStretchInteraction.LKHAFIFNOAC;
|
|
this.NIEBJGFGKBA.material.color = color;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x060196FA RID: 104186 RVA: 0x007127F4 File Offset: 0x007109F4
|
|
private void JINABDGLFOB()
|
|
{
|
|
foreach (PlayerHand playerHand in this.OEHPLIOLKEC)
|
|
{
|
|
if (playerHand.JKNCHBFALCJ != null && playerHand.JKNCHBFALCJ.EPPFMFIDNJE())
|
|
{
|
|
base.transform.position = playerHand.transform.position;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x060196FB RID: 104187 RVA: 0x00712880 File Offset: 0x00710A80
|
|
private void NGOPCBJCNJM()
|
|
{
|
|
GameObject gameObject = GameObject.CreatePrimitive(PrimitiveType.Capsule);
|
|
gameObject.transform.SetParent(base.transform, false);
|
|
gameObject.transform.localScale = Vector3.one * FaceStretchInteraction.HBJLDEGPNDJ;
|
|
global::UnityEngine.Object.Destroy(gameObject.GetComponent<Collider>());
|
|
SphereCollider sphereCollider = base.gameObject.AddComponent<SphereCollider>();
|
|
sphereCollider.radius = FaceStretchInteraction.CAKKPLFLNEE;
|
|
sphereCollider.isTrigger = true;
|
|
this.NIEBJGFGKBA = gameObject.GetComponent<Renderer>();
|
|
this.NIEBJGFGKBA.material.shader = Shader.Find("[ACTk] <b>[ ObscuredString test ]</b>");
|
|
Color kpeblnjfoom = FaceStretchInteraction.KPEBLNJFOOM;
|
|
kpeblnjfoom.a = FaceStretchInteraction.LKHAFIFNOAC;
|
|
this.NIEBJGFGKBA.material.color = kpeblnjfoom;
|
|
}
|
|
|
|
// Token: 0x060196FC RID: 104188 RVA: 0x00712934 File Offset: 0x00710B34
|
|
private void BOMDBKGDLKG(Collider CINAFOGLFIB)
|
|
{
|
|
PlayerHand componentInParent = CINAFOGLFIB.gameObject.GetComponentInParent<PlayerHand>();
|
|
if (componentInParent != null)
|
|
{
|
|
if (this.OEHPLIOLKEC.Contains(componentInParent))
|
|
{
|
|
this.OEHPLIOLKEC.Remove(componentInParent);
|
|
}
|
|
if (this.OEHPLIOLKEC.Count == 0)
|
|
{
|
|
Color color = this.NIEBJGFGKBA.material.color;
|
|
color.a = FaceStretchInteraction.LKHAFIFNOAC;
|
|
this.NIEBJGFGKBA.material.color = color;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x060196FD RID: 104189 RVA: 0x007129B8 File Offset: 0x00710BB8
|
|
private void AJMAOAOGHFK()
|
|
{
|
|
GameObject gameObject = GameObject.CreatePrimitive(PrimitiveType.Sphere);
|
|
gameObject.transform.SetParent(base.transform, true);
|
|
gameObject.transform.localScale = Vector3.one * FaceStretchInteraction.HBJLDEGPNDJ;
|
|
global::UnityEngine.Object.Destroy(gameObject.GetComponent<Collider>());
|
|
SphereCollider sphereCollider = base.gameObject.AddComponent<SphereCollider>();
|
|
sphereCollider.radius = FaceStretchInteraction.CAKKPLFLNEE;
|
|
sphereCollider.isTrigger = true;
|
|
this.NIEBJGFGKBA = gameObject.GetComponent<Renderer>();
|
|
this.NIEBJGFGKBA.material.shader = Shader.Find("Error retrieving local profiles: ");
|
|
Color kpeblnjfoom = FaceStretchInteraction.KPEBLNJFOOM;
|
|
kpeblnjfoom.a = FaceStretchInteraction.LKHAFIFNOAC;
|
|
this.NIEBJGFGKBA.material.color = kpeblnjfoom;
|
|
}
|
|
|
|
// Token: 0x060196FE RID: 104190 RVA: 0x00712A6C File Offset: 0x00710C6C
|
|
private void HEKMPKDNNGB()
|
|
{
|
|
GameObject gameObject = GameObject.CreatePrimitive(PrimitiveType.Capsule);
|
|
gameObject.transform.SetParent(base.transform, false);
|
|
gameObject.transform.localScale = Vector3.one * FaceStretchInteraction.HBJLDEGPNDJ;
|
|
global::UnityEngine.Object.Destroy(gameObject.GetComponent<Collider>());
|
|
SphereCollider sphereCollider = base.gameObject.AddComponent<SphereCollider>();
|
|
sphereCollider.radius = FaceStretchInteraction.CAKKPLFLNEE;
|
|
sphereCollider.isTrigger = true;
|
|
this.NIEBJGFGKBA = gameObject.GetComponent<Renderer>();
|
|
this.NIEBJGFGKBA.material.shader = Shader.Find("{0}/{1}");
|
|
Color kpeblnjfoom = FaceStretchInteraction.KPEBLNJFOOM;
|
|
kpeblnjfoom.a = FaceStretchInteraction.LKHAFIFNOAC;
|
|
this.NIEBJGFGKBA.material.color = kpeblnjfoom;
|
|
}
|
|
|
|
// Token: 0x06019700 RID: 104192 RVA: 0x00712B34 File Offset: 0x00710D34
|
|
private void HGKMGHHCNLB()
|
|
{
|
|
foreach (PlayerHand playerHand in this.OEHPLIOLKEC)
|
|
{
|
|
if (playerHand.JKNCHBFALCJ != null && playerHand.JKNCHBFALCJ.EPPFMFIDNJE())
|
|
{
|
|
base.transform.position = playerHand.transform.position;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019701 RID: 104193 RVA: 0x00712BC0 File Offset: 0x00710DC0
|
|
private void FIDMEJHMGJI()
|
|
{
|
|
GameObject gameObject = GameObject.CreatePrimitive(PrimitiveType.Sphere);
|
|
gameObject.transform.SetParent(base.transform, false);
|
|
gameObject.transform.localScale = Vector3.one * FaceStretchInteraction.HBJLDEGPNDJ;
|
|
global::UnityEngine.Object.Destroy(gameObject.GetComponent<Collider>());
|
|
SphereCollider sphereCollider = base.gameObject.AddComponent<SphereCollider>();
|
|
sphereCollider.radius = FaceStretchInteraction.CAKKPLFLNEE;
|
|
sphereCollider.isTrigger = true;
|
|
this.NIEBJGFGKBA = gameObject.GetComponent<Renderer>();
|
|
this.NIEBJGFGKBA.material.shader = Shader.Find(" must have at least one exit door.");
|
|
Color kpeblnjfoom = FaceStretchInteraction.KPEBLNJFOOM;
|
|
kpeblnjfoom.a = FaceStretchInteraction.LKHAFIFNOAC;
|
|
this.NIEBJGFGKBA.material.color = kpeblnjfoom;
|
|
}
|
|
|
|
// Token: 0x06019702 RID: 104194 RVA: 0x00712C74 File Offset: 0x00710E74
|
|
private void EGPCNMCCHNL()
|
|
{
|
|
GameObject gameObject = GameObject.CreatePrimitive(PrimitiveType.Sphere);
|
|
gameObject.transform.SetParent(base.transform, true);
|
|
gameObject.transform.localScale = Vector3.one * FaceStretchInteraction.HBJLDEGPNDJ;
|
|
global::UnityEngine.Object.Destroy(gameObject.GetComponent<Collider>());
|
|
SphereCollider sphereCollider = base.gameObject.AddComponent<SphereCollider>();
|
|
sphereCollider.radius = FaceStretchInteraction.CAKKPLFLNEE;
|
|
sphereCollider.isTrigger = true;
|
|
this.NIEBJGFGKBA = gameObject.GetComponent<Renderer>();
|
|
this.NIEBJGFGKBA.material.shader = Shader.Find("collisiondetectionmode");
|
|
Color kpeblnjfoom = FaceStretchInteraction.KPEBLNJFOOM;
|
|
kpeblnjfoom.a = FaceStretchInteraction.LKHAFIFNOAC;
|
|
this.NIEBJGFGKBA.material.color = kpeblnjfoom;
|
|
}
|
|
|
|
// Token: 0x06019703 RID: 104195 RVA: 0x00712D28 File Offset: 0x00710F28
|
|
private void DGNOEJIKFIN(Collider CINAFOGLFIB)
|
|
{
|
|
PlayerHand componentInParent = CINAFOGLFIB.gameObject.GetComponentInParent<PlayerHand>();
|
|
if (componentInParent != null)
|
|
{
|
|
if (this.OEHPLIOLKEC.Count == 0)
|
|
{
|
|
Color color = this.NIEBJGFGKBA.material.color;
|
|
color.a = FaceStretchInteraction.HNNNADADADP;
|
|
this.NIEBJGFGKBA.material.color = color;
|
|
}
|
|
if (!this.OEHPLIOLKEC.Contains(componentInParent))
|
|
{
|
|
this.OEHPLIOLKEC.Add(componentInParent);
|
|
componentInParent.Vibrate(1, (ushort)(-140));
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019704 RID: 104196 RVA: 0x00712DB4 File Offset: 0x00710FB4
|
|
private void LOGFBGOPLLO()
|
|
{
|
|
foreach (PlayerHand playerHand in this.OEHPLIOLKEC)
|
|
{
|
|
if (playerHand.JKNCHBFALCJ != null && playerHand.JKNCHBFALCJ.LLNHNIOEHLN)
|
|
{
|
|
base.transform.position = playerHand.transform.position;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019705 RID: 104197 RVA: 0x00712E40 File Offset: 0x00711040
|
|
private void LBNHJEGPLJK(Collider CINAFOGLFIB)
|
|
{
|
|
PlayerHand componentInParent = CINAFOGLFIB.gameObject.GetComponentInParent<PlayerHand>();
|
|
if (componentInParent != null)
|
|
{
|
|
if (this.OEHPLIOLKEC.Count == 0)
|
|
{
|
|
Color color = this.NIEBJGFGKBA.material.color;
|
|
color.a = FaceStretchInteraction.HNNNADADADP;
|
|
this.NIEBJGFGKBA.material.color = color;
|
|
}
|
|
if (!this.OEHPLIOLKEC.Contains(componentInParent))
|
|
{
|
|
this.OEHPLIOLKEC.Add(componentInParent);
|
|
componentInParent.Vibrate(1, 32);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019706 RID: 104198 RVA: 0x00712ECC File Offset: 0x007110CC
|
|
private void DMKGHMFAPEF(Collider CINAFOGLFIB)
|
|
{
|
|
PlayerHand componentInParent = CINAFOGLFIB.gameObject.GetComponentInParent<PlayerHand>();
|
|
if (componentInParent != null)
|
|
{
|
|
if (this.OEHPLIOLKEC.Count == 0)
|
|
{
|
|
Color color = this.NIEBJGFGKBA.material.color;
|
|
color.a = FaceStretchInteraction.HNNNADADADP;
|
|
this.NIEBJGFGKBA.material.color = color;
|
|
}
|
|
if (!this.OEHPLIOLKEC.Contains(componentInParent))
|
|
{
|
|
this.OEHPLIOLKEC.Add(componentInParent);
|
|
componentInParent.Vibrate(0, (ushort)(-63));
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019707 RID: 104199 RVA: 0x00712F58 File Offset: 0x00711158
|
|
private void FBNGCAPKDPC()
|
|
{
|
|
foreach (PlayerHand playerHand in this.OEHPLIOLKEC)
|
|
{
|
|
if (playerHand.JKNCHBFALCJ != null && playerHand.JKNCHBFALCJ.LLNHNIOEHLN)
|
|
{
|
|
base.transform.position = playerHand.transform.position;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019708 RID: 104200 RVA: 0x00712FE4 File Offset: 0x007111E4
|
|
private void OEAPIMLLMGM(Collider CINAFOGLFIB)
|
|
{
|
|
PlayerHand componentInParent = CINAFOGLFIB.gameObject.GetComponentInParent<PlayerHand>();
|
|
if (componentInParent != null)
|
|
{
|
|
if (this.OEHPLIOLKEC.Count == 0)
|
|
{
|
|
Color color = this.NIEBJGFGKBA.material.color;
|
|
color.a = FaceStretchInteraction.HNNNADADADP;
|
|
this.NIEBJGFGKBA.material.color = color;
|
|
}
|
|
if (!this.OEHPLIOLKEC.Contains(componentInParent))
|
|
{
|
|
this.OEHPLIOLKEC.Add(componentInParent);
|
|
componentInParent.Vibrate(1, 25);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019709 RID: 104201 RVA: 0x00713070 File Offset: 0x00711270
|
|
private void DAMLBCOHMIJ()
|
|
{
|
|
foreach (PlayerHand playerHand in this.OEHPLIOLKEC)
|
|
{
|
|
if (playerHand.JKNCHBFALCJ != null && playerHand.JKNCHBFALCJ.EPPFMFIDNJE())
|
|
{
|
|
base.transform.position = playerHand.transform.position;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601970A RID: 104202 RVA: 0x007130FC File Offset: 0x007112FC
|
|
private void DIMNACNNKPH(Collider CINAFOGLFIB)
|
|
{
|
|
PlayerHand componentInParent = CINAFOGLFIB.gameObject.GetComponentInParent<PlayerHand>();
|
|
if (componentInParent != null)
|
|
{
|
|
if (this.OEHPLIOLKEC.Count == 0)
|
|
{
|
|
Color color = this.NIEBJGFGKBA.material.color;
|
|
color.a = FaceStretchInteraction.HNNNADADADP;
|
|
this.NIEBJGFGKBA.material.color = color;
|
|
}
|
|
if (!this.OEHPLIOLKEC.Contains(componentInParent))
|
|
{
|
|
this.OEHPLIOLKEC.Add(componentInParent);
|
|
componentInParent.Vibrate(0, (ushort)(-40));
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601970B RID: 104203 RVA: 0x00713188 File Offset: 0x00711388
|
|
private void FEMAHOHCJIO(Collider CINAFOGLFIB)
|
|
{
|
|
PlayerHand componentInParent = CINAFOGLFIB.gameObject.GetComponentInParent<PlayerHand>();
|
|
if (componentInParent != null)
|
|
{
|
|
if (this.OEHPLIOLKEC.Contains(componentInParent))
|
|
{
|
|
this.OEHPLIOLKEC.Remove(componentInParent);
|
|
}
|
|
if (this.OEHPLIOLKEC.Count == 0)
|
|
{
|
|
Color color = this.NIEBJGFGKBA.material.color;
|
|
color.a = FaceStretchInteraction.LKHAFIFNOAC;
|
|
this.NIEBJGFGKBA.material.color = color;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601970C RID: 104204 RVA: 0x0071320C File Offset: 0x0071140C
|
|
private void PGDIPLMEFFN(Collider CINAFOGLFIB)
|
|
{
|
|
PlayerHand componentInParent = CINAFOGLFIB.gameObject.GetComponentInParent<PlayerHand>();
|
|
if (componentInParent != null)
|
|
{
|
|
if (this.OEHPLIOLKEC.Contains(componentInParent))
|
|
{
|
|
this.OEHPLIOLKEC.Remove(componentInParent);
|
|
}
|
|
if (this.OEHPLIOLKEC.Count == 0)
|
|
{
|
|
Color color = this.NIEBJGFGKBA.material.color;
|
|
color.a = FaceStretchInteraction.LKHAFIFNOAC;
|
|
this.NIEBJGFGKBA.material.color = color;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601970D RID: 104205 RVA: 0x00713290 File Offset: 0x00711490
|
|
private void BFBFIPEIDGB(Collider CINAFOGLFIB)
|
|
{
|
|
PlayerHand componentInParent = CINAFOGLFIB.gameObject.GetComponentInParent<PlayerHand>();
|
|
if (componentInParent != null)
|
|
{
|
|
if (this.OEHPLIOLKEC.Count == 0)
|
|
{
|
|
Color color = this.NIEBJGFGKBA.material.color;
|
|
color.a = FaceStretchInteraction.HNNNADADADP;
|
|
this.NIEBJGFGKBA.material.color = color;
|
|
}
|
|
if (!this.OEHPLIOLKEC.Contains(componentInParent))
|
|
{
|
|
this.OEHPLIOLKEC.Add(componentInParent);
|
|
componentInParent.Vibrate(0, (ushort)(-149));
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601970E RID: 104206 RVA: 0x0071331C File Offset: 0x0071151C
|
|
private void MHMNMLNIGIA(Collider CINAFOGLFIB)
|
|
{
|
|
PlayerHand componentInParent = CINAFOGLFIB.gameObject.GetComponentInParent<PlayerHand>();
|
|
if (componentInParent != null)
|
|
{
|
|
if (this.OEHPLIOLKEC.Contains(componentInParent))
|
|
{
|
|
this.OEHPLIOLKEC.Remove(componentInParent);
|
|
}
|
|
if (this.OEHPLIOLKEC.Count == 0)
|
|
{
|
|
Color color = this.NIEBJGFGKBA.material.color;
|
|
color.a = FaceStretchInteraction.LKHAFIFNOAC;
|
|
this.NIEBJGFGKBA.material.color = color;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601970F RID: 104207 RVA: 0x007133A0 File Offset: 0x007115A0
|
|
private void ODEGJOENAGN()
|
|
{
|
|
foreach (PlayerHand playerHand in this.OEHPLIOLKEC)
|
|
{
|
|
if (playerHand.JKNCHBFALCJ != null && playerHand.JKNCHBFALCJ.EPPFMFIDNJE())
|
|
{
|
|
base.transform.position = playerHand.transform.position;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019710 RID: 104208 RVA: 0x0071342C File Offset: 0x0071162C
|
|
private void INNHBLOHJPN()
|
|
{
|
|
foreach (PlayerHand playerHand in this.OEHPLIOLKEC)
|
|
{
|
|
if (playerHand.JKNCHBFALCJ != null && playerHand.JKNCHBFALCJ.EPPFMFIDNJE())
|
|
{
|
|
base.transform.position = playerHand.transform.position;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019712 RID: 104210 RVA: 0x0071350C File Offset: 0x0071170C
|
|
private void FPMMBPEOBEE()
|
|
{
|
|
GameObject gameObject = GameObject.CreatePrimitive(PrimitiveType.Capsule);
|
|
gameObject.transform.SetParent(base.transform, false);
|
|
gameObject.transform.localScale = Vector3.one * FaceStretchInteraction.HBJLDEGPNDJ;
|
|
global::UnityEngine.Object.Destroy(gameObject.GetComponent<Collider>());
|
|
SphereCollider sphereCollider = base.gameObject.AddComponent<SphereCollider>();
|
|
sphereCollider.radius = FaceStretchInteraction.CAKKPLFLNEE;
|
|
sphereCollider.isTrigger = false;
|
|
this.NIEBJGFGKBA = gameObject.GetComponent<Renderer>();
|
|
this.NIEBJGFGKBA.material.shader = Shader.Find("PlayerIgnored_mat");
|
|
Color kpeblnjfoom = FaceStretchInteraction.KPEBLNJFOOM;
|
|
kpeblnjfoom.a = FaceStretchInteraction.LKHAFIFNOAC;
|
|
this.NIEBJGFGKBA.material.color = kpeblnjfoom;
|
|
}
|
|
|
|
// Token: 0x06019713 RID: 104211 RVA: 0x007135C0 File Offset: 0x007117C0
|
|
private void LGNHINLJKMN()
|
|
{
|
|
foreach (PlayerHand playerHand in this.OEHPLIOLKEC)
|
|
{
|
|
if (playerHand.JKNCHBFALCJ != null && playerHand.JKNCHBFALCJ.LLNHNIOEHLN)
|
|
{
|
|
base.transform.position = playerHand.transform.position;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019714 RID: 104212 RVA: 0x0071364C File Offset: 0x0071184C
|
|
private void HILBKBMKDLB(Collider CINAFOGLFIB)
|
|
{
|
|
PlayerHand componentInParent = CINAFOGLFIB.gameObject.GetComponentInParent<PlayerHand>();
|
|
if (componentInParent != null)
|
|
{
|
|
if (this.OEHPLIOLKEC.Count == 0)
|
|
{
|
|
Color color = this.NIEBJGFGKBA.material.color;
|
|
color.a = FaceStretchInteraction.HNNNADADADP;
|
|
this.NIEBJGFGKBA.material.color = color;
|
|
}
|
|
if (!this.OEHPLIOLKEC.Contains(componentInParent))
|
|
{
|
|
this.OEHPLIOLKEC.Add(componentInParent);
|
|
componentInParent.Vibrate(0, (ushort)(-164));
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019715 RID: 104213 RVA: 0x007136D8 File Offset: 0x007118D8
|
|
private void FFNNOMCPHPI()
|
|
{
|
|
foreach (PlayerHand playerHand in this.OEHPLIOLKEC)
|
|
{
|
|
if (playerHand.JKNCHBFALCJ != null && playerHand.JKNCHBFALCJ.EPPFMFIDNJE())
|
|
{
|
|
base.transform.position = playerHand.transform.position;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019716 RID: 104214 RVA: 0x00713764 File Offset: 0x00711964
|
|
private void JMPBGPAOJNC(Collider CINAFOGLFIB)
|
|
{
|
|
PlayerHand componentInParent = CINAFOGLFIB.gameObject.GetComponentInParent<PlayerHand>();
|
|
if (componentInParent != null)
|
|
{
|
|
if (this.OEHPLIOLKEC.Count == 0)
|
|
{
|
|
Color color = this.NIEBJGFGKBA.material.color;
|
|
color.a = FaceStretchInteraction.HNNNADADADP;
|
|
this.NIEBJGFGKBA.material.color = color;
|
|
}
|
|
if (!this.OEHPLIOLKEC.Contains(componentInParent))
|
|
{
|
|
this.OEHPLIOLKEC.Add(componentInParent);
|
|
componentInParent.Vibrate(1, 159);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019717 RID: 104215 RVA: 0x007137F0 File Offset: 0x007119F0
|
|
private void LCAIEBEDGMJ()
|
|
{
|
|
foreach (PlayerHand playerHand in this.OEHPLIOLKEC)
|
|
{
|
|
if (playerHand.JKNCHBFALCJ != null && playerHand.JKNCHBFALCJ.LLNHNIOEHLN)
|
|
{
|
|
base.transform.position = playerHand.transform.position;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019718 RID: 104216 RVA: 0x0071387C File Offset: 0x00711A7C
|
|
private void GOONBEPDOKC(Collider CINAFOGLFIB)
|
|
{
|
|
PlayerHand componentInParent = CINAFOGLFIB.gameObject.GetComponentInParent<PlayerHand>();
|
|
if (componentInParent != null)
|
|
{
|
|
if (this.OEHPLIOLKEC.Contains(componentInParent))
|
|
{
|
|
this.OEHPLIOLKEC.Remove(componentInParent);
|
|
}
|
|
if (this.OEHPLIOLKEC.Count == 0)
|
|
{
|
|
Color color = this.NIEBJGFGKBA.material.color;
|
|
color.a = FaceStretchInteraction.LKHAFIFNOAC;
|
|
this.NIEBJGFGKBA.material.color = color;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019719 RID: 104217 RVA: 0x00713900 File Offset: 0x00711B00
|
|
private void KHBJLGFPIHO(Collider CINAFOGLFIB)
|
|
{
|
|
PlayerHand componentInParent = CINAFOGLFIB.gameObject.GetComponentInParent<PlayerHand>();
|
|
if (componentInParent != null)
|
|
{
|
|
if (this.OEHPLIOLKEC.Contains(componentInParent))
|
|
{
|
|
this.OEHPLIOLKEC.Remove(componentInParent);
|
|
}
|
|
if (this.OEHPLIOLKEC.Count == 0)
|
|
{
|
|
Color color = this.NIEBJGFGKBA.material.color;
|
|
color.a = FaceStretchInteraction.LKHAFIFNOAC;
|
|
this.NIEBJGFGKBA.material.color = color;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601971A RID: 104218 RVA: 0x00713984 File Offset: 0x00711B84
|
|
private void GMDBGNMCONK()
|
|
{
|
|
GameObject gameObject = GameObject.CreatePrimitive(PrimitiveType.Sphere);
|
|
gameObject.transform.SetParent(base.transform, false);
|
|
gameObject.transform.localScale = Vector3.one * FaceStretchInteraction.HBJLDEGPNDJ;
|
|
global::UnityEngine.Object.Destroy(gameObject.GetComponent<Collider>());
|
|
SphereCollider sphereCollider = base.gameObject.AddComponent<SphereCollider>();
|
|
sphereCollider.radius = FaceStretchInteraction.CAKKPLFLNEE;
|
|
sphereCollider.isTrigger = true;
|
|
this.NIEBJGFGKBA = gameObject.GetComponent<Renderer>();
|
|
this.NIEBJGFGKBA.material.shader = Shader.Find("va");
|
|
Color kpeblnjfoom = FaceStretchInteraction.KPEBLNJFOOM;
|
|
kpeblnjfoom.a = FaceStretchInteraction.LKHAFIFNOAC;
|
|
this.NIEBJGFGKBA.material.color = kpeblnjfoom;
|
|
}
|
|
|
|
// Token: 0x0601971B RID: 104219 RVA: 0x00713A38 File Offset: 0x00711C38
|
|
private void CJNKCFNIPIO()
|
|
{
|
|
foreach (PlayerHand playerHand in this.OEHPLIOLKEC)
|
|
{
|
|
if (playerHand.JKNCHBFALCJ != null && playerHand.JKNCHBFALCJ.EPPFMFIDNJE())
|
|
{
|
|
base.transform.position = playerHand.transform.position;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601971C RID: 104220 RVA: 0x00713AC4 File Offset: 0x00711CC4
|
|
private void PLKCCLMGOKP()
|
|
{
|
|
foreach (PlayerHand playerHand in this.OEHPLIOLKEC)
|
|
{
|
|
if (playerHand.JKNCHBFALCJ != null && playerHand.JKNCHBFALCJ.LLNHNIOEHLN)
|
|
{
|
|
base.transform.position = playerHand.transform.position;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601971D RID: 104221 RVA: 0x00713B50 File Offset: 0x00711D50
|
|
private void NJLJOGNHANP()
|
|
{
|
|
foreach (PlayerHand playerHand in this.OEHPLIOLKEC)
|
|
{
|
|
if (playerHand.JKNCHBFALCJ != null && playerHand.JKNCHBFALCJ.EPPFMFIDNJE())
|
|
{
|
|
base.transform.position = playerHand.transform.position;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601971E RID: 104222 RVA: 0x00713BDC File Offset: 0x00711DDC
|
|
private void HNEFHCDMBKK()
|
|
{
|
|
GameObject gameObject = GameObject.CreatePrimitive(PrimitiveType.Sphere);
|
|
gameObject.transform.SetParent(base.transform, true);
|
|
gameObject.transform.localScale = Vector3.one * FaceStretchInteraction.HBJLDEGPNDJ;
|
|
global::UnityEngine.Object.Destroy(gameObject.GetComponent<Collider>());
|
|
SphereCollider sphereCollider = base.gameObject.AddComponent<SphereCollider>();
|
|
sphereCollider.radius = FaceStretchInteraction.CAKKPLFLNEE;
|
|
sphereCollider.isTrigger = true;
|
|
this.NIEBJGFGKBA = gameObject.GetComponent<Renderer>();
|
|
this.NIEBJGFGKBA.material.shader = Shader.Find("FnTable:IVRRenderModels_005");
|
|
Color kpeblnjfoom = FaceStretchInteraction.KPEBLNJFOOM;
|
|
kpeblnjfoom.a = FaceStretchInteraction.LKHAFIFNOAC;
|
|
this.NIEBJGFGKBA.material.color = kpeblnjfoom;
|
|
}
|
|
|
|
// Token: 0x0601971F RID: 104223 RVA: 0x00713C90 File Offset: 0x00711E90
|
|
private void LNKPKHFACHE()
|
|
{
|
|
GameObject gameObject = GameObject.CreatePrimitive(PrimitiveType.Capsule);
|
|
gameObject.transform.SetParent(base.transform, false);
|
|
gameObject.transform.localScale = Vector3.one * FaceStretchInteraction.HBJLDEGPNDJ;
|
|
global::UnityEngine.Object.Destroy(gameObject.GetComponent<Collider>());
|
|
SphereCollider sphereCollider = base.gameObject.AddComponent<SphereCollider>();
|
|
sphereCollider.radius = FaceStretchInteraction.CAKKPLFLNEE;
|
|
sphereCollider.isTrigger = true;
|
|
this.NIEBJGFGKBA = gameObject.GetComponent<Renderer>();
|
|
this.NIEBJGFGKBA.material.shader = Shader.Find("op_Implicit");
|
|
Color kpeblnjfoom = FaceStretchInteraction.KPEBLNJFOOM;
|
|
kpeblnjfoom.a = FaceStretchInteraction.LKHAFIFNOAC;
|
|
this.NIEBJGFGKBA.material.color = kpeblnjfoom;
|
|
}
|
|
|
|
// Token: 0x06019720 RID: 104224 RVA: 0x00713D44 File Offset: 0x00711F44
|
|
private void OAEGDGEMOBD(Collider CINAFOGLFIB)
|
|
{
|
|
PlayerHand componentInParent = CINAFOGLFIB.gameObject.GetComponentInParent<PlayerHand>();
|
|
if (componentInParent != null)
|
|
{
|
|
if (this.OEHPLIOLKEC.Count == 0)
|
|
{
|
|
Color color = this.NIEBJGFGKBA.material.color;
|
|
color.a = FaceStretchInteraction.HNNNADADADP;
|
|
this.NIEBJGFGKBA.material.color = color;
|
|
}
|
|
if (!this.OEHPLIOLKEC.Contains(componentInParent))
|
|
{
|
|
this.OEHPLIOLKEC.Add(componentInParent);
|
|
componentInParent.Vibrate(0, 47);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019721 RID: 104225 RVA: 0x00713DD0 File Offset: 0x00711FD0
|
|
private void IMCHGHEFIKO(Collider CINAFOGLFIB)
|
|
{
|
|
PlayerHand componentInParent = CINAFOGLFIB.gameObject.GetComponentInParent<PlayerHand>();
|
|
if (componentInParent != null)
|
|
{
|
|
if (this.OEHPLIOLKEC.Contains(componentInParent))
|
|
{
|
|
this.OEHPLIOLKEC.Remove(componentInParent);
|
|
}
|
|
if (this.OEHPLIOLKEC.Count == 0)
|
|
{
|
|
Color color = this.NIEBJGFGKBA.material.color;
|
|
color.a = FaceStretchInteraction.LKHAFIFNOAC;
|
|
this.NIEBJGFGKBA.material.color = color;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019722 RID: 104226 RVA: 0x00713E54 File Offset: 0x00712054
|
|
private void AHINDECCGCL(Collider CINAFOGLFIB)
|
|
{
|
|
PlayerHand componentInParent = CINAFOGLFIB.gameObject.GetComponentInParent<PlayerHand>();
|
|
if (componentInParent != null)
|
|
{
|
|
if (this.OEHPLIOLKEC.Count == 0)
|
|
{
|
|
Color color = this.NIEBJGFGKBA.material.color;
|
|
color.a = FaceStretchInteraction.HNNNADADADP;
|
|
this.NIEBJGFGKBA.material.color = color;
|
|
}
|
|
if (!this.OEHPLIOLKEC.Contains(componentInParent))
|
|
{
|
|
this.OEHPLIOLKEC.Add(componentInParent);
|
|
componentInParent.Vibrate(1, (ushort)(-54));
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019723 RID: 104227 RVA: 0x00713EE0 File Offset: 0x007120E0
|
|
private void KCCBHPEBJOC(Collider CINAFOGLFIB)
|
|
{
|
|
PlayerHand componentInParent = CINAFOGLFIB.gameObject.GetComponentInParent<PlayerHand>();
|
|
if (componentInParent != null)
|
|
{
|
|
if (this.OEHPLIOLKEC.Contains(componentInParent))
|
|
{
|
|
this.OEHPLIOLKEC.Remove(componentInParent);
|
|
}
|
|
if (this.OEHPLIOLKEC.Count == 0)
|
|
{
|
|
Color color = this.NIEBJGFGKBA.material.color;
|
|
color.a = FaceStretchInteraction.LKHAFIFNOAC;
|
|
this.NIEBJGFGKBA.material.color = color;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019724 RID: 104228 RVA: 0x00713F64 File Offset: 0x00712164
|
|
private void JKMNBLDOIMB()
|
|
{
|
|
foreach (PlayerHand playerHand in this.OEHPLIOLKEC)
|
|
{
|
|
if (playerHand.JKNCHBFALCJ != null && playerHand.JKNCHBFALCJ.LLNHNIOEHLN)
|
|
{
|
|
base.transform.position = playerHand.transform.position;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019725 RID: 104229 RVA: 0x00713FF0 File Offset: 0x007121F0
|
|
private void OPAPHGJINGO(Collider CINAFOGLFIB)
|
|
{
|
|
PlayerHand componentInParent = CINAFOGLFIB.gameObject.GetComponentInParent<PlayerHand>();
|
|
if (componentInParent != null)
|
|
{
|
|
if (this.OEHPLIOLKEC.Count == 0)
|
|
{
|
|
Color color = this.NIEBJGFGKBA.material.color;
|
|
color.a = FaceStretchInteraction.HNNNADADADP;
|
|
this.NIEBJGFGKBA.material.color = color;
|
|
}
|
|
if (!this.OEHPLIOLKEC.Contains(componentInParent))
|
|
{
|
|
this.OEHPLIOLKEC.Add(componentInParent);
|
|
componentInParent.Vibrate(0, 98);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019726 RID: 104230 RVA: 0x0071407C File Offset: 0x0071227C
|
|
private void GNMEPHBCKPP(Collider CINAFOGLFIB)
|
|
{
|
|
PlayerHand componentInParent = CINAFOGLFIB.gameObject.GetComponentInParent<PlayerHand>();
|
|
if (componentInParent != null)
|
|
{
|
|
if (this.OEHPLIOLKEC.Contains(componentInParent))
|
|
{
|
|
this.OEHPLIOLKEC.Remove(componentInParent);
|
|
}
|
|
if (this.OEHPLIOLKEC.Count == 0)
|
|
{
|
|
Color color = this.NIEBJGFGKBA.material.color;
|
|
color.a = FaceStretchInteraction.LKHAFIFNOAC;
|
|
this.NIEBJGFGKBA.material.color = color;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019727 RID: 104231 RVA: 0x00714100 File Offset: 0x00712300
|
|
private void OBFADPEEBLG()
|
|
{
|
|
foreach (PlayerHand playerHand in this.OEHPLIOLKEC)
|
|
{
|
|
if (playerHand.JKNCHBFALCJ != null && playerHand.JKNCHBFALCJ.EPPFMFIDNJE())
|
|
{
|
|
base.transform.position = playerHand.transform.position;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019728 RID: 104232 RVA: 0x0071418C File Offset: 0x0071238C
|
|
private void OAGPPJEGOBC()
|
|
{
|
|
GameObject gameObject = GameObject.CreatePrimitive(PrimitiveType.Capsule);
|
|
gameObject.transform.SetParent(base.transform, true);
|
|
gameObject.transform.localScale = Vector3.one * FaceStretchInteraction.HBJLDEGPNDJ;
|
|
global::UnityEngine.Object.Destroy(gameObject.GetComponent<Collider>());
|
|
SphereCollider sphereCollider = base.gameObject.AddComponent<SphereCollider>();
|
|
sphereCollider.radius = FaceStretchInteraction.CAKKPLFLNEE;
|
|
sphereCollider.isTrigger = true;
|
|
this.NIEBJGFGKBA = gameObject.GetComponent<Renderer>();
|
|
this.NIEBJGFGKBA.material.shader = Shader.Find("?");
|
|
Color kpeblnjfoom = FaceStretchInteraction.KPEBLNJFOOM;
|
|
kpeblnjfoom.a = FaceStretchInteraction.LKHAFIFNOAC;
|
|
this.NIEBJGFGKBA.material.color = kpeblnjfoom;
|
|
}
|
|
|
|
// Token: 0x06019729 RID: 104233 RVA: 0x00714240 File Offset: 0x00712440
|
|
private void OIBINCALDNN(Collider CINAFOGLFIB)
|
|
{
|
|
PlayerHand componentInParent = CINAFOGLFIB.gameObject.GetComponentInParent<PlayerHand>();
|
|
if (componentInParent != null)
|
|
{
|
|
if (this.OEHPLIOLKEC.Count == 0)
|
|
{
|
|
Color color = this.NIEBJGFGKBA.material.color;
|
|
color.a = FaceStretchInteraction.HNNNADADADP;
|
|
this.NIEBJGFGKBA.material.color = color;
|
|
}
|
|
if (!this.OEHPLIOLKEC.Contains(componentInParent))
|
|
{
|
|
this.OEHPLIOLKEC.Add(componentInParent);
|
|
componentInParent.Vibrate(0, 197);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601972A RID: 104234 RVA: 0x007142CC File Offset: 0x007124CC
|
|
private void AALCCOMNJGA(Collider CINAFOGLFIB)
|
|
{
|
|
PlayerHand componentInParent = CINAFOGLFIB.gameObject.GetComponentInParent<PlayerHand>();
|
|
if (componentInParent != null)
|
|
{
|
|
if (this.OEHPLIOLKEC.Contains(componentInParent))
|
|
{
|
|
this.OEHPLIOLKEC.Remove(componentInParent);
|
|
}
|
|
if (this.OEHPLIOLKEC.Count == 0)
|
|
{
|
|
Color color = this.NIEBJGFGKBA.material.color;
|
|
color.a = FaceStretchInteraction.LKHAFIFNOAC;
|
|
this.NIEBJGFGKBA.material.color = color;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601972B RID: 104235 RVA: 0x00714350 File Offset: 0x00712550
|
|
private void KAEPFOILFCG()
|
|
{
|
|
GameObject gameObject = GameObject.CreatePrimitive(PrimitiveType.Capsule);
|
|
gameObject.transform.SetParent(base.transform, false);
|
|
gameObject.transform.localScale = Vector3.one * FaceStretchInteraction.HBJLDEGPNDJ;
|
|
global::UnityEngine.Object.Destroy(gameObject.GetComponent<Collider>());
|
|
SphereCollider sphereCollider = base.gameObject.AddComponent<SphereCollider>();
|
|
sphereCollider.radius = FaceStretchInteraction.CAKKPLFLNEE;
|
|
sphereCollider.isTrigger = false;
|
|
this.NIEBJGFGKBA = gameObject.GetComponent<Renderer>();
|
|
this.NIEBJGFGKBA.material.shader = Shader.Find("_request_game_invite");
|
|
Color kpeblnjfoom = FaceStretchInteraction.KPEBLNJFOOM;
|
|
kpeblnjfoom.a = FaceStretchInteraction.LKHAFIFNOAC;
|
|
this.NIEBJGFGKBA.material.color = kpeblnjfoom;
|
|
}
|
|
|
|
// Token: 0x0601972C RID: 104236 RVA: 0x00714404 File Offset: 0x00712604
|
|
private void NINOMECLFAK(Collider CINAFOGLFIB)
|
|
{
|
|
PlayerHand componentInParent = CINAFOGLFIB.gameObject.GetComponentInParent<PlayerHand>();
|
|
if (componentInParent != null)
|
|
{
|
|
if (this.OEHPLIOLKEC.Contains(componentInParent))
|
|
{
|
|
this.OEHPLIOLKEC.Remove(componentInParent);
|
|
}
|
|
if (this.OEHPLIOLKEC.Count == 0)
|
|
{
|
|
Color color = this.NIEBJGFGKBA.material.color;
|
|
color.a = FaceStretchInteraction.LKHAFIFNOAC;
|
|
this.NIEBJGFGKBA.material.color = color;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601972D RID: 104237 RVA: 0x00714488 File Offset: 0x00712688
|
|
private void AHCJOBNKIHC()
|
|
{
|
|
foreach (PlayerHand playerHand in this.OEHPLIOLKEC)
|
|
{
|
|
if (playerHand.JKNCHBFALCJ != null && playerHand.JKNCHBFALCJ.EPPFMFIDNJE())
|
|
{
|
|
base.transform.position = playerHand.transform.position;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601972E RID: 104238 RVA: 0x00714514 File Offset: 0x00712714
|
|
private void GLBKBCBIOFJ()
|
|
{
|
|
GameObject gameObject = GameObject.CreatePrimitive(PrimitiveType.Sphere);
|
|
gameObject.transform.SetParent(base.transform, true);
|
|
gameObject.transform.localScale = Vector3.one * FaceStretchInteraction.HBJLDEGPNDJ;
|
|
global::UnityEngine.Object.Destroy(gameObject.GetComponent<Collider>());
|
|
SphereCollider sphereCollider = base.gameObject.AddComponent<SphereCollider>();
|
|
sphereCollider.radius = FaceStretchInteraction.CAKKPLFLNEE;
|
|
sphereCollider.isTrigger = false;
|
|
this.NIEBJGFGKBA = gameObject.GetComponent<Renderer>();
|
|
this.NIEBJGFGKBA.material.shader = Shader.Find("Digest username=\"{0}\", realm=\"{1}\", nonce=\"{2}\", uri=\"{3}\", cnonce=\"{4}\", response=\"{5}\"");
|
|
Color kpeblnjfoom = FaceStretchInteraction.KPEBLNJFOOM;
|
|
kpeblnjfoom.a = FaceStretchInteraction.LKHAFIFNOAC;
|
|
this.NIEBJGFGKBA.material.color = kpeblnjfoom;
|
|
}
|
|
|
|
// Token: 0x0601972F RID: 104239 RVA: 0x007145C8 File Offset: 0x007127C8
|
|
private void EDKGKIBOANN(Collider CINAFOGLFIB)
|
|
{
|
|
PlayerHand componentInParent = CINAFOGLFIB.gameObject.GetComponentInParent<PlayerHand>();
|
|
if (componentInParent != null)
|
|
{
|
|
if (this.OEHPLIOLKEC.Count == 0)
|
|
{
|
|
Color color = this.NIEBJGFGKBA.material.color;
|
|
color.a = FaceStretchInteraction.HNNNADADADP;
|
|
this.NIEBJGFGKBA.material.color = color;
|
|
}
|
|
if (!this.OEHPLIOLKEC.Contains(componentInParent))
|
|
{
|
|
this.OEHPLIOLKEC.Add(componentInParent);
|
|
componentInParent.Vibrate(0, (ushort)(-68));
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019730 RID: 104240 RVA: 0x00714654 File Offset: 0x00712854
|
|
private void EOPALFIPJDA(Collider CINAFOGLFIB)
|
|
{
|
|
PlayerHand componentInParent = CINAFOGLFIB.gameObject.GetComponentInParent<PlayerHand>();
|
|
if (componentInParent != null)
|
|
{
|
|
if (this.OEHPLIOLKEC.Contains(componentInParent))
|
|
{
|
|
this.OEHPLIOLKEC.Remove(componentInParent);
|
|
}
|
|
if (this.OEHPLIOLKEC.Count == 0)
|
|
{
|
|
Color color = this.NIEBJGFGKBA.material.color;
|
|
color.a = FaceStretchInteraction.LKHAFIFNOAC;
|
|
this.NIEBJGFGKBA.material.color = color;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019731 RID: 104241 RVA: 0x007146D8 File Offset: 0x007128D8
|
|
private void HKKKDGBDCDJ(Collider CINAFOGLFIB)
|
|
{
|
|
PlayerHand componentInParent = CINAFOGLFIB.gameObject.GetComponentInParent<PlayerHand>();
|
|
if (componentInParent != null)
|
|
{
|
|
if (this.OEHPLIOLKEC.Count == 0)
|
|
{
|
|
Color color = this.NIEBJGFGKBA.material.color;
|
|
color.a = FaceStretchInteraction.HNNNADADADP;
|
|
this.NIEBJGFGKBA.material.color = color;
|
|
}
|
|
if (!this.OEHPLIOLKEC.Contains(componentInParent))
|
|
{
|
|
this.OEHPLIOLKEC.Add(componentInParent);
|
|
componentInParent.Vibrate(1, (ushort)(-196));
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019732 RID: 104242 RVA: 0x00714764 File Offset: 0x00712964
|
|
private void IDGJGAIBOCK()
|
|
{
|
|
foreach (PlayerHand playerHand in this.OEHPLIOLKEC)
|
|
{
|
|
if (playerHand.JKNCHBFALCJ != null && playerHand.JKNCHBFALCJ.LLNHNIOEHLN)
|
|
{
|
|
base.transform.position = playerHand.transform.position;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019733 RID: 104243 RVA: 0x007147F0 File Offset: 0x007129F0
|
|
private void OnTriggerExit(Collider CINAFOGLFIB)
|
|
{
|
|
PlayerHand componentInParent = CINAFOGLFIB.gameObject.GetComponentInParent<PlayerHand>();
|
|
if (componentInParent != null)
|
|
{
|
|
if (this.OEHPLIOLKEC.Contains(componentInParent))
|
|
{
|
|
this.OEHPLIOLKEC.Remove(componentInParent);
|
|
}
|
|
if (this.OEHPLIOLKEC.Count == 0)
|
|
{
|
|
Color color = this.NIEBJGFGKBA.material.color;
|
|
color.a = FaceStretchInteraction.LKHAFIFNOAC;
|
|
this.NIEBJGFGKBA.material.color = color;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019734 RID: 104244 RVA: 0x00714874 File Offset: 0x00712A74
|
|
private void MGBDFPEFECB(Collider CINAFOGLFIB)
|
|
{
|
|
PlayerHand componentInParent = CINAFOGLFIB.gameObject.GetComponentInParent<PlayerHand>();
|
|
if (componentInParent != null)
|
|
{
|
|
if (this.OEHPLIOLKEC.Contains(componentInParent))
|
|
{
|
|
this.OEHPLIOLKEC.Remove(componentInParent);
|
|
}
|
|
if (this.OEHPLIOLKEC.Count == 0)
|
|
{
|
|
Color color = this.NIEBJGFGKBA.material.color;
|
|
color.a = FaceStretchInteraction.LKHAFIFNOAC;
|
|
this.NIEBJGFGKBA.material.color = color;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019735 RID: 104245 RVA: 0x007148F8 File Offset: 0x00712AF8
|
|
private void LGOMEMGMPAE(Collider CINAFOGLFIB)
|
|
{
|
|
PlayerHand componentInParent = CINAFOGLFIB.gameObject.GetComponentInParent<PlayerHand>();
|
|
if (componentInParent != null)
|
|
{
|
|
if (this.OEHPLIOLKEC.Count == 0)
|
|
{
|
|
Color color = this.NIEBJGFGKBA.material.color;
|
|
color.a = FaceStretchInteraction.HNNNADADADP;
|
|
this.NIEBJGFGKBA.material.color = color;
|
|
}
|
|
if (!this.OEHPLIOLKEC.Contains(componentInParent))
|
|
{
|
|
this.OEHPLIOLKEC.Add(componentInParent);
|
|
componentInParent.Vibrate(0, (ushort)(-44));
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019736 RID: 104246 RVA: 0x00714984 File Offset: 0x00712B84
|
|
private void JCDJNJAIEJC()
|
|
{
|
|
foreach (PlayerHand playerHand in this.OEHPLIOLKEC)
|
|
{
|
|
if (playerHand.JKNCHBFALCJ != null && playerHand.JKNCHBFALCJ.EPPFMFIDNJE())
|
|
{
|
|
base.transform.position = playerHand.transform.position;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019737 RID: 104247 RVA: 0x00714A10 File Offset: 0x00712C10
|
|
private void PKAECGLCMNF(Collider CINAFOGLFIB)
|
|
{
|
|
PlayerHand componentInParent = CINAFOGLFIB.gameObject.GetComponentInParent<PlayerHand>();
|
|
if (componentInParent != null)
|
|
{
|
|
if (this.OEHPLIOLKEC.Contains(componentInParent))
|
|
{
|
|
this.OEHPLIOLKEC.Remove(componentInParent);
|
|
}
|
|
if (this.OEHPLIOLKEC.Count == 0)
|
|
{
|
|
Color color = this.NIEBJGFGKBA.material.color;
|
|
color.a = FaceStretchInteraction.LKHAFIFNOAC;
|
|
this.NIEBJGFGKBA.material.color = color;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019738 RID: 104248 RVA: 0x00714A94 File Offset: 0x00712C94
|
|
private void JIEDNNLMBFE(Collider CINAFOGLFIB)
|
|
{
|
|
PlayerHand componentInParent = CINAFOGLFIB.gameObject.GetComponentInParent<PlayerHand>();
|
|
if (componentInParent != null)
|
|
{
|
|
if (this.OEHPLIOLKEC.Contains(componentInParent))
|
|
{
|
|
this.OEHPLIOLKEC.Remove(componentInParent);
|
|
}
|
|
if (this.OEHPLIOLKEC.Count == 0)
|
|
{
|
|
Color color = this.NIEBJGFGKBA.material.color;
|
|
color.a = FaceStretchInteraction.LKHAFIFNOAC;
|
|
this.NIEBJGFGKBA.material.color = color;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019739 RID: 104249 RVA: 0x00714B18 File Offset: 0x00712D18
|
|
private void Update()
|
|
{
|
|
foreach (PlayerHand playerHand in this.OEHPLIOLKEC)
|
|
{
|
|
if (playerHand.JKNCHBFALCJ != null && playerHand.JKNCHBFALCJ.LLNHNIOEHLN)
|
|
{
|
|
base.transform.position = playerHand.transform.position;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601973A RID: 104250 RVA: 0x00714BA4 File Offset: 0x00712DA4
|
|
private void LJFJILFBKHF()
|
|
{
|
|
foreach (PlayerHand playerHand in this.OEHPLIOLKEC)
|
|
{
|
|
if (playerHand.JKNCHBFALCJ != null && playerHand.JKNCHBFALCJ.LLNHNIOEHLN)
|
|
{
|
|
base.transform.position = playerHand.transform.position;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601973B RID: 104251 RVA: 0x00714C30 File Offset: 0x00712E30
|
|
private void Awake()
|
|
{
|
|
GameObject gameObject = GameObject.CreatePrimitive(PrimitiveType.Sphere);
|
|
gameObject.transform.SetParent(base.transform, false);
|
|
gameObject.transform.localScale = Vector3.one * FaceStretchInteraction.HBJLDEGPNDJ;
|
|
global::UnityEngine.Object.Destroy(gameObject.GetComponent<Collider>());
|
|
SphereCollider sphereCollider = base.gameObject.AddComponent<SphereCollider>();
|
|
sphereCollider.radius = FaceStretchInteraction.CAKKPLFLNEE;
|
|
sphereCollider.isTrigger = true;
|
|
this.NIEBJGFGKBA = gameObject.GetComponent<Renderer>();
|
|
this.NIEBJGFGKBA.material.shader = Shader.Find("Transparent/Diffuse");
|
|
Color kpeblnjfoom = FaceStretchInteraction.KPEBLNJFOOM;
|
|
kpeblnjfoom.a = FaceStretchInteraction.LKHAFIFNOAC;
|
|
this.NIEBJGFGKBA.material.color = kpeblnjfoom;
|
|
}
|
|
|
|
// Token: 0x0601973C RID: 104252 RVA: 0x00714CE4 File Offset: 0x00712EE4
|
|
private void OKGGDGJIPAM()
|
|
{
|
|
GameObject gameObject = GameObject.CreatePrimitive(PrimitiveType.Capsule);
|
|
gameObject.transform.SetParent(base.transform, true);
|
|
gameObject.transform.localScale = Vector3.one * FaceStretchInteraction.HBJLDEGPNDJ;
|
|
global::UnityEngine.Object.Destroy(gameObject.GetComponent<Collider>());
|
|
SphereCollider sphereCollider = base.gameObject.AddComponent<SphereCollider>();
|
|
sphereCollider.radius = FaceStretchInteraction.CAKKPLFLNEE;
|
|
sphereCollider.isTrigger = true;
|
|
this.NIEBJGFGKBA = gameObject.GetComponent<Renderer>();
|
|
this.NIEBJGFGKBA.material.shader = Shader.Find("Cost");
|
|
Color kpeblnjfoom = FaceStretchInteraction.KPEBLNJFOOM;
|
|
kpeblnjfoom.a = FaceStretchInteraction.LKHAFIFNOAC;
|
|
this.NIEBJGFGKBA.material.color = kpeblnjfoom;
|
|
}
|
|
|
|
// Token: 0x0601973D RID: 104253 RVA: 0x00714D98 File Offset: 0x00712F98
|
|
private void AOJMOECIFJN(Collider CINAFOGLFIB)
|
|
{
|
|
PlayerHand componentInParent = CINAFOGLFIB.gameObject.GetComponentInParent<PlayerHand>();
|
|
if (componentInParent != null)
|
|
{
|
|
if (this.OEHPLIOLKEC.Contains(componentInParent))
|
|
{
|
|
this.OEHPLIOLKEC.Remove(componentInParent);
|
|
}
|
|
if (this.OEHPLIOLKEC.Count == 0)
|
|
{
|
|
Color color = this.NIEBJGFGKBA.material.color;
|
|
color.a = FaceStretchInteraction.LKHAFIFNOAC;
|
|
this.NIEBJGFGKBA.material.color = color;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601973E RID: 104254 RVA: 0x00714E1C File Offset: 0x0071301C
|
|
private void MIBIJLIBPGJ()
|
|
{
|
|
foreach (PlayerHand playerHand in this.OEHPLIOLKEC)
|
|
{
|
|
if (playerHand.JKNCHBFALCJ != null && playerHand.JKNCHBFALCJ.LLNHNIOEHLN)
|
|
{
|
|
base.transform.position = playerHand.transform.position;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601973F RID: 104255 RVA: 0x00714EA8 File Offset: 0x007130A8
|
|
private void DAJIEKINBMC(Collider CINAFOGLFIB)
|
|
{
|
|
PlayerHand componentInParent = CINAFOGLFIB.gameObject.GetComponentInParent<PlayerHand>();
|
|
if (componentInParent != null)
|
|
{
|
|
if (this.OEHPLIOLKEC.Count == 0)
|
|
{
|
|
Color color = this.NIEBJGFGKBA.material.color;
|
|
color.a = FaceStretchInteraction.HNNNADADADP;
|
|
this.NIEBJGFGKBA.material.color = color;
|
|
}
|
|
if (!this.OEHPLIOLKEC.Contains(componentInParent))
|
|
{
|
|
this.OEHPLIOLKEC.Add(componentInParent);
|
|
componentInParent.Vibrate(0, 9);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019740 RID: 104256 RVA: 0x00714F34 File Offset: 0x00713134
|
|
private void OnTriggerEnter(Collider CINAFOGLFIB)
|
|
{
|
|
PlayerHand componentInParent = CINAFOGLFIB.gameObject.GetComponentInParent<PlayerHand>();
|
|
if (componentInParent != null)
|
|
{
|
|
if (this.OEHPLIOLKEC.Count == 0)
|
|
{
|
|
Color color = this.NIEBJGFGKBA.material.color;
|
|
color.a = FaceStretchInteraction.HNNNADADADP;
|
|
this.NIEBJGFGKBA.material.color = color;
|
|
}
|
|
if (!this.OEHPLIOLKEC.Contains(componentInParent))
|
|
{
|
|
this.OEHPLIOLKEC.Add(componentInParent);
|
|
componentInParent.Vibrate(1, 1000);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019741 RID: 104257 RVA: 0x00714FC0 File Offset: 0x007131C0
|
|
private void DKDGOJGKHDM()
|
|
{
|
|
foreach (PlayerHand playerHand in this.OEHPLIOLKEC)
|
|
{
|
|
if (playerHand.JKNCHBFALCJ != null && playerHand.JKNCHBFALCJ.EPPFMFIDNJE())
|
|
{
|
|
base.transform.position = playerHand.transform.position;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019742 RID: 104258 RVA: 0x0071504C File Offset: 0x0071324C
|
|
private void KOMDMEFGEGH(Collider CINAFOGLFIB)
|
|
{
|
|
PlayerHand componentInParent = CINAFOGLFIB.gameObject.GetComponentInParent<PlayerHand>();
|
|
if (componentInParent != null)
|
|
{
|
|
if (this.OEHPLIOLKEC.Contains(componentInParent))
|
|
{
|
|
this.OEHPLIOLKEC.Remove(componentInParent);
|
|
}
|
|
if (this.OEHPLIOLKEC.Count == 0)
|
|
{
|
|
Color color = this.NIEBJGFGKBA.material.color;
|
|
color.a = FaceStretchInteraction.LKHAFIFNOAC;
|
|
this.NIEBJGFGKBA.material.color = color;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019743 RID: 104259 RVA: 0x007150D0 File Offset: 0x007132D0
|
|
private void GLBJNPMLCKI(Collider CINAFOGLFIB)
|
|
{
|
|
PlayerHand componentInParent = CINAFOGLFIB.gameObject.GetComponentInParent<PlayerHand>();
|
|
if (componentInParent != null)
|
|
{
|
|
if (this.OEHPLIOLKEC.Contains(componentInParent))
|
|
{
|
|
this.OEHPLIOLKEC.Remove(componentInParent);
|
|
}
|
|
if (this.OEHPLIOLKEC.Count == 0)
|
|
{
|
|
Color color = this.NIEBJGFGKBA.material.color;
|
|
color.a = FaceStretchInteraction.LKHAFIFNOAC;
|
|
this.NIEBJGFGKBA.material.color = color;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019744 RID: 104260 RVA: 0x00715154 File Offset: 0x00713354
|
|
private void NEEFJHOFMEE()
|
|
{
|
|
foreach (PlayerHand playerHand in this.OEHPLIOLKEC)
|
|
{
|
|
if (playerHand.JKNCHBFALCJ != null && playerHand.JKNCHBFALCJ.EPPFMFIDNJE())
|
|
{
|
|
base.transform.position = playerHand.transform.position;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019745 RID: 104261 RVA: 0x007151E0 File Offset: 0x007133E0
|
|
private void GPDOCPBDIHJ()
|
|
{
|
|
foreach (PlayerHand playerHand in this.OEHPLIOLKEC)
|
|
{
|
|
if (playerHand.JKNCHBFALCJ != null && playerHand.JKNCHBFALCJ.LLNHNIOEHLN)
|
|
{
|
|
base.transform.position = playerHand.transform.position;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019746 RID: 104262 RVA: 0x0071526C File Offset: 0x0071346C
|
|
private void BDPAEGDJEFP(Collider CINAFOGLFIB)
|
|
{
|
|
PlayerHand componentInParent = CINAFOGLFIB.gameObject.GetComponentInParent<PlayerHand>();
|
|
if (componentInParent != null)
|
|
{
|
|
if (this.OEHPLIOLKEC.Contains(componentInParent))
|
|
{
|
|
this.OEHPLIOLKEC.Remove(componentInParent);
|
|
}
|
|
if (this.OEHPLIOLKEC.Count == 0)
|
|
{
|
|
Color color = this.NIEBJGFGKBA.material.color;
|
|
color.a = FaceStretchInteraction.LKHAFIFNOAC;
|
|
this.NIEBJGFGKBA.material.color = color;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019747 RID: 104263 RVA: 0x007152F0 File Offset: 0x007134F0
|
|
private void DALFLKEEIEM()
|
|
{
|
|
foreach (PlayerHand playerHand in this.OEHPLIOLKEC)
|
|
{
|
|
if (playerHand.JKNCHBFALCJ != null && playerHand.JKNCHBFALCJ.LLNHNIOEHLN)
|
|
{
|
|
base.transform.position = playerHand.transform.position;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019748 RID: 104264 RVA: 0x0071537C File Offset: 0x0071357C
|
|
private void CLCFPJBJKOC(Collider CINAFOGLFIB)
|
|
{
|
|
PlayerHand componentInParent = CINAFOGLFIB.gameObject.GetComponentInParent<PlayerHand>();
|
|
if (componentInParent != null)
|
|
{
|
|
if (this.OEHPLIOLKEC.Contains(componentInParent))
|
|
{
|
|
this.OEHPLIOLKEC.Remove(componentInParent);
|
|
}
|
|
if (this.OEHPLIOLKEC.Count == 0)
|
|
{
|
|
Color color = this.NIEBJGFGKBA.material.color;
|
|
color.a = FaceStretchInteraction.LKHAFIFNOAC;
|
|
this.NIEBJGFGKBA.material.color = color;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019749 RID: 104265 RVA: 0x00715400 File Offset: 0x00713600
|
|
private void BBOIJKLPABP()
|
|
{
|
|
GameObject gameObject = GameObject.CreatePrimitive(PrimitiveType.Sphere);
|
|
gameObject.transform.SetParent(base.transform, false);
|
|
gameObject.transform.localScale = Vector3.one * FaceStretchInteraction.HBJLDEGPNDJ;
|
|
global::UnityEngine.Object.Destroy(gameObject.GetComponent<Collider>());
|
|
SphereCollider sphereCollider = base.gameObject.AddComponent<SphereCollider>();
|
|
sphereCollider.radius = FaceStretchInteraction.CAKKPLFLNEE;
|
|
sphereCollider.isTrigger = true;
|
|
this.NIEBJGFGKBA = gameObject.GetComponent<Renderer>();
|
|
this.NIEBJGFGKBA.material.shader = Shader.Find("ControlledObjectViewId");
|
|
Color kpeblnjfoom = FaceStretchInteraction.KPEBLNJFOOM;
|
|
kpeblnjfoom.a = FaceStretchInteraction.LKHAFIFNOAC;
|
|
this.NIEBJGFGKBA.material.color = kpeblnjfoom;
|
|
}
|
|
|
|
// Token: 0x0601974A RID: 104266 RVA: 0x007154B4 File Offset: 0x007136B4
|
|
private void MALCLHCJNHG(Collider CINAFOGLFIB)
|
|
{
|
|
PlayerHand componentInParent = CINAFOGLFIB.gameObject.GetComponentInParent<PlayerHand>();
|
|
if (componentInParent != null)
|
|
{
|
|
if (this.OEHPLIOLKEC.Count == 0)
|
|
{
|
|
Color color = this.NIEBJGFGKBA.material.color;
|
|
color.a = FaceStretchInteraction.HNNNADADADP;
|
|
this.NIEBJGFGKBA.material.color = color;
|
|
}
|
|
if (!this.OEHPLIOLKEC.Contains(componentInParent))
|
|
{
|
|
this.OEHPLIOLKEC.Add(componentInParent);
|
|
componentInParent.Vibrate(1, 173);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601974B RID: 104267 RVA: 0x00715540 File Offset: 0x00713740
|
|
private void MCLMBDOBLNJ()
|
|
{
|
|
GameObject gameObject = GameObject.CreatePrimitive(PrimitiveType.Capsule);
|
|
gameObject.transform.SetParent(base.transform, true);
|
|
gameObject.transform.localScale = Vector3.one * FaceStretchInteraction.HBJLDEGPNDJ;
|
|
global::UnityEngine.Object.Destroy(gameObject.GetComponent<Collider>());
|
|
SphereCollider sphereCollider = base.gameObject.AddComponent<SphereCollider>();
|
|
sphereCollider.radius = FaceStretchInteraction.CAKKPLFLNEE;
|
|
sphereCollider.isTrigger = false;
|
|
this.NIEBJGFGKBA = gameObject.GetComponent<Renderer>();
|
|
this.NIEBJGFGKBA.material.shader = Shader.Find("The appId this client sent is unknown on the server (Cloud). Check settings. If using the Cloud, check account.");
|
|
Color kpeblnjfoom = FaceStretchInteraction.KPEBLNJFOOM;
|
|
kpeblnjfoom.a = FaceStretchInteraction.LKHAFIFNOAC;
|
|
this.NIEBJGFGKBA.material.color = kpeblnjfoom;
|
|
}
|
|
|
|
// Token: 0x0601974C RID: 104268 RVA: 0x007155F4 File Offset: 0x007137F4
|
|
private void FNLAFIBLJIP(Collider CINAFOGLFIB)
|
|
{
|
|
PlayerHand componentInParent = CINAFOGLFIB.gameObject.GetComponentInParent<PlayerHand>();
|
|
if (componentInParent != null)
|
|
{
|
|
if (this.OEHPLIOLKEC.Count == 0)
|
|
{
|
|
Color color = this.NIEBJGFGKBA.material.color;
|
|
color.a = FaceStretchInteraction.HNNNADADADP;
|
|
this.NIEBJGFGKBA.material.color = color;
|
|
}
|
|
if (!this.OEHPLIOLKEC.Contains(componentInParent))
|
|
{
|
|
this.OEHPLIOLKEC.Add(componentInParent);
|
|
componentInParent.Vibrate(0, (ushort)(-56));
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601974D RID: 104269 RVA: 0x00715680 File Offset: 0x00713880
|
|
private void IAPLJMPPMKI(Collider CINAFOGLFIB)
|
|
{
|
|
PlayerHand componentInParent = CINAFOGLFIB.gameObject.GetComponentInParent<PlayerHand>();
|
|
if (componentInParent != null)
|
|
{
|
|
if (this.OEHPLIOLKEC.Count == 0)
|
|
{
|
|
Color color = this.NIEBJGFGKBA.material.color;
|
|
color.a = FaceStretchInteraction.HNNNADADADP;
|
|
this.NIEBJGFGKBA.material.color = color;
|
|
}
|
|
if (!this.OEHPLIOLKEC.Contains(componentInParent))
|
|
{
|
|
this.OEHPLIOLKEC.Add(componentInParent);
|
|
componentInParent.Vibrate(1, 168);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601974E RID: 104270 RVA: 0x0071570C File Offset: 0x0071390C
|
|
private void NIBGLHFHJLJ()
|
|
{
|
|
foreach (PlayerHand playerHand in this.OEHPLIOLKEC)
|
|
{
|
|
if (playerHand.JKNCHBFALCJ != null && playerHand.JKNCHBFALCJ.EPPFMFIDNJE())
|
|
{
|
|
base.transform.position = playerHand.transform.position;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601974F RID: 104271 RVA: 0x00715798 File Offset: 0x00713998
|
|
private void OIGAGGPPENB(Collider CINAFOGLFIB)
|
|
{
|
|
PlayerHand componentInParent = CINAFOGLFIB.gameObject.GetComponentInParent<PlayerHand>();
|
|
if (componentInParent != null)
|
|
{
|
|
if (this.OEHPLIOLKEC.Contains(componentInParent))
|
|
{
|
|
this.OEHPLIOLKEC.Remove(componentInParent);
|
|
}
|
|
if (this.OEHPLIOLKEC.Count == 0)
|
|
{
|
|
Color color = this.NIEBJGFGKBA.material.color;
|
|
color.a = FaceStretchInteraction.LKHAFIFNOAC;
|
|
this.NIEBJGFGKBA.material.color = color;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019750 RID: 104272 RVA: 0x0071581C File Offset: 0x00713A1C
|
|
private void HNEJCGMHDHH()
|
|
{
|
|
foreach (PlayerHand playerHand in this.OEHPLIOLKEC)
|
|
{
|
|
if (playerHand.JKNCHBFALCJ != null && playerHand.JKNCHBFALCJ.LLNHNIOEHLN)
|
|
{
|
|
base.transform.position = playerHand.transform.position;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019751 RID: 104273 RVA: 0x007158A8 File Offset: 0x00713AA8
|
|
private void AKJENLDELII(Collider CINAFOGLFIB)
|
|
{
|
|
PlayerHand componentInParent = CINAFOGLFIB.gameObject.GetComponentInParent<PlayerHand>();
|
|
if (componentInParent != null)
|
|
{
|
|
if (this.OEHPLIOLKEC.Contains(componentInParent))
|
|
{
|
|
this.OEHPLIOLKEC.Remove(componentInParent);
|
|
}
|
|
if (this.OEHPLIOLKEC.Count == 0)
|
|
{
|
|
Color color = this.NIEBJGFGKBA.material.color;
|
|
color.a = FaceStretchInteraction.LKHAFIFNOAC;
|
|
this.NIEBJGFGKBA.material.color = color;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x04004504 RID: 17668
|
|
private static Color KPEBLNJFOOM = new Color(0f, 1f, 0.8f, 1f);
|
|
|
|
// Token: 0x04004505 RID: 17669
|
|
private static float HBJLDEGPNDJ = 0.05f;
|
|
|
|
// Token: 0x04004506 RID: 17670
|
|
private static float CAKKPLFLNEE = 0.025f;
|
|
|
|
// Token: 0x04004507 RID: 17671
|
|
private static float LKHAFIFNOAC = 0.1f;
|
|
|
|
// Token: 0x04004508 RID: 17672
|
|
private static float HNNNADADADP = 0.7f;
|
|
|
|
// Token: 0x04004509 RID: 17673
|
|
private Renderer NIEBJGFGKBA;
|
|
|
|
// Token: 0x0400450A RID: 17674
|
|
private List<PlayerHand> OEHPLIOLKEC = new List<PlayerHand>();
|
|
}
|