This commit is contained in:
niko
2026-06-04 11:42:34 +02:00
parent f39ba70a9f
commit e720b98cd1
7488 changed files with 2493818 additions and 0 deletions
@@ -0,0 +1,18 @@
using System;
namespace RecRoom.AGUI.Expresso
{
// Token: 0x02001006 RID: 4102
[Serializable]
public class ActivitySpecificExpressoButtonConfigs
{
// Token: 0x04005986 RID: 22918
public string name;
// Token: 0x04005987 RID: 22919
public PGOPAPIFECA activity;
// Token: 0x04005988 RID: 22920
public ExpressoButtonConfig[] buttonConfigs;
}
}
@@ -0,0 +1,100 @@
using System;
using UnityEngine;
namespace RecRoom.AGUI.Expresso
{
// Token: 0x02001008 RID: 4104
[Serializable]
public class ContextualEmotesConfig : ScriptableObject
{
// Token: 0x04005993 RID: 22931
[SerializeField]
public ContextualEmotesConfig.ExpressoEmote[] Emotes;
// Token: 0x02001009 RID: 4105
[Serializable]
public class ExpressoEmote
{
// Token: 0x060226D4 RID: 141012 RVA: 0x009663E4 File Offset: 0x009645E4
public string PLOOPOMOGLD(string CGMIJJGJJLH)
{
return (!string.IsNullOrEmpty(this.emoteText) && !string.IsNullOrEmpty(CGMIJJGJJLH)) ? string.Format(this.emoteText, CGMIJJGJJLH) : this.emoteText;
}
// Token: 0x060226D5 RID: 141013 RVA: 0x00966418 File Offset: 0x00964618
public string OGBHMADCCID(string CGMIJJGJJLH)
{
return (!string.IsNullOrEmpty(this.emoteText) && !string.IsNullOrEmpty(CGMIJJGJJLH)) ? string.Format(this.emoteText, CGMIJJGJJLH) : this.emoteText;
}
// Token: 0x060226D6 RID: 141014 RVA: 0x0096644C File Offset: 0x0096464C
public string JGDPMLPKPCD(string CGMIJJGJJLH)
{
return (!string.IsNullOrEmpty(this.emoteText) && !string.IsNullOrEmpty(CGMIJJGJJLH)) ? string.Format(this.emoteText, CGMIJJGJJLH) : this.emoteText;
}
// Token: 0x060226D7 RID: 141015 RVA: 0x00966480 File Offset: 0x00964680
public string HPKLEIPKGPJ(string CGMIJJGJJLH)
{
return (!string.IsNullOrEmpty(this.emoteText) && !string.IsNullOrEmpty(CGMIJJGJJLH)) ? string.Format(this.emoteText, CGMIJJGJJLH) : this.emoteText;
}
// Token: 0x060226D8 RID: 141016 RVA: 0x009664B4 File Offset: 0x009646B4
public string LKCKHIMFFGF(string CGMIJJGJJLH)
{
return (!string.IsNullOrEmpty(this.emoteText) && !string.IsNullOrEmpty(CGMIJJGJJLH)) ? string.Format(this.emoteText, CGMIJJGJJLH) : this.emoteText;
}
// Token: 0x060226D9 RID: 141017 RVA: 0x009664E8 File Offset: 0x009646E8
public string HGLDCDEGOMJ(string CGMIJJGJJLH)
{
return (!string.IsNullOrEmpty(this.emoteText) && !string.IsNullOrEmpty(CGMIJJGJJLH)) ? string.Format(this.emoteText, CGMIJJGJJLH) : this.emoteText;
}
// Token: 0x060226DA RID: 141018 RVA: 0x0096651C File Offset: 0x0096471C
public string GFNBBBEKKID(string CGMIJJGJJLH)
{
return (!string.IsNullOrEmpty(this.emoteText) && !string.IsNullOrEmpty(CGMIJJGJJLH)) ? string.Format(this.emoteText, CGMIJJGJJLH) : this.emoteText;
}
// Token: 0x060226DB RID: 141019 RVA: 0x00966550 File Offset: 0x00964750
public string PEAIBICCHMA(string CGMIJJGJJLH)
{
return (!string.IsNullOrEmpty(this.emoteText) && !string.IsNullOrEmpty(CGMIJJGJJLH)) ? string.Format(this.emoteText, CGMIJJGJJLH) : this.emoteText;
}
// Token: 0x060226DC RID: 141020 RVA: 0x00966584 File Offset: 0x00964784
public string PPAMJBHIGDF(string CGMIJJGJJLH)
{
return (!string.IsNullOrEmpty(this.emoteText) && !string.IsNullOrEmpty(CGMIJJGJJLH)) ? string.Format(this.emoteText, CGMIJJGJJLH) : this.emoteText;
}
// Token: 0x060226DD RID: 141021 RVA: 0x009665B8 File Offset: 0x009647B8
public string EIHDHHDECCK(string CGMIJJGJJLH)
{
return (!string.IsNullOrEmpty(this.emoteText) && !string.IsNullOrEmpty(CGMIJJGJJLH)) ? string.Format(this.emoteText, CGMIJJGJJLH) : this.emoteText;
}
// Token: 0x04005994 RID: 22932
public string emoteUniqueName;
// Token: 0x04005995 RID: 22933
public string emoteText;
// Token: 0x04005996 RID: 22934
public Sprite emoticon;
// Token: 0x04005997 RID: 22935
public string facialExpression;
// Token: 0x04005998 RID: 22936
public RecRoomAudioClip emoteAudio;
// Token: 0x04005999 RID: 22937
public bool forceEmoteBubble;
// Token: 0x0400599A RID: 22938
public bool onlyBroadcastToTeam;
}
}
}
@@ -0,0 +1,660 @@
using System;
using System.Collections;
using UnityEngine;
using UnityEngine.Events;
using UnityEngine.UI;
namespace RecRoom.AGUI.Expresso
{
// Token: 0x0200100B RID: 4107
public class ExpressoButton : MonoBehaviour
{
// Token: 0x060226E5 RID: 141029 RVA: 0x00966760 File Offset: 0x00964960
private void PGELJEHELFN()
{
ExpressoButtonConfig activityExpressoButtonConfig = Player.LocalPlayer.LNKGAAEPMEO().PLMFOACOEMA.GetActivityExpressoButtonConfig(this.ButtonIndex);
if (activityExpressoButtonConfig != null)
{
this.buttonIcon.sprite = activityExpressoButtonConfig.buttonIcon;
this.buttonLabel.text = activityExpressoButtonConfig.buttonLabel;
this.CloseMenuOnInteraction = activityExpressoButtonConfig.CloseMenuOnInteraction;
this.OnButtonActivated = activityExpressoButtonConfig.OnButtonActivated;
this.OnButtonDeactivated = activityExpressoButtonConfig.OnButtonDeactivated;
this.OnInteractionEnter = activityExpressoButtonConfig.OnInteractionEnter;
this.OnInteractionStay = activityExpressoButtonConfig.OnInteractionStay;
this.OnInteractionExit = activityExpressoButtonConfig.OnInteractionExit;
}
this.buttonIcon.enabled = this.buttonIcon.sprite != null;
this.buttonLabel.enabled = !string.IsNullOrEmpty(this.buttonLabel.text);
}
// Token: 0x060226E6 RID: 141030 RVA: 0x00966834 File Offset: 0x00964A34
public bool DOGNLHHBFJB()
{
return this.PKBPJLOJKEF;
}
// Token: 0x060226E7 RID: 141031 RVA: 0x0096683C File Offset: 0x00964A3C
private void INCPLELDHGF()
{
PlayerHand playerHand = this.CJIHMCHNLLE();
ExpressoButton.IPJLNILBIPF meajkjnnflh = this.MEAJKJNNFLH;
if (playerHand != null)
{
switch (this.MEAJKJNNFLH)
{
case ExpressoButton.IPJLNILBIPF.Idle:
this.MEAJKJNNFLH = ExpressoButton.IPJLNILBIPF.Enter;
if (this.enterAudio != null)
{
AudioManager.Play3DSFX(this.enterAudio, base.transform, null);
}
this.LLGIBBJHKKH(this.OnInteractionEnter);
break;
case ExpressoButton.IPJLNILBIPF.Enter:
this.MEAJKJNNFLH = ExpressoButton.IPJLNILBIPF.Stay;
break;
case ExpressoButton.IPJLNILBIPF.Stay:
this.LLGIBBJHKKH(this.OnInteractionStay);
if (this.stayAudio != null && this.MECGFEBFPAH == null)
{
this.MECGFEBFPAH = AudioManager.StartLooping3DSFX(this.stayAudio, base.transform, null);
}
break;
}
}
else
{
if (this.MEAJKJNNFLH == ExpressoButton.IPJLNILBIPF.Stay || this.MEAJKJNNFLH == ExpressoButton.IPJLNILBIPF.Enter)
{
this.LLGIBBJHKKH(this.OnInteractionExit);
if (this.MECGFEBFPAH != null)
{
this.MECGFEBFPAH.Stop();
this.MECGFEBFPAH = null;
}
if (this.exitAudio != null)
{
AudioManager.Play3DSFX(this.exitAudio, base.transform, null);
}
}
this.MEAJKJNNFLH = ExpressoButton.IPJLNILBIPF.Idle;
}
if (this.MEAJKJNNFLH != meajkjnnflh)
{
this.animator.EGCMHABOLCA(ExpressoButton.AMICEOKBEPA, (int)this.MEAJKJNNFLH);
}
}
// Token: 0x060226E8 RID: 141032 RVA: 0x009669A0 File Offset: 0x00964BA0
private void LLGIBBJHKKH(ExpressoButton.ExpressoButtonInteraction DKHIFIHGDPL)
{
if (DKHIFIHGDPL != null)
{
DKHIFIHGDPL.Invoke();
}
if (this.CloseMenuOnInteraction)
{
Player.LocalPlayer.POJAICMNOFI.PLMFOACOEMA.ShowUI(false, null);
}
}
// Token: 0x060226E9 RID: 141033 RVA: 0x009669D0 File Offset: 0x00964BD0
public GameObject PDOHKDNHCKK()
{
return this.triggerVolume;
}
// Token: 0x17001021 RID: 4129
// (get) Token: 0x060226EA RID: 141034 RVA: 0x009669D8 File Offset: 0x00964BD8
// (set) Token: 0x0602270C RID: 141068 RVA: 0x009672B4 File Offset: 0x009654B4
public bool HHEECLBGLCE
{
get
{
return this.PKBPJLOJKEF;
}
set
{
bool flag = this.PKBPJLOJKEF != value;
this.PKBPJLOJKEF = value;
if (flag)
{
this.triggerVolume.SetActive(this.PKBPJLOJKEF);
if (this.PKBPJLOJKEF)
{
base.gameObject.SetActive(this.PKBPJLOJKEF);
if (this.OnButtonActivated != null)
{
this.OnButtonActivated.Invoke();
}
}
else
{
if (this.OnButtonDeactivated != null)
{
this.OnButtonDeactivated.Invoke();
}
if (this.MEAJKJNNFLH > ExpressoButton.IPJLNILBIPF.Idle)
{
base.StartCoroutine(this.BOGMKNLGGHI());
}
else
{
base.gameObject.SetActive(false);
}
}
this.MEAJKJNNFLH = ExpressoButton.IPJLNILBIPF.Idle;
}
}
}
// Token: 0x060226EC RID: 141036 RVA: 0x00966A10 File Offset: 0x00964C10
private void Start()
{
ExpressoButtonConfig activityExpressoButtonConfig = Player.LocalPlayer.POJAICMNOFI.PLMFOACOEMA.GetActivityExpressoButtonConfig(this.ButtonIndex);
if (activityExpressoButtonConfig != null)
{
this.buttonIcon.sprite = activityExpressoButtonConfig.buttonIcon;
this.buttonLabel.text = activityExpressoButtonConfig.buttonLabel;
this.CloseMenuOnInteraction = activityExpressoButtonConfig.CloseMenuOnInteraction;
this.OnButtonActivated = activityExpressoButtonConfig.OnButtonActivated;
this.OnButtonDeactivated = activityExpressoButtonConfig.OnButtonDeactivated;
this.OnInteractionEnter = activityExpressoButtonConfig.OnInteractionEnter;
this.OnInteractionStay = activityExpressoButtonConfig.OnInteractionStay;
this.OnInteractionExit = activityExpressoButtonConfig.OnInteractionExit;
}
this.buttonIcon.enabled = this.buttonIcon.sprite != null;
this.buttonLabel.enabled = !string.IsNullOrEmpty(this.buttonLabel.text);
}
// Token: 0x060226ED RID: 141037 RVA: 0x00966AE4 File Offset: 0x00964CE4
public bool KCNBHAADGNL()
{
return !(this.toggledIcon != null) || this.toggledIcon.enabled;
}
// Token: 0x060226EE RID: 141038 RVA: 0x00966B08 File Offset: 0x00964D08
public void PLPNKLINFOB(bool NOBAPCOKFIL)
{
if (this.toggledIcon != null)
{
this.toggledIcon.enabled = NOBAPCOKFIL;
}
}
// Token: 0x17001024 RID: 4132
// (get) Token: 0x060226EF RID: 141039 RVA: 0x00966B28 File Offset: 0x00964D28
public Image IBCJDPMLHFB
{
get
{
return this.buttonIcon;
}
}
// Token: 0x060226F0 RID: 141040 RVA: 0x00966B30 File Offset: 0x00964D30
private IEnumerator MFGDOLGKNHP()
{
float time = Time.time;
while (Time.time - time < this.exitAnimationDuration)
{
this.animator.EGCMHABOLCA(ExpressoButton.AMICEOKBEPA, 1);
yield return null;
}
base.gameObject.SetActive(false);
yield break;
}
// Token: 0x17001026 RID: 4134
// (get) Token: 0x060226F1 RID: 141041 RVA: 0x00966B4C File Offset: 0x00964D4C
// (set) Token: 0x060226FE RID: 141054 RVA: 0x00966DD0 File Offset: 0x00964FD0
public bool HFBOAEJIJKM
{
get
{
return this.toggledIcon != null && this.toggledIcon.enabled;
}
set
{
if (this.toggledIcon != null)
{
this.toggledIcon.enabled = value;
}
}
}
// Token: 0x060226F2 RID: 141042 RVA: 0x00966B70 File Offset: 0x00964D70
public bool CMNMGDIPLBA()
{
return this.PKBPJLOJKEF;
}
// Token: 0x060226F3 RID: 141043 RVA: 0x00966B78 File Offset: 0x00964D78
private IEnumerator BOGMKNLGGHI()
{
time = Time.time;
while (Time.time - time < this.exitAnimationDuration)
{
this.animator.EGCMHABOLCA(ExpressoButton.AMICEOKBEPA, 1);
yield return null;
}
base.gameObject.SetActive(false);
yield break;
}
// Token: 0x060226F4 RID: 141044 RVA: 0x00966B94 File Offset: 0x00964D94
private void HGPJAFAGOAD(ExpressoButton.ExpressoButtonInteraction DKHIFIHGDPL)
{
if (DKHIFIHGDPL != null)
{
DKHIFIHGDPL.Invoke();
}
if (this.CloseMenuOnInteraction)
{
Player.LocalPlayer.LNKGAAEPMEO().PLMFOACOEMA.BHCDIBAEGFL(false, null);
}
}
// Token: 0x17001023 RID: 4131
// (get) Token: 0x060226F5 RID: 141045 RVA: 0x00966BC4 File Offset: 0x00964DC4
public GameObject GIJNGIEFILF
{
get
{
return this.triggerVolume;
}
}
// Token: 0x060226F6 RID: 141046 RVA: 0x00966BCC File Offset: 0x00964DCC
public ExpressoButton.IPJLNILBIPF HBHBJMPAGMO()
{
return this.MEAJKJNNFLH;
}
// Token: 0x060226F7 RID: 141047 RVA: 0x00966BD4 File Offset: 0x00964DD4
private void IKFCLMNDGPF()
{
if (this.CMNMGDIPLBA())
{
this.FNOICMDOCMB();
}
}
// Token: 0x060226F8 RID: 141048 RVA: 0x00966BE8 File Offset: 0x00964DE8
public Text DOBCAIFADDO()
{
return this.buttonLabel;
}
// Token: 0x060226F9 RID: 141049 RVA: 0x00966BF0 File Offset: 0x00964DF0
public bool HAIHHEKEOGK()
{
return this.PKBPJLOJKEF;
}
// Token: 0x060226FA RID: 141050 RVA: 0x00966BF8 File Offset: 0x00964DF8
public bool DGFLCLFMODO()
{
return this.PKBPJLOJKEF;
}
// Token: 0x060226FB RID: 141051 RVA: 0x00966C00 File Offset: 0x00964E00
private void BBOIJKLPABP()
{
this.GMGAMOGNPHL = base.GetComponentInParent<ExpressoUIFlow>();
if (this.GMGAMOGNPHL != null)
{
this.UICanvasTransfrom.rotation = this.GMGAMOGNPHL.transform.rotation;
}
}
// Token: 0x060226FC RID: 141052 RVA: 0x00966C3C File Offset: 0x00964E3C
private void FNOICMDOCMB()
{
PlayerHand playerHand = this.CJIHMCHNLLE();
ExpressoButton.IPJLNILBIPF meajkjnnflh = this.MEAJKJNNFLH;
if (playerHand != null)
{
switch (this.MEAJKJNNFLH)
{
case ExpressoButton.IPJLNILBIPF.Idle:
this.MEAJKJNNFLH = ExpressoButton.IPJLNILBIPF.Idle;
if (this.enterAudio != null)
{
AudioManager.Play3DSFX(this.enterAudio, base.transform, null);
}
this.BDKHBKKAHBD(this.OnInteractionEnter);
break;
case ExpressoButton.IPJLNILBIPF.Enter:
this.MEAJKJNNFLH = (ExpressoButton.IPJLNILBIPF)8;
break;
case ExpressoButton.IPJLNILBIPF.Stay:
this.BDKHBKKAHBD(this.OnInteractionStay);
if (this.stayAudio != null && this.MECGFEBFPAH == null)
{
this.MECGFEBFPAH = AudioManager.StartLooping3DSFX(this.stayAudio, base.transform, null);
}
break;
}
}
else
{
if (this.MEAJKJNNFLH == ExpressoButton.IPJLNILBIPF.Enter || this.MEAJKJNNFLH == ExpressoButton.IPJLNILBIPF.Enter)
{
this.FFMMBKNDGBI(this.OnInteractionExit);
if (this.MECGFEBFPAH != null)
{
this.MECGFEBFPAH.HEMGFGLOMNK();
this.MECGFEBFPAH = null;
}
if (this.exitAudio != null)
{
AudioManager.Play3DSFX(this.exitAudio, base.transform, null);
}
}
this.MEAJKJNNFLH = ExpressoButton.IPJLNILBIPF.Enter;
}
if (this.MEAJKJNNFLH != meajkjnnflh)
{
this.animator.EGCMHABOLCA(ExpressoButton.AMICEOKBEPA, (int)this.MEAJKJNNFLH);
}
}
// Token: 0x060226FD RID: 141053 RVA: 0x00966DA0 File Offset: 0x00964FA0
private void FFMMBKNDGBI(ExpressoButton.ExpressoButtonInteraction DKHIFIHGDPL)
{
if (DKHIFIHGDPL != null)
{
DKHIFIHGDPL.Invoke();
}
if (this.CloseMenuOnInteraction)
{
Player.LocalPlayer.LNKGAAEPMEO().PLMFOACOEMA.AMMMBPDEHKH(false, null);
}
}
// Token: 0x060226FF RID: 141055 RVA: 0x00966DF0 File Offset: 0x00964FF0
public bool BNICFFHHHNC()
{
return this.toggledIcon != null && this.toggledIcon.enabled;
}
// Token: 0x17001022 RID: 4130
// (get) Token: 0x06022700 RID: 141056 RVA: 0x00966E14 File Offset: 0x00965014
public ExpressoButton.IPJLNILBIPF OJMEBFEALJC
{
get
{
return this.MEAJKJNNFLH;
}
}
// Token: 0x06022701 RID: 141057 RVA: 0x00966E1C File Offset: 0x0096501C
private PlayerHand LANNIOJEEON()
{
Vector3 vector = this.interactionCollider.size / 890f;
vector.x *= this.interactionCollider.transform.localScale.x;
vector.y *= this.interactionCollider.transform.localScale.y;
vector.z *= this.interactionCollider.transform.localScale.z;
int num = Physics.OverlapBoxNonAlloc(this.interactionCollider.transform.position + this.interactionCollider.center, vector, this.PKIAGGPDHOO, this.interactionCollider.transform.rotation);
PlayerHand playerHand = null;
if (num > 1)
{
for (int i = 0; i < num; i += 0)
{
PlayerHand playerHand2 = this.PKIAGGPDHOO[i].HLBBAALDKLM();
if (playerHand2 != null && playerHand2 == Player.LocalPlayer.LNKGAAEPMEO().PLMFOACOEMA.MILEANOFPCL())
{
playerHand = playerHand2;
break;
}
}
}
return playerHand;
}
// Token: 0x06022702 RID: 141058 RVA: 0x00966F5C File Offset: 0x0096515C
public Image LPPJKMCMCAD()
{
return this.buttonIcon;
}
// Token: 0x06022703 RID: 141059 RVA: 0x00966F64 File Offset: 0x00965164
private void Update()
{
if (this.HHEECLBGLCE)
{
this.INCPLELDHGF();
}
}
// Token: 0x06022705 RID: 141061 RVA: 0x00966F8C File Offset: 0x0096518C
private void EMBEAMKLMBL()
{
PlayerHand playerHand = this.LANNIOJEEON();
ExpressoButton.IPJLNILBIPF meajkjnnflh = this.MEAJKJNNFLH;
if (playerHand != null)
{
switch (this.MEAJKJNNFLH)
{
case ExpressoButton.IPJLNILBIPF.Idle:
this.MEAJKJNNFLH = ExpressoButton.IPJLNILBIPF.Idle;
if (this.enterAudio != null)
{
AudioManager.Play3DSFX(this.enterAudio, base.transform, null);
}
this.FFMMBKNDGBI(this.OnInteractionEnter);
break;
case ExpressoButton.IPJLNILBIPF.Enter:
this.MEAJKJNNFLH = (ExpressoButton.IPJLNILBIPF)8;
break;
case ExpressoButton.IPJLNILBIPF.Stay:
this.FFMMBKNDGBI(this.OnInteractionStay);
if (this.stayAudio != null && this.MECGFEBFPAH == null)
{
this.MECGFEBFPAH = AudioManager.StartLooping3DSFX(this.stayAudio, base.transform, null);
}
break;
}
}
else
{
if (this.MEAJKJNNFLH == (ExpressoButton.IPJLNILBIPF)8 || this.MEAJKJNNFLH == ExpressoButton.IPJLNILBIPF.Idle)
{
this.BDKHBKKAHBD(this.OnInteractionExit);
if (this.MECGFEBFPAH != null)
{
this.MECGFEBFPAH.HEMGFGLOMNK();
this.MECGFEBFPAH = null;
}
if (this.exitAudio != null)
{
AudioManager.Play3DSFX(this.exitAudio, base.transform, null);
}
}
this.MEAJKJNNFLH = ExpressoButton.IPJLNILBIPF.Idle;
}
if (this.MEAJKJNNFLH != meajkjnnflh)
{
this.animator.EGCMHABOLCA(ExpressoButton.AMICEOKBEPA, (int)this.MEAJKJNNFLH);
}
}
// Token: 0x17001025 RID: 4133
// (get) Token: 0x06022706 RID: 141062 RVA: 0x009670F0 File Offset: 0x009652F0
public Text EKKOKAHEACI
{
get
{
return this.buttonLabel;
}
}
// Token: 0x06022707 RID: 141063 RVA: 0x009670F8 File Offset: 0x009652F8
private void BDKHBKKAHBD(ExpressoButton.ExpressoButtonInteraction DKHIFIHGDPL)
{
if (DKHIFIHGDPL != null)
{
DKHIFIHGDPL.Invoke();
}
if (this.CloseMenuOnInteraction)
{
Player.LocalPlayer.POJAICMNOFI.PLMFOACOEMA.IODNPFOGAAC(false, null);
}
}
// Token: 0x06022708 RID: 141064 RVA: 0x00967128 File Offset: 0x00965328
public Image AEKHMENEJDL()
{
return this.buttonIcon;
}
// Token: 0x06022709 RID: 141065 RVA: 0x00967130 File Offset: 0x00965330
public bool BEALOAHBJFA()
{
return this.PKBPJLOJKEF;
}
// Token: 0x0602270A RID: 141066 RVA: 0x00967138 File Offset: 0x00965338
private PlayerHand CJIHMCHNLLE()
{
Vector3 vector = this.interactionCollider.size / 2f;
vector.x *= this.interactionCollider.transform.localScale.x;
vector.y *= this.interactionCollider.transform.localScale.y;
vector.z *= this.interactionCollider.transform.localScale.z;
int num = Physics.OverlapBoxNonAlloc(this.interactionCollider.transform.position + this.interactionCollider.center, vector, this.PKIAGGPDHOO, this.interactionCollider.transform.rotation);
PlayerHand playerHand = null;
if (num > 0)
{
for (int i = 0; i < num; i++)
{
PlayerHand playerHand2 = this.PKIAGGPDHOO[i].HLBBAALDKLM();
if (playerHand2 != null && playerHand2 == Player.LocalPlayer.POJAICMNOFI.PLMFOACOEMA.BBCFCBEMIJN)
{
playerHand = playerHand2;
break;
}
}
}
return playerHand;
}
// Token: 0x0602270B RID: 141067 RVA: 0x00967278 File Offset: 0x00965478
private void Awake()
{
this.GMGAMOGNPHL = base.GetComponentInParent<ExpressoUIFlow>();
if (this.GMGAMOGNPHL != null)
{
this.UICanvasTransfrom.rotation = this.GMGAMOGNPHL.transform.rotation;
}
}
// Token: 0x0400599D RID: 22941
public int ButtonIndex;
// Token: 0x0400599E RID: 22942
[SerializeField]
private GameObject triggerVolume;
// Token: 0x0400599F RID: 22943
[SerializeField]
[ENMFCLPAKBJ(FOGKDGELKHN.SelfAndChildren, false)]
private BoxCollider interactionCollider;
// Token: 0x040059A0 RID: 22944
[Header("Interactions")]
public bool CloseMenuOnInteraction = true;
// Token: 0x040059A1 RID: 22945
public ExpressoButton.ExpressoButtonInteraction OnInteractionEnter;
// Token: 0x040059A2 RID: 22946
public ExpressoButton.ExpressoButtonInteraction OnInteractionStay;
// Token: 0x040059A3 RID: 22947
public ExpressoButton.ExpressoButtonInteraction OnInteractionExit;
// Token: 0x040059A4 RID: 22948
public ExpressoButton.ExpressoButtonInteraction OnButtonActivated;
// Token: 0x040059A5 RID: 22949
public ExpressoButton.ExpressoButtonInteraction OnButtonDeactivated;
// Token: 0x040059A6 RID: 22950
[Header("Audio and Visuals")]
public RecRoomAudioClip enterAudio;
// Token: 0x040059A7 RID: 22951
public RecRoomAudioClip stayAudio;
// Token: 0x040059A8 RID: 22952
public RecRoomAudioClip exitAudio;
// Token: 0x040059A9 RID: 22953
public float exitAnimationDuration = 0.25f;
// Token: 0x040059AA RID: 22954
[SerializeField]
private Image toggledIcon;
// Token: 0x040059AB RID: 22955
[SerializeField]
[ENMFCLPAKBJ(FOGKDGELKHN.SelfAndChildren, true)]
private Image buttonIcon;
// Token: 0x040059AC RID: 22956
[ENMFCLPAKBJ(FOGKDGELKHN.SelfAndChildren, false)]
[SerializeField]
private Text buttonLabel;
// Token: 0x040059AD RID: 22957
[ENMFCLPAKBJ(FOGKDGELKHN.SelfAndChildren, false)]
[SerializeField]
private Animator animator;
// Token: 0x040059AE RID: 22958
[ENMFCLPAKBJ(FOGKDGELKHN.SelfAndChildren, true)]
[SerializeField]
private RectTransform UICanvasTransfrom;
// Token: 0x040059AF RID: 22959
private ExpressoUIFlow GMGAMOGNPHL;
// Token: 0x040059B0 RID: 22960
private static readonly int AMICEOKBEPA = Animator.StringToHash("State");
// Token: 0x040059B1 RID: 22961
private ExpressoButton.IPJLNILBIPF MEAJKJNNFLH;
// Token: 0x040059B2 RID: 22962
private SFXAudioSource MECGFEBFPAH;
// Token: 0x040059B3 RID: 22963
private Collider[] PKIAGGPDHOO = new Collider[16];
// Token: 0x040059B4 RID: 22964
private bool PKBPJLOJKEF = true;
// Token: 0x0200100C RID: 4108
[Serializable]
public class ExpressoButtonInteraction : UnityEvent
{
}
// Token: 0x0200100D RID: 4109
public enum IPJLNILBIPF
{
// Token: 0x040059B6 RID: 22966
Disabled = -1,
// Token: 0x040059B7 RID: 22967
Idle,
// Token: 0x040059B8 RID: 22968
Enter,
// Token: 0x040059B9 RID: 22969
Stay,
// Token: 0x040059BA RID: 22970
Exit
}
}
}
@@ -0,0 +1,40 @@
using System;
using UnityEngine;
namespace RecRoom.AGUI.Expresso
{
// Token: 0x02001007 RID: 4103
[Serializable]
public class ExpressoButtonConfig
{
// Token: 0x04005989 RID: 22921
public string name;
// Token: 0x0400598A RID: 22922
public int buttonIndex;
// Token: 0x0400598B RID: 22923
public Sprite buttonIcon;
// Token: 0x0400598C RID: 22924
public string buttonLabel;
// Token: 0x0400598D RID: 22925
public bool CloseMenuOnInteraction = true;
// Token: 0x0400598E RID: 22926
public ExpressoButton.ExpressoButtonInteraction OnInteractionEnter;
// Token: 0x0400598F RID: 22927
public ExpressoButton.ExpressoButtonInteraction OnInteractionStay;
// Token: 0x04005990 RID: 22928
public ExpressoButton.ExpressoButtonInteraction OnInteractionExit;
// Token: 0x04005991 RID: 22929
public ExpressoButton.ExpressoButtonInteraction OnButtonActivated;
// Token: 0x04005992 RID: 22930
public ExpressoButton.ExpressoButtonInteraction OnButtonDeactivated;
}
}
@@ -0,0 +1,1282 @@
using System;
using UnityEngine;
namespace RecRoom.AGUI.Expresso
{
// Token: 0x0200100F RID: 4111
public class ExpressoButtonSpawner : PrefabSpawner<ExpressoButton>
{
// Token: 0x0602278C RID: 141196 RVA: 0x0096883C File Offset: 0x00966A3C
protected virtual void OKGGDGJIPAM()
{
base.Awake();
if (Application.isPlaying)
{
this.proxyMeshRenderer.gameObject.SetActive(false);
}
}
// Token: 0x0602278D RID: 141197 RVA: 0x00968860 File Offset: 0x00966A60
protected virtual void NNIDMLGFOIN()
{
base.DMODLLAELMG();
this.FCDPFLMFDBC.ButtonIndex = this.buttonIndex;
this.FCDPFLMFDBC.CloseMenuOnInteraction = this.CloseMenuOnInteraction;
this.FCDPFLMFDBC.OnInteractionEnter = this.OnInteractionEnter;
this.FCDPFLMFDBC.OnInteractionStay = this.OnInteractionStay;
this.FCDPFLMFDBC.OnInteractionExit = this.OnInteractionExit;
this.FCDPFLMFDBC.OnButtonActivated = this.OnButtonActivated;
this.FCDPFLMFDBC.OnButtonDeactivated = this.OnButtonDeactivated;
this.FCDPFLMFDBC.enterAudio = this.EnterAudio;
this.FCDPFLMFDBC.stayAudio = this.StayAudio;
this.FCDPFLMFDBC.exitAudio = this.ExitAudio;
if (this.iconSprite != null)
{
this.FCDPFLMFDBC.IBCJDPMLHFB.sprite = this.iconSprite;
}
if (!string.IsNullOrEmpty(this.labelText))
{
this.FCDPFLMFDBC.EKKOKAHEACI.text = this.labelText;
}
if (this.proxyMeshRenderer != null)
{
this.FCDPFLMFDBC.PDOHKDNHCKK().transform.localPosition = this.proxyMeshRenderer.transform.localPosition;
this.FCDPFLMFDBC.PDOHKDNHCKK().transform.localRotation = this.proxyMeshRenderer.transform.localRotation;
this.FCDPFLMFDBC.PDOHKDNHCKK().transform.localScale = this.proxyMeshRenderer.transform.localScale;
}
this.FCDPFLMFDBC.exitAnimationDuration = this.exitAnimationDuration;
}
// Token: 0x0602278E RID: 141198 RVA: 0x009689FC File Offset: 0x00966BFC
protected virtual void DHKOHMJLFCA()
{
base.Awake();
if (Application.isPlaying)
{
this.proxyMeshRenderer.gameObject.SetActive(false);
}
}
// Token: 0x0602278F RID: 141199 RVA: 0x00968A20 File Offset: 0x00966C20
protected virtual void GHNJJCGKPJN()
{
base.Awake();
if (Application.isPlaying)
{
this.proxyMeshRenderer.gameObject.SetActive(true);
}
}
// Token: 0x06022790 RID: 141200 RVA: 0x00968A44 File Offset: 0x00966C44
protected virtual void LEAHIHGNHKC()
{
base.DMODLLAELMG();
this.FCDPFLMFDBC.ButtonIndex = this.buttonIndex;
this.FCDPFLMFDBC.CloseMenuOnInteraction = this.CloseMenuOnInteraction;
this.FCDPFLMFDBC.OnInteractionEnter = this.OnInteractionEnter;
this.FCDPFLMFDBC.OnInteractionStay = this.OnInteractionStay;
this.FCDPFLMFDBC.OnInteractionExit = this.OnInteractionExit;
this.FCDPFLMFDBC.OnButtonActivated = this.OnButtonActivated;
this.FCDPFLMFDBC.OnButtonDeactivated = this.OnButtonDeactivated;
this.FCDPFLMFDBC.enterAudio = this.EnterAudio;
this.FCDPFLMFDBC.stayAudio = this.StayAudio;
this.FCDPFLMFDBC.exitAudio = this.ExitAudio;
if (this.iconSprite != null)
{
this.FCDPFLMFDBC.IBCJDPMLHFB.sprite = this.iconSprite;
}
if (!string.IsNullOrEmpty(this.labelText))
{
this.FCDPFLMFDBC.DOBCAIFADDO().text = this.labelText;
}
if (this.proxyMeshRenderer != null)
{
this.FCDPFLMFDBC.PDOHKDNHCKK().transform.localPosition = this.proxyMeshRenderer.transform.localPosition;
this.FCDPFLMFDBC.PDOHKDNHCKK().transform.localRotation = this.proxyMeshRenderer.transform.localRotation;
this.FCDPFLMFDBC.PDOHKDNHCKK().transform.localScale = this.proxyMeshRenderer.transform.localScale;
}
this.FCDPFLMFDBC.exitAnimationDuration = this.exitAnimationDuration;
}
// Token: 0x06022791 RID: 141201 RVA: 0x00968BE0 File Offset: 0x00966DE0
protected virtual void HFDMBBNIGPA()
{
base.DMODLLAELMG();
this.FCDPFLMFDBC.ButtonIndex = this.buttonIndex;
this.FCDPFLMFDBC.CloseMenuOnInteraction = this.CloseMenuOnInteraction;
this.FCDPFLMFDBC.OnInteractionEnter = this.OnInteractionEnter;
this.FCDPFLMFDBC.OnInteractionStay = this.OnInteractionStay;
this.FCDPFLMFDBC.OnInteractionExit = this.OnInteractionExit;
this.FCDPFLMFDBC.OnButtonActivated = this.OnButtonActivated;
this.FCDPFLMFDBC.OnButtonDeactivated = this.OnButtonDeactivated;
this.FCDPFLMFDBC.enterAudio = this.EnterAudio;
this.FCDPFLMFDBC.stayAudio = this.StayAudio;
this.FCDPFLMFDBC.exitAudio = this.ExitAudio;
if (this.iconSprite != null)
{
this.FCDPFLMFDBC.AEKHMENEJDL().sprite = this.iconSprite;
}
if (!string.IsNullOrEmpty(this.labelText))
{
this.FCDPFLMFDBC.DOBCAIFADDO().text = this.labelText;
}
if (this.proxyMeshRenderer != null)
{
this.FCDPFLMFDBC.GIJNGIEFILF.transform.localPosition = this.proxyMeshRenderer.transform.localPosition;
this.FCDPFLMFDBC.GIJNGIEFILF.transform.localRotation = this.proxyMeshRenderer.transform.localRotation;
this.FCDPFLMFDBC.GIJNGIEFILF.transform.localScale = this.proxyMeshRenderer.transform.localScale;
}
this.FCDPFLMFDBC.exitAnimationDuration = this.exitAnimationDuration;
}
// Token: 0x06022792 RID: 141202 RVA: 0x00968D7C File Offset: 0x00966F7C
protected virtual void BPDCIHCCNOG()
{
base.DMODLLAELMG();
this.FCDPFLMFDBC.ButtonIndex = this.buttonIndex;
this.FCDPFLMFDBC.CloseMenuOnInteraction = this.CloseMenuOnInteraction;
this.FCDPFLMFDBC.OnInteractionEnter = this.OnInteractionEnter;
this.FCDPFLMFDBC.OnInteractionStay = this.OnInteractionStay;
this.FCDPFLMFDBC.OnInteractionExit = this.OnInteractionExit;
this.FCDPFLMFDBC.OnButtonActivated = this.OnButtonActivated;
this.FCDPFLMFDBC.OnButtonDeactivated = this.OnButtonDeactivated;
this.FCDPFLMFDBC.enterAudio = this.EnterAudio;
this.FCDPFLMFDBC.stayAudio = this.StayAudio;
this.FCDPFLMFDBC.exitAudio = this.ExitAudio;
if (this.iconSprite != null)
{
this.FCDPFLMFDBC.IBCJDPMLHFB.sprite = this.iconSprite;
}
if (!string.IsNullOrEmpty(this.labelText))
{
this.FCDPFLMFDBC.EKKOKAHEACI.text = this.labelText;
}
if (this.proxyMeshRenderer != null)
{
this.FCDPFLMFDBC.GIJNGIEFILF.transform.localPosition = this.proxyMeshRenderer.transform.localPosition;
this.FCDPFLMFDBC.PDOHKDNHCKK().transform.localRotation = this.proxyMeshRenderer.transform.localRotation;
this.FCDPFLMFDBC.PDOHKDNHCKK().transform.localScale = this.proxyMeshRenderer.transform.localScale;
}
this.FCDPFLMFDBC.exitAnimationDuration = this.exitAnimationDuration;
}
// Token: 0x06022793 RID: 141203 RVA: 0x00968F18 File Offset: 0x00967118
protected virtual void FGKEDPMPLMM()
{
base.DMODLLAELMG();
this.FCDPFLMFDBC.ButtonIndex = this.buttonIndex;
this.FCDPFLMFDBC.CloseMenuOnInteraction = this.CloseMenuOnInteraction;
this.FCDPFLMFDBC.OnInteractionEnter = this.OnInteractionEnter;
this.FCDPFLMFDBC.OnInteractionStay = this.OnInteractionStay;
this.FCDPFLMFDBC.OnInteractionExit = this.OnInteractionExit;
this.FCDPFLMFDBC.OnButtonActivated = this.OnButtonActivated;
this.FCDPFLMFDBC.OnButtonDeactivated = this.OnButtonDeactivated;
this.FCDPFLMFDBC.enterAudio = this.EnterAudio;
this.FCDPFLMFDBC.stayAudio = this.StayAudio;
this.FCDPFLMFDBC.exitAudio = this.ExitAudio;
if (this.iconSprite != null)
{
this.FCDPFLMFDBC.IBCJDPMLHFB.sprite = this.iconSprite;
}
if (!string.IsNullOrEmpty(this.labelText))
{
this.FCDPFLMFDBC.DOBCAIFADDO().text = this.labelText;
}
if (this.proxyMeshRenderer != null)
{
this.FCDPFLMFDBC.PDOHKDNHCKK().transform.localPosition = this.proxyMeshRenderer.transform.localPosition;
this.FCDPFLMFDBC.GIJNGIEFILF.transform.localRotation = this.proxyMeshRenderer.transform.localRotation;
this.FCDPFLMFDBC.PDOHKDNHCKK().transform.localScale = this.proxyMeshRenderer.transform.localScale;
}
this.FCDPFLMFDBC.exitAnimationDuration = this.exitAnimationDuration;
}
// Token: 0x06022794 RID: 141204 RVA: 0x009690B4 File Offset: 0x009672B4
protected virtual void OLEBPMMFNIF()
{
base.Awake();
if (Application.isPlaying)
{
this.proxyMeshRenderer.gameObject.SetActive(false);
}
}
// Token: 0x06022795 RID: 141205 RVA: 0x009690D8 File Offset: 0x009672D8
protected virtual void JHCLJIABPPJ()
{
base.Awake();
if (Application.isPlaying)
{
this.proxyMeshRenderer.gameObject.SetActive(false);
}
}
// Token: 0x06022796 RID: 141206 RVA: 0x009690FC File Offset: 0x009672FC
protected virtual void BIOPLCKCFFL()
{
base.Awake();
if (Application.isPlaying)
{
this.proxyMeshRenderer.gameObject.SetActive(true);
}
}
// Token: 0x06022797 RID: 141207 RVA: 0x00969120 File Offset: 0x00967320
protected virtual void OCNFNACDGOF()
{
base.DMODLLAELMG();
this.FCDPFLMFDBC.ButtonIndex = this.buttonIndex;
this.FCDPFLMFDBC.CloseMenuOnInteraction = this.CloseMenuOnInteraction;
this.FCDPFLMFDBC.OnInteractionEnter = this.OnInteractionEnter;
this.FCDPFLMFDBC.OnInteractionStay = this.OnInteractionStay;
this.FCDPFLMFDBC.OnInteractionExit = this.OnInteractionExit;
this.FCDPFLMFDBC.OnButtonActivated = this.OnButtonActivated;
this.FCDPFLMFDBC.OnButtonDeactivated = this.OnButtonDeactivated;
this.FCDPFLMFDBC.enterAudio = this.EnterAudio;
this.FCDPFLMFDBC.stayAudio = this.StayAudio;
this.FCDPFLMFDBC.exitAudio = this.ExitAudio;
if (this.iconSprite != null)
{
this.FCDPFLMFDBC.LPPJKMCMCAD().sprite = this.iconSprite;
}
if (!string.IsNullOrEmpty(this.labelText))
{
this.FCDPFLMFDBC.EKKOKAHEACI.text = this.labelText;
}
if (this.proxyMeshRenderer != null)
{
this.FCDPFLMFDBC.PDOHKDNHCKK().transform.localPosition = this.proxyMeshRenderer.transform.localPosition;
this.FCDPFLMFDBC.GIJNGIEFILF.transform.localRotation = this.proxyMeshRenderer.transform.localRotation;
this.FCDPFLMFDBC.GIJNGIEFILF.transform.localScale = this.proxyMeshRenderer.transform.localScale;
}
this.FCDPFLMFDBC.exitAnimationDuration = this.exitAnimationDuration;
}
// Token: 0x06022798 RID: 141208 RVA: 0x009692BC File Offset: 0x009674BC
protected override void Awake()
{
base.Awake();
if (Application.isPlaying)
{
this.proxyMeshRenderer.gameObject.SetActive(false);
}
}
// Token: 0x06022799 RID: 141209 RVA: 0x009692E0 File Offset: 0x009674E0
protected virtual void EAOGMANFOFI()
{
base.DMODLLAELMG();
this.FCDPFLMFDBC.ButtonIndex = this.buttonIndex;
this.FCDPFLMFDBC.CloseMenuOnInteraction = this.CloseMenuOnInteraction;
this.FCDPFLMFDBC.OnInteractionEnter = this.OnInteractionEnter;
this.FCDPFLMFDBC.OnInteractionStay = this.OnInteractionStay;
this.FCDPFLMFDBC.OnInteractionExit = this.OnInteractionExit;
this.FCDPFLMFDBC.OnButtonActivated = this.OnButtonActivated;
this.FCDPFLMFDBC.OnButtonDeactivated = this.OnButtonDeactivated;
this.FCDPFLMFDBC.enterAudio = this.EnterAudio;
this.FCDPFLMFDBC.stayAudio = this.StayAudio;
this.FCDPFLMFDBC.exitAudio = this.ExitAudio;
if (this.iconSprite != null)
{
this.FCDPFLMFDBC.IBCJDPMLHFB.sprite = this.iconSprite;
}
if (!string.IsNullOrEmpty(this.labelText))
{
this.FCDPFLMFDBC.DOBCAIFADDO().text = this.labelText;
}
if (this.proxyMeshRenderer != null)
{
this.FCDPFLMFDBC.GIJNGIEFILF.transform.localPosition = this.proxyMeshRenderer.transform.localPosition;
this.FCDPFLMFDBC.GIJNGIEFILF.transform.localRotation = this.proxyMeshRenderer.transform.localRotation;
this.FCDPFLMFDBC.GIJNGIEFILF.transform.localScale = this.proxyMeshRenderer.transform.localScale;
}
this.FCDPFLMFDBC.exitAnimationDuration = this.exitAnimationDuration;
}
// Token: 0x0602279A RID: 141210 RVA: 0x0096947C File Offset: 0x0096767C
protected virtual void IBGMECCOGML()
{
base.Awake();
if (Application.isPlaying)
{
this.proxyMeshRenderer.gameObject.SetActive(true);
}
}
// Token: 0x0602279C RID: 141212 RVA: 0x009694BC File Offset: 0x009676BC
protected virtual void LPBGGKDFLLN()
{
base.Awake();
if (Application.isPlaying)
{
this.proxyMeshRenderer.gameObject.SetActive(true);
}
}
// Token: 0x0602279D RID: 141213 RVA: 0x009694E0 File Offset: 0x009676E0
protected virtual void BAFALDKLHOP()
{
base.DMODLLAELMG();
this.FCDPFLMFDBC.ButtonIndex = this.buttonIndex;
this.FCDPFLMFDBC.CloseMenuOnInteraction = this.CloseMenuOnInteraction;
this.FCDPFLMFDBC.OnInteractionEnter = this.OnInteractionEnter;
this.FCDPFLMFDBC.OnInteractionStay = this.OnInteractionStay;
this.FCDPFLMFDBC.OnInteractionExit = this.OnInteractionExit;
this.FCDPFLMFDBC.OnButtonActivated = this.OnButtonActivated;
this.FCDPFLMFDBC.OnButtonDeactivated = this.OnButtonDeactivated;
this.FCDPFLMFDBC.enterAudio = this.EnterAudio;
this.FCDPFLMFDBC.stayAudio = this.StayAudio;
this.FCDPFLMFDBC.exitAudio = this.ExitAudio;
if (this.iconSprite != null)
{
this.FCDPFLMFDBC.LPPJKMCMCAD().sprite = this.iconSprite;
}
if (!string.IsNullOrEmpty(this.labelText))
{
this.FCDPFLMFDBC.DOBCAIFADDO().text = this.labelText;
}
if (this.proxyMeshRenderer != null)
{
this.FCDPFLMFDBC.GIJNGIEFILF.transform.localPosition = this.proxyMeshRenderer.transform.localPosition;
this.FCDPFLMFDBC.PDOHKDNHCKK().transform.localRotation = this.proxyMeshRenderer.transform.localRotation;
this.FCDPFLMFDBC.GIJNGIEFILF.transform.localScale = this.proxyMeshRenderer.transform.localScale;
}
this.FCDPFLMFDBC.exitAnimationDuration = this.exitAnimationDuration;
}
// Token: 0x0602279E RID: 141214 RVA: 0x0096967C File Offset: 0x0096787C
protected virtual void OEHDEPBJFAB()
{
base.Awake();
if (Application.isPlaying)
{
this.proxyMeshRenderer.gameObject.SetActive(false);
}
}
// Token: 0x0602279F RID: 141215 RVA: 0x009696A0 File Offset: 0x009678A0
protected virtual void BCBJHEKAMJF()
{
base.DMODLLAELMG();
this.FCDPFLMFDBC.ButtonIndex = this.buttonIndex;
this.FCDPFLMFDBC.CloseMenuOnInteraction = this.CloseMenuOnInteraction;
this.FCDPFLMFDBC.OnInteractionEnter = this.OnInteractionEnter;
this.FCDPFLMFDBC.OnInteractionStay = this.OnInteractionStay;
this.FCDPFLMFDBC.OnInteractionExit = this.OnInteractionExit;
this.FCDPFLMFDBC.OnButtonActivated = this.OnButtonActivated;
this.FCDPFLMFDBC.OnButtonDeactivated = this.OnButtonDeactivated;
this.FCDPFLMFDBC.enterAudio = this.EnterAudio;
this.FCDPFLMFDBC.stayAudio = this.StayAudio;
this.FCDPFLMFDBC.exitAudio = this.ExitAudio;
if (this.iconSprite != null)
{
this.FCDPFLMFDBC.LPPJKMCMCAD().sprite = this.iconSprite;
}
if (!string.IsNullOrEmpty(this.labelText))
{
this.FCDPFLMFDBC.EKKOKAHEACI.text = this.labelText;
}
if (this.proxyMeshRenderer != null)
{
this.FCDPFLMFDBC.PDOHKDNHCKK().transform.localPosition = this.proxyMeshRenderer.transform.localPosition;
this.FCDPFLMFDBC.PDOHKDNHCKK().transform.localRotation = this.proxyMeshRenderer.transform.localRotation;
this.FCDPFLMFDBC.GIJNGIEFILF.transform.localScale = this.proxyMeshRenderer.transform.localScale;
}
this.FCDPFLMFDBC.exitAnimationDuration = this.exitAnimationDuration;
}
// Token: 0x060227A0 RID: 141216 RVA: 0x0096983C File Offset: 0x00967A3C
protected virtual void EIMPMCFDMIA()
{
base.Awake();
if (Application.isPlaying)
{
this.proxyMeshRenderer.gameObject.SetActive(true);
}
}
// Token: 0x060227A1 RID: 141217 RVA: 0x00969860 File Offset: 0x00967A60
protected virtual void AMNNBMEMJGB()
{
base.Awake();
if (Application.isPlaying)
{
this.proxyMeshRenderer.gameObject.SetActive(true);
}
}
// Token: 0x060227A2 RID: 141218 RVA: 0x00969884 File Offset: 0x00967A84
protected virtual void PMBHFMJBMDF()
{
base.DMODLLAELMG();
this.FCDPFLMFDBC.ButtonIndex = this.buttonIndex;
this.FCDPFLMFDBC.CloseMenuOnInteraction = this.CloseMenuOnInteraction;
this.FCDPFLMFDBC.OnInteractionEnter = this.OnInteractionEnter;
this.FCDPFLMFDBC.OnInteractionStay = this.OnInteractionStay;
this.FCDPFLMFDBC.OnInteractionExit = this.OnInteractionExit;
this.FCDPFLMFDBC.OnButtonActivated = this.OnButtonActivated;
this.FCDPFLMFDBC.OnButtonDeactivated = this.OnButtonDeactivated;
this.FCDPFLMFDBC.enterAudio = this.EnterAudio;
this.FCDPFLMFDBC.stayAudio = this.StayAudio;
this.FCDPFLMFDBC.exitAudio = this.ExitAudio;
if (this.iconSprite != null)
{
this.FCDPFLMFDBC.AEKHMENEJDL().sprite = this.iconSprite;
}
if (!string.IsNullOrEmpty(this.labelText))
{
this.FCDPFLMFDBC.EKKOKAHEACI.text = this.labelText;
}
if (this.proxyMeshRenderer != null)
{
this.FCDPFLMFDBC.GIJNGIEFILF.transform.localPosition = this.proxyMeshRenderer.transform.localPosition;
this.FCDPFLMFDBC.GIJNGIEFILF.transform.localRotation = this.proxyMeshRenderer.transform.localRotation;
this.FCDPFLMFDBC.GIJNGIEFILF.transform.localScale = this.proxyMeshRenderer.transform.localScale;
}
this.FCDPFLMFDBC.exitAnimationDuration = this.exitAnimationDuration;
}
// Token: 0x060227A3 RID: 141219 RVA: 0x00969A20 File Offset: 0x00967C20
protected virtual void PKFIPPDFCIO()
{
base.DMODLLAELMG();
this.FCDPFLMFDBC.ButtonIndex = this.buttonIndex;
this.FCDPFLMFDBC.CloseMenuOnInteraction = this.CloseMenuOnInteraction;
this.FCDPFLMFDBC.OnInteractionEnter = this.OnInteractionEnter;
this.FCDPFLMFDBC.OnInteractionStay = this.OnInteractionStay;
this.FCDPFLMFDBC.OnInteractionExit = this.OnInteractionExit;
this.FCDPFLMFDBC.OnButtonActivated = this.OnButtonActivated;
this.FCDPFLMFDBC.OnButtonDeactivated = this.OnButtonDeactivated;
this.FCDPFLMFDBC.enterAudio = this.EnterAudio;
this.FCDPFLMFDBC.stayAudio = this.StayAudio;
this.FCDPFLMFDBC.exitAudio = this.ExitAudio;
if (this.iconSprite != null)
{
this.FCDPFLMFDBC.LPPJKMCMCAD().sprite = this.iconSprite;
}
if (!string.IsNullOrEmpty(this.labelText))
{
this.FCDPFLMFDBC.DOBCAIFADDO().text = this.labelText;
}
if (this.proxyMeshRenderer != null)
{
this.FCDPFLMFDBC.PDOHKDNHCKK().transform.localPosition = this.proxyMeshRenderer.transform.localPosition;
this.FCDPFLMFDBC.PDOHKDNHCKK().transform.localRotation = this.proxyMeshRenderer.transform.localRotation;
this.FCDPFLMFDBC.PDOHKDNHCKK().transform.localScale = this.proxyMeshRenderer.transform.localScale;
}
this.FCDPFLMFDBC.exitAnimationDuration = this.exitAnimationDuration;
}
// Token: 0x060227A4 RID: 141220 RVA: 0x00969BBC File Offset: 0x00967DBC
protected virtual void PDLGNPMIOME()
{
base.DMODLLAELMG();
this.FCDPFLMFDBC.ButtonIndex = this.buttonIndex;
this.FCDPFLMFDBC.CloseMenuOnInteraction = this.CloseMenuOnInteraction;
this.FCDPFLMFDBC.OnInteractionEnter = this.OnInteractionEnter;
this.FCDPFLMFDBC.OnInteractionStay = this.OnInteractionStay;
this.FCDPFLMFDBC.OnInteractionExit = this.OnInteractionExit;
this.FCDPFLMFDBC.OnButtonActivated = this.OnButtonActivated;
this.FCDPFLMFDBC.OnButtonDeactivated = this.OnButtonDeactivated;
this.FCDPFLMFDBC.enterAudio = this.EnterAudio;
this.FCDPFLMFDBC.stayAudio = this.StayAudio;
this.FCDPFLMFDBC.exitAudio = this.ExitAudio;
if (this.iconSprite != null)
{
this.FCDPFLMFDBC.AEKHMENEJDL().sprite = this.iconSprite;
}
if (!string.IsNullOrEmpty(this.labelText))
{
this.FCDPFLMFDBC.DOBCAIFADDO().text = this.labelText;
}
if (this.proxyMeshRenderer != null)
{
this.FCDPFLMFDBC.PDOHKDNHCKK().transform.localPosition = this.proxyMeshRenderer.transform.localPosition;
this.FCDPFLMFDBC.GIJNGIEFILF.transform.localRotation = this.proxyMeshRenderer.transform.localRotation;
this.FCDPFLMFDBC.PDOHKDNHCKK().transform.localScale = this.proxyMeshRenderer.transform.localScale;
}
this.FCDPFLMFDBC.exitAnimationDuration = this.exitAnimationDuration;
}
// Token: 0x060227A5 RID: 141221 RVA: 0x00969D58 File Offset: 0x00967F58
protected virtual void JEBABGEIDDK()
{
base.DMODLLAELMG();
this.FCDPFLMFDBC.ButtonIndex = this.buttonIndex;
this.FCDPFLMFDBC.CloseMenuOnInteraction = this.CloseMenuOnInteraction;
this.FCDPFLMFDBC.OnInteractionEnter = this.OnInteractionEnter;
this.FCDPFLMFDBC.OnInteractionStay = this.OnInteractionStay;
this.FCDPFLMFDBC.OnInteractionExit = this.OnInteractionExit;
this.FCDPFLMFDBC.OnButtonActivated = this.OnButtonActivated;
this.FCDPFLMFDBC.OnButtonDeactivated = this.OnButtonDeactivated;
this.FCDPFLMFDBC.enterAudio = this.EnterAudio;
this.FCDPFLMFDBC.stayAudio = this.StayAudio;
this.FCDPFLMFDBC.exitAudio = this.ExitAudio;
if (this.iconSprite != null)
{
this.FCDPFLMFDBC.IBCJDPMLHFB.sprite = this.iconSprite;
}
if (!string.IsNullOrEmpty(this.labelText))
{
this.FCDPFLMFDBC.DOBCAIFADDO().text = this.labelText;
}
if (this.proxyMeshRenderer != null)
{
this.FCDPFLMFDBC.GIJNGIEFILF.transform.localPosition = this.proxyMeshRenderer.transform.localPosition;
this.FCDPFLMFDBC.GIJNGIEFILF.transform.localRotation = this.proxyMeshRenderer.transform.localRotation;
this.FCDPFLMFDBC.GIJNGIEFILF.transform.localScale = this.proxyMeshRenderer.transform.localScale;
}
this.FCDPFLMFDBC.exitAnimationDuration = this.exitAnimationDuration;
}
// Token: 0x060227A6 RID: 141222 RVA: 0x00969EF4 File Offset: 0x009680F4
protected virtual void GBMNCAJIEPJ()
{
base.DMODLLAELMG();
this.FCDPFLMFDBC.ButtonIndex = this.buttonIndex;
this.FCDPFLMFDBC.CloseMenuOnInteraction = this.CloseMenuOnInteraction;
this.FCDPFLMFDBC.OnInteractionEnter = this.OnInteractionEnter;
this.FCDPFLMFDBC.OnInteractionStay = this.OnInteractionStay;
this.FCDPFLMFDBC.OnInteractionExit = this.OnInteractionExit;
this.FCDPFLMFDBC.OnButtonActivated = this.OnButtonActivated;
this.FCDPFLMFDBC.OnButtonDeactivated = this.OnButtonDeactivated;
this.FCDPFLMFDBC.enterAudio = this.EnterAudio;
this.FCDPFLMFDBC.stayAudio = this.StayAudio;
this.FCDPFLMFDBC.exitAudio = this.ExitAudio;
if (this.iconSprite != null)
{
this.FCDPFLMFDBC.LPPJKMCMCAD().sprite = this.iconSprite;
}
if (!string.IsNullOrEmpty(this.labelText))
{
this.FCDPFLMFDBC.DOBCAIFADDO().text = this.labelText;
}
if (this.proxyMeshRenderer != null)
{
this.FCDPFLMFDBC.PDOHKDNHCKK().transform.localPosition = this.proxyMeshRenderer.transform.localPosition;
this.FCDPFLMFDBC.PDOHKDNHCKK().transform.localRotation = this.proxyMeshRenderer.transform.localRotation;
this.FCDPFLMFDBC.GIJNGIEFILF.transform.localScale = this.proxyMeshRenderer.transform.localScale;
}
this.FCDPFLMFDBC.exitAnimationDuration = this.exitAnimationDuration;
}
// Token: 0x060227A7 RID: 141223 RVA: 0x0096A090 File Offset: 0x00968290
protected virtual void MELFNMPLBAK()
{
base.Awake();
if (Application.isPlaying)
{
this.proxyMeshRenderer.gameObject.SetActive(false);
}
}
// Token: 0x060227A8 RID: 141224 RVA: 0x0096A0B4 File Offset: 0x009682B4
protected virtual void DLCHNOFPONJ()
{
base.Awake();
if (Application.isPlaying)
{
this.proxyMeshRenderer.gameObject.SetActive(false);
}
}
// Token: 0x060227A9 RID: 141225 RVA: 0x0096A0D8 File Offset: 0x009682D8
protected virtual void CCOHCCEHNIC()
{
base.Awake();
if (Application.isPlaying)
{
this.proxyMeshRenderer.gameObject.SetActive(true);
}
}
// Token: 0x060227AA RID: 141226 RVA: 0x0096A0FC File Offset: 0x009682FC
protected virtual void KPNLIAADHNJ()
{
base.Awake();
if (Application.isPlaying)
{
this.proxyMeshRenderer.gameObject.SetActive(true);
}
}
// Token: 0x060227AB RID: 141227 RVA: 0x0096A120 File Offset: 0x00968320
protected virtual void OINMOJEFFAC()
{
base.DMODLLAELMG();
this.FCDPFLMFDBC.ButtonIndex = this.buttonIndex;
this.FCDPFLMFDBC.CloseMenuOnInteraction = this.CloseMenuOnInteraction;
this.FCDPFLMFDBC.OnInteractionEnter = this.OnInteractionEnter;
this.FCDPFLMFDBC.OnInteractionStay = this.OnInteractionStay;
this.FCDPFLMFDBC.OnInteractionExit = this.OnInteractionExit;
this.FCDPFLMFDBC.OnButtonActivated = this.OnButtonActivated;
this.FCDPFLMFDBC.OnButtonDeactivated = this.OnButtonDeactivated;
this.FCDPFLMFDBC.enterAudio = this.EnterAudio;
this.FCDPFLMFDBC.stayAudio = this.StayAudio;
this.FCDPFLMFDBC.exitAudio = this.ExitAudio;
if (this.iconSprite != null)
{
this.FCDPFLMFDBC.IBCJDPMLHFB.sprite = this.iconSprite;
}
if (!string.IsNullOrEmpty(this.labelText))
{
this.FCDPFLMFDBC.DOBCAIFADDO().text = this.labelText;
}
if (this.proxyMeshRenderer != null)
{
this.FCDPFLMFDBC.GIJNGIEFILF.transform.localPosition = this.proxyMeshRenderer.transform.localPosition;
this.FCDPFLMFDBC.PDOHKDNHCKK().transform.localRotation = this.proxyMeshRenderer.transform.localRotation;
this.FCDPFLMFDBC.PDOHKDNHCKK().transform.localScale = this.proxyMeshRenderer.transform.localScale;
}
this.FCDPFLMFDBC.exitAnimationDuration = this.exitAnimationDuration;
}
// Token: 0x060227AC RID: 141228 RVA: 0x0096A2BC File Offset: 0x009684BC
protected virtual void LOBALIJBGOL()
{
base.DMODLLAELMG();
this.FCDPFLMFDBC.ButtonIndex = this.buttonIndex;
this.FCDPFLMFDBC.CloseMenuOnInteraction = this.CloseMenuOnInteraction;
this.FCDPFLMFDBC.OnInteractionEnter = this.OnInteractionEnter;
this.FCDPFLMFDBC.OnInteractionStay = this.OnInteractionStay;
this.FCDPFLMFDBC.OnInteractionExit = this.OnInteractionExit;
this.FCDPFLMFDBC.OnButtonActivated = this.OnButtonActivated;
this.FCDPFLMFDBC.OnButtonDeactivated = this.OnButtonDeactivated;
this.FCDPFLMFDBC.enterAudio = this.EnterAudio;
this.FCDPFLMFDBC.stayAudio = this.StayAudio;
this.FCDPFLMFDBC.exitAudio = this.ExitAudio;
if (this.iconSprite != null)
{
this.FCDPFLMFDBC.AEKHMENEJDL().sprite = this.iconSprite;
}
if (!string.IsNullOrEmpty(this.labelText))
{
this.FCDPFLMFDBC.EKKOKAHEACI.text = this.labelText;
}
if (this.proxyMeshRenderer != null)
{
this.FCDPFLMFDBC.GIJNGIEFILF.transform.localPosition = this.proxyMeshRenderer.transform.localPosition;
this.FCDPFLMFDBC.PDOHKDNHCKK().transform.localRotation = this.proxyMeshRenderer.transform.localRotation;
this.FCDPFLMFDBC.GIJNGIEFILF.transform.localScale = this.proxyMeshRenderer.transform.localScale;
}
this.FCDPFLMFDBC.exitAnimationDuration = this.exitAnimationDuration;
}
// Token: 0x060227AD RID: 141229 RVA: 0x0096A458 File Offset: 0x00968658
protected virtual void IPAPMGBLCNF()
{
base.Awake();
if (Application.isPlaying)
{
this.proxyMeshRenderer.gameObject.SetActive(false);
}
}
// Token: 0x060227AE RID: 141230 RVA: 0x0096A47C File Offset: 0x0096867C
protected virtual void HHGIHIJFDHL()
{
base.Awake();
if (Application.isPlaying)
{
this.proxyMeshRenderer.gameObject.SetActive(true);
}
}
// Token: 0x060227AF RID: 141231 RVA: 0x0096A4A0 File Offset: 0x009686A0
protected override void DMODLLAELMG()
{
base.DMODLLAELMG();
this.FCDPFLMFDBC.ButtonIndex = this.buttonIndex;
this.FCDPFLMFDBC.CloseMenuOnInteraction = this.CloseMenuOnInteraction;
this.FCDPFLMFDBC.OnInteractionEnter = this.OnInteractionEnter;
this.FCDPFLMFDBC.OnInteractionStay = this.OnInteractionStay;
this.FCDPFLMFDBC.OnInteractionExit = this.OnInteractionExit;
this.FCDPFLMFDBC.OnButtonActivated = this.OnButtonActivated;
this.FCDPFLMFDBC.OnButtonDeactivated = this.OnButtonDeactivated;
this.FCDPFLMFDBC.enterAudio = this.EnterAudio;
this.FCDPFLMFDBC.stayAudio = this.StayAudio;
this.FCDPFLMFDBC.exitAudio = this.ExitAudio;
if (this.iconSprite != null)
{
this.FCDPFLMFDBC.IBCJDPMLHFB.sprite = this.iconSprite;
}
if (!string.IsNullOrEmpty(this.labelText))
{
this.FCDPFLMFDBC.EKKOKAHEACI.text = this.labelText;
}
if (this.proxyMeshRenderer != null)
{
this.FCDPFLMFDBC.GIJNGIEFILF.transform.localPosition = this.proxyMeshRenderer.transform.localPosition;
this.FCDPFLMFDBC.GIJNGIEFILF.transform.localRotation = this.proxyMeshRenderer.transform.localRotation;
this.FCDPFLMFDBC.GIJNGIEFILF.transform.localScale = this.proxyMeshRenderer.transform.localScale;
}
this.FCDPFLMFDBC.exitAnimationDuration = this.exitAnimationDuration;
}
// Token: 0x060227B0 RID: 141232 RVA: 0x0096A63C File Offset: 0x0096883C
protected virtual void ICOCLIJIKKA()
{
base.DMODLLAELMG();
this.FCDPFLMFDBC.ButtonIndex = this.buttonIndex;
this.FCDPFLMFDBC.CloseMenuOnInteraction = this.CloseMenuOnInteraction;
this.FCDPFLMFDBC.OnInteractionEnter = this.OnInteractionEnter;
this.FCDPFLMFDBC.OnInteractionStay = this.OnInteractionStay;
this.FCDPFLMFDBC.OnInteractionExit = this.OnInteractionExit;
this.FCDPFLMFDBC.OnButtonActivated = this.OnButtonActivated;
this.FCDPFLMFDBC.OnButtonDeactivated = this.OnButtonDeactivated;
this.FCDPFLMFDBC.enterAudio = this.EnterAudio;
this.FCDPFLMFDBC.stayAudio = this.StayAudio;
this.FCDPFLMFDBC.exitAudio = this.ExitAudio;
if (this.iconSprite != null)
{
this.FCDPFLMFDBC.LPPJKMCMCAD().sprite = this.iconSprite;
}
if (!string.IsNullOrEmpty(this.labelText))
{
this.FCDPFLMFDBC.EKKOKAHEACI.text = this.labelText;
}
if (this.proxyMeshRenderer != null)
{
this.FCDPFLMFDBC.GIJNGIEFILF.transform.localPosition = this.proxyMeshRenderer.transform.localPosition;
this.FCDPFLMFDBC.GIJNGIEFILF.transform.localRotation = this.proxyMeshRenderer.transform.localRotation;
this.FCDPFLMFDBC.PDOHKDNHCKK().transform.localScale = this.proxyMeshRenderer.transform.localScale;
}
this.FCDPFLMFDBC.exitAnimationDuration = this.exitAnimationDuration;
}
// Token: 0x060227B1 RID: 141233 RVA: 0x0096A7D8 File Offset: 0x009689D8
protected virtual void OPDMENDFALI()
{
base.Awake();
if (Application.isPlaying)
{
this.proxyMeshRenderer.gameObject.SetActive(true);
}
}
// Token: 0x060227B2 RID: 141234 RVA: 0x0096A7FC File Offset: 0x009689FC
protected virtual void NHBJOMOGHCB()
{
base.DMODLLAELMG();
this.FCDPFLMFDBC.ButtonIndex = this.buttonIndex;
this.FCDPFLMFDBC.CloseMenuOnInteraction = this.CloseMenuOnInteraction;
this.FCDPFLMFDBC.OnInteractionEnter = this.OnInteractionEnter;
this.FCDPFLMFDBC.OnInteractionStay = this.OnInteractionStay;
this.FCDPFLMFDBC.OnInteractionExit = this.OnInteractionExit;
this.FCDPFLMFDBC.OnButtonActivated = this.OnButtonActivated;
this.FCDPFLMFDBC.OnButtonDeactivated = this.OnButtonDeactivated;
this.FCDPFLMFDBC.enterAudio = this.EnterAudio;
this.FCDPFLMFDBC.stayAudio = this.StayAudio;
this.FCDPFLMFDBC.exitAudio = this.ExitAudio;
if (this.iconSprite != null)
{
this.FCDPFLMFDBC.AEKHMENEJDL().sprite = this.iconSprite;
}
if (!string.IsNullOrEmpty(this.labelText))
{
this.FCDPFLMFDBC.EKKOKAHEACI.text = this.labelText;
}
if (this.proxyMeshRenderer != null)
{
this.FCDPFLMFDBC.PDOHKDNHCKK().transform.localPosition = this.proxyMeshRenderer.transform.localPosition;
this.FCDPFLMFDBC.GIJNGIEFILF.transform.localRotation = this.proxyMeshRenderer.transform.localRotation;
this.FCDPFLMFDBC.GIJNGIEFILF.transform.localScale = this.proxyMeshRenderer.transform.localScale;
}
this.FCDPFLMFDBC.exitAnimationDuration = this.exitAnimationDuration;
}
// Token: 0x060227B3 RID: 141235 RVA: 0x0096A998 File Offset: 0x00968B98
protected virtual void IAIGIJPDKJC()
{
base.DMODLLAELMG();
this.FCDPFLMFDBC.ButtonIndex = this.buttonIndex;
this.FCDPFLMFDBC.CloseMenuOnInteraction = this.CloseMenuOnInteraction;
this.FCDPFLMFDBC.OnInteractionEnter = this.OnInteractionEnter;
this.FCDPFLMFDBC.OnInteractionStay = this.OnInteractionStay;
this.FCDPFLMFDBC.OnInteractionExit = this.OnInteractionExit;
this.FCDPFLMFDBC.OnButtonActivated = this.OnButtonActivated;
this.FCDPFLMFDBC.OnButtonDeactivated = this.OnButtonDeactivated;
this.FCDPFLMFDBC.enterAudio = this.EnterAudio;
this.FCDPFLMFDBC.stayAudio = this.StayAudio;
this.FCDPFLMFDBC.exitAudio = this.ExitAudio;
if (this.iconSprite != null)
{
this.FCDPFLMFDBC.AEKHMENEJDL().sprite = this.iconSprite;
}
if (!string.IsNullOrEmpty(this.labelText))
{
this.FCDPFLMFDBC.EKKOKAHEACI.text = this.labelText;
}
if (this.proxyMeshRenderer != null)
{
this.FCDPFLMFDBC.GIJNGIEFILF.transform.localPosition = this.proxyMeshRenderer.transform.localPosition;
this.FCDPFLMFDBC.GIJNGIEFILF.transform.localRotation = this.proxyMeshRenderer.transform.localRotation;
this.FCDPFLMFDBC.GIJNGIEFILF.transform.localScale = this.proxyMeshRenderer.transform.localScale;
}
this.FCDPFLMFDBC.exitAnimationDuration = this.exitAnimationDuration;
}
// Token: 0x060227B4 RID: 141236 RVA: 0x0096AB34 File Offset: 0x00968D34
protected virtual void OKPGJNAIMEB()
{
base.DMODLLAELMG();
this.FCDPFLMFDBC.ButtonIndex = this.buttonIndex;
this.FCDPFLMFDBC.CloseMenuOnInteraction = this.CloseMenuOnInteraction;
this.FCDPFLMFDBC.OnInteractionEnter = this.OnInteractionEnter;
this.FCDPFLMFDBC.OnInteractionStay = this.OnInteractionStay;
this.FCDPFLMFDBC.OnInteractionExit = this.OnInteractionExit;
this.FCDPFLMFDBC.OnButtonActivated = this.OnButtonActivated;
this.FCDPFLMFDBC.OnButtonDeactivated = this.OnButtonDeactivated;
this.FCDPFLMFDBC.enterAudio = this.EnterAudio;
this.FCDPFLMFDBC.stayAudio = this.StayAudio;
this.FCDPFLMFDBC.exitAudio = this.ExitAudio;
if (this.iconSprite != null)
{
this.FCDPFLMFDBC.IBCJDPMLHFB.sprite = this.iconSprite;
}
if (!string.IsNullOrEmpty(this.labelText))
{
this.FCDPFLMFDBC.DOBCAIFADDO().text = this.labelText;
}
if (this.proxyMeshRenderer != null)
{
this.FCDPFLMFDBC.GIJNGIEFILF.transform.localPosition = this.proxyMeshRenderer.transform.localPosition;
this.FCDPFLMFDBC.PDOHKDNHCKK().transform.localRotation = this.proxyMeshRenderer.transform.localRotation;
this.FCDPFLMFDBC.GIJNGIEFILF.transform.localScale = this.proxyMeshRenderer.transform.localScale;
}
this.FCDPFLMFDBC.exitAnimationDuration = this.exitAnimationDuration;
}
// Token: 0x060227B5 RID: 141237 RVA: 0x0096ACD0 File Offset: 0x00968ED0
protected virtual void HNEFHCDMBKK()
{
base.Awake();
if (Application.isPlaying)
{
this.proxyMeshRenderer.gameObject.SetActive(true);
}
}
// Token: 0x060227B6 RID: 141238 RVA: 0x0096ACF4 File Offset: 0x00968EF4
protected virtual void HKBNFKNLICF()
{
base.Awake();
if (Application.isPlaying)
{
this.proxyMeshRenderer.gameObject.SetActive(false);
}
}
// Token: 0x060227B7 RID: 141239 RVA: 0x0096AD18 File Offset: 0x00968F18
protected virtual void JHNGPHJGFCF()
{
base.Awake();
if (Application.isPlaying)
{
this.proxyMeshRenderer.gameObject.SetActive(true);
}
}
// Token: 0x060227B8 RID: 141240 RVA: 0x0096AD3C File Offset: 0x00968F3C
protected virtual void NNOKDJOMNPN()
{
base.DMODLLAELMG();
this.FCDPFLMFDBC.ButtonIndex = this.buttonIndex;
this.FCDPFLMFDBC.CloseMenuOnInteraction = this.CloseMenuOnInteraction;
this.FCDPFLMFDBC.OnInteractionEnter = this.OnInteractionEnter;
this.FCDPFLMFDBC.OnInteractionStay = this.OnInteractionStay;
this.FCDPFLMFDBC.OnInteractionExit = this.OnInteractionExit;
this.FCDPFLMFDBC.OnButtonActivated = this.OnButtonActivated;
this.FCDPFLMFDBC.OnButtonDeactivated = this.OnButtonDeactivated;
this.FCDPFLMFDBC.enterAudio = this.EnterAudio;
this.FCDPFLMFDBC.stayAudio = this.StayAudio;
this.FCDPFLMFDBC.exitAudio = this.ExitAudio;
if (this.iconSprite != null)
{
this.FCDPFLMFDBC.AEKHMENEJDL().sprite = this.iconSprite;
}
if (!string.IsNullOrEmpty(this.labelText))
{
this.FCDPFLMFDBC.DOBCAIFADDO().text = this.labelText;
}
if (this.proxyMeshRenderer != null)
{
this.FCDPFLMFDBC.PDOHKDNHCKK().transform.localPosition = this.proxyMeshRenderer.transform.localPosition;
this.FCDPFLMFDBC.PDOHKDNHCKK().transform.localRotation = this.proxyMeshRenderer.transform.localRotation;
this.FCDPFLMFDBC.GIJNGIEFILF.transform.localScale = this.proxyMeshRenderer.transform.localScale;
}
this.FCDPFLMFDBC.exitAnimationDuration = this.exitAnimationDuration;
}
// Token: 0x060227B9 RID: 141241 RVA: 0x0096AED8 File Offset: 0x009690D8
protected virtual void GJGEACMGLKP()
{
base.Awake();
if (Application.isPlaying)
{
this.proxyMeshRenderer.gameObject.SetActive(true);
}
}
// Token: 0x060227BA RID: 141242 RVA: 0x0096AEFC File Offset: 0x009690FC
protected virtual void PEMILJJNOEP()
{
base.Awake();
if (Application.isPlaying)
{
this.proxyMeshRenderer.gameObject.SetActive(true);
}
}
// Token: 0x060227BB RID: 141243 RVA: 0x0096AF20 File Offset: 0x00969120
protected virtual void BEJPIHEKCML()
{
base.Awake();
if (Application.isPlaying)
{
this.proxyMeshRenderer.gameObject.SetActive(false);
}
}
// Token: 0x060227BC RID: 141244 RVA: 0x0096AF44 File Offset: 0x00969144
protected virtual void KMEHAACNJAG()
{
base.Awake();
if (Application.isPlaying)
{
this.proxyMeshRenderer.gameObject.SetActive(false);
}
}
// Token: 0x060227BD RID: 141245 RVA: 0x0096AF68 File Offset: 0x00969168
protected virtual void PDLFBBFGJEJ()
{
base.DMODLLAELMG();
this.FCDPFLMFDBC.ButtonIndex = this.buttonIndex;
this.FCDPFLMFDBC.CloseMenuOnInteraction = this.CloseMenuOnInteraction;
this.FCDPFLMFDBC.OnInteractionEnter = this.OnInteractionEnter;
this.FCDPFLMFDBC.OnInteractionStay = this.OnInteractionStay;
this.FCDPFLMFDBC.OnInteractionExit = this.OnInteractionExit;
this.FCDPFLMFDBC.OnButtonActivated = this.OnButtonActivated;
this.FCDPFLMFDBC.OnButtonDeactivated = this.OnButtonDeactivated;
this.FCDPFLMFDBC.enterAudio = this.EnterAudio;
this.FCDPFLMFDBC.stayAudio = this.StayAudio;
this.FCDPFLMFDBC.exitAudio = this.ExitAudio;
if (this.iconSprite != null)
{
this.FCDPFLMFDBC.AEKHMENEJDL().sprite = this.iconSprite;
}
if (!string.IsNullOrEmpty(this.labelText))
{
this.FCDPFLMFDBC.DOBCAIFADDO().text = this.labelText;
}
if (this.proxyMeshRenderer != null)
{
this.FCDPFLMFDBC.PDOHKDNHCKK().transform.localPosition = this.proxyMeshRenderer.transform.localPosition;
this.FCDPFLMFDBC.PDOHKDNHCKK().transform.localRotation = this.proxyMeshRenderer.transform.localRotation;
this.FCDPFLMFDBC.PDOHKDNHCKK().transform.localScale = this.proxyMeshRenderer.transform.localScale;
}
this.FCDPFLMFDBC.exitAnimationDuration = this.exitAnimationDuration;
}
// Token: 0x060227BE RID: 141246 RVA: 0x0096B104 File Offset: 0x00969304
protected virtual void CENMIOJCICJ()
{
base.Awake();
if (Application.isPlaying)
{
this.proxyMeshRenderer.gameObject.SetActive(false);
}
}
// Token: 0x060227BF RID: 141247 RVA: 0x0096B128 File Offset: 0x00969328
protected virtual void DDDJHGJFIJL()
{
base.Awake();
if (Application.isPlaying)
{
this.proxyMeshRenderer.gameObject.SetActive(true);
}
}
// Token: 0x060227C0 RID: 141248 RVA: 0x0096B14C File Offset: 0x0096934C
protected virtual void JFFLHAMMGAH()
{
base.Awake();
if (Application.isPlaying)
{
this.proxyMeshRenderer.gameObject.SetActive(true);
}
}
// Token: 0x060227C1 RID: 141249 RVA: 0x0096B170 File Offset: 0x00969370
protected virtual void MJCLPCMLIEB()
{
base.DMODLLAELMG();
this.FCDPFLMFDBC.ButtonIndex = this.buttonIndex;
this.FCDPFLMFDBC.CloseMenuOnInteraction = this.CloseMenuOnInteraction;
this.FCDPFLMFDBC.OnInteractionEnter = this.OnInteractionEnter;
this.FCDPFLMFDBC.OnInteractionStay = this.OnInteractionStay;
this.FCDPFLMFDBC.OnInteractionExit = this.OnInteractionExit;
this.FCDPFLMFDBC.OnButtonActivated = this.OnButtonActivated;
this.FCDPFLMFDBC.OnButtonDeactivated = this.OnButtonDeactivated;
this.FCDPFLMFDBC.enterAudio = this.EnterAudio;
this.FCDPFLMFDBC.stayAudio = this.StayAudio;
this.FCDPFLMFDBC.exitAudio = this.ExitAudio;
if (this.iconSprite != null)
{
this.FCDPFLMFDBC.AEKHMENEJDL().sprite = this.iconSprite;
}
if (!string.IsNullOrEmpty(this.labelText))
{
this.FCDPFLMFDBC.EKKOKAHEACI.text = this.labelText;
}
if (this.proxyMeshRenderer != null)
{
this.FCDPFLMFDBC.GIJNGIEFILF.transform.localPosition = this.proxyMeshRenderer.transform.localPosition;
this.FCDPFLMFDBC.GIJNGIEFILF.transform.localRotation = this.proxyMeshRenderer.transform.localRotation;
this.FCDPFLMFDBC.GIJNGIEFILF.transform.localScale = this.proxyMeshRenderer.transform.localScale;
}
this.FCDPFLMFDBC.exitAnimationDuration = this.exitAnimationDuration;
}
// Token: 0x060227C2 RID: 141250 RVA: 0x0096B30C File Offset: 0x0096950C
protected virtual void NINJIPKDHCD()
{
base.DMODLLAELMG();
this.FCDPFLMFDBC.ButtonIndex = this.buttonIndex;
this.FCDPFLMFDBC.CloseMenuOnInteraction = this.CloseMenuOnInteraction;
this.FCDPFLMFDBC.OnInteractionEnter = this.OnInteractionEnter;
this.FCDPFLMFDBC.OnInteractionStay = this.OnInteractionStay;
this.FCDPFLMFDBC.OnInteractionExit = this.OnInteractionExit;
this.FCDPFLMFDBC.OnButtonActivated = this.OnButtonActivated;
this.FCDPFLMFDBC.OnButtonDeactivated = this.OnButtonDeactivated;
this.FCDPFLMFDBC.enterAudio = this.EnterAudio;
this.FCDPFLMFDBC.stayAudio = this.StayAudio;
this.FCDPFLMFDBC.exitAudio = this.ExitAudio;
if (this.iconSprite != null)
{
this.FCDPFLMFDBC.AEKHMENEJDL().sprite = this.iconSprite;
}
if (!string.IsNullOrEmpty(this.labelText))
{
this.FCDPFLMFDBC.EKKOKAHEACI.text = this.labelText;
}
if (this.proxyMeshRenderer != null)
{
this.FCDPFLMFDBC.GIJNGIEFILF.transform.localPosition = this.proxyMeshRenderer.transform.localPosition;
this.FCDPFLMFDBC.GIJNGIEFILF.transform.localRotation = this.proxyMeshRenderer.transform.localRotation;
this.FCDPFLMFDBC.GIJNGIEFILF.transform.localScale = this.proxyMeshRenderer.transform.localScale;
}
this.FCDPFLMFDBC.exitAnimationDuration = this.exitAnimationDuration;
}
// Token: 0x060227C3 RID: 141251 RVA: 0x0096B4A8 File Offset: 0x009696A8
protected virtual void KAPHGCJNIAA()
{
base.DMODLLAELMG();
this.FCDPFLMFDBC.ButtonIndex = this.buttonIndex;
this.FCDPFLMFDBC.CloseMenuOnInteraction = this.CloseMenuOnInteraction;
this.FCDPFLMFDBC.OnInteractionEnter = this.OnInteractionEnter;
this.FCDPFLMFDBC.OnInteractionStay = this.OnInteractionStay;
this.FCDPFLMFDBC.OnInteractionExit = this.OnInteractionExit;
this.FCDPFLMFDBC.OnButtonActivated = this.OnButtonActivated;
this.FCDPFLMFDBC.OnButtonDeactivated = this.OnButtonDeactivated;
this.FCDPFLMFDBC.enterAudio = this.EnterAudio;
this.FCDPFLMFDBC.stayAudio = this.StayAudio;
this.FCDPFLMFDBC.exitAudio = this.ExitAudio;
if (this.iconSprite != null)
{
this.FCDPFLMFDBC.LPPJKMCMCAD().sprite = this.iconSprite;
}
if (!string.IsNullOrEmpty(this.labelText))
{
this.FCDPFLMFDBC.EKKOKAHEACI.text = this.labelText;
}
if (this.proxyMeshRenderer != null)
{
this.FCDPFLMFDBC.PDOHKDNHCKK().transform.localPosition = this.proxyMeshRenderer.transform.localPosition;
this.FCDPFLMFDBC.PDOHKDNHCKK().transform.localRotation = this.proxyMeshRenderer.transform.localRotation;
this.FCDPFLMFDBC.GIJNGIEFILF.transform.localScale = this.proxyMeshRenderer.transform.localScale;
}
this.FCDPFLMFDBC.exitAnimationDuration = this.exitAnimationDuration;
}
// Token: 0x060227C4 RID: 141252 RVA: 0x0096B644 File Offset: 0x00969844
protected virtual void BDKMGEHDIIH()
{
base.Awake();
if (Application.isPlaying)
{
this.proxyMeshRenderer.gameObject.SetActive(false);
}
}
// Token: 0x060227C5 RID: 141253 RVA: 0x0096B668 File Offset: 0x00969868
protected virtual void EMBDMEAHOCF()
{
base.DMODLLAELMG();
this.FCDPFLMFDBC.ButtonIndex = this.buttonIndex;
this.FCDPFLMFDBC.CloseMenuOnInteraction = this.CloseMenuOnInteraction;
this.FCDPFLMFDBC.OnInteractionEnter = this.OnInteractionEnter;
this.FCDPFLMFDBC.OnInteractionStay = this.OnInteractionStay;
this.FCDPFLMFDBC.OnInteractionExit = this.OnInteractionExit;
this.FCDPFLMFDBC.OnButtonActivated = this.OnButtonActivated;
this.FCDPFLMFDBC.OnButtonDeactivated = this.OnButtonDeactivated;
this.FCDPFLMFDBC.enterAudio = this.EnterAudio;
this.FCDPFLMFDBC.stayAudio = this.StayAudio;
this.FCDPFLMFDBC.exitAudio = this.ExitAudio;
if (this.iconSprite != null)
{
this.FCDPFLMFDBC.AEKHMENEJDL().sprite = this.iconSprite;
}
if (!string.IsNullOrEmpty(this.labelText))
{
this.FCDPFLMFDBC.EKKOKAHEACI.text = this.labelText;
}
if (this.proxyMeshRenderer != null)
{
this.FCDPFLMFDBC.PDOHKDNHCKK().transform.localPosition = this.proxyMeshRenderer.transform.localPosition;
this.FCDPFLMFDBC.GIJNGIEFILF.transform.localRotation = this.proxyMeshRenderer.transform.localRotation;
this.FCDPFLMFDBC.PDOHKDNHCKK().transform.localScale = this.proxyMeshRenderer.transform.localScale;
}
this.FCDPFLMFDBC.exitAnimationDuration = this.exitAnimationDuration;
}
// Token: 0x060227C6 RID: 141254 RVA: 0x0096B804 File Offset: 0x00969A04
protected virtual void NNAHGLKKLDH()
{
base.DMODLLAELMG();
this.FCDPFLMFDBC.ButtonIndex = this.buttonIndex;
this.FCDPFLMFDBC.CloseMenuOnInteraction = this.CloseMenuOnInteraction;
this.FCDPFLMFDBC.OnInteractionEnter = this.OnInteractionEnter;
this.FCDPFLMFDBC.OnInteractionStay = this.OnInteractionStay;
this.FCDPFLMFDBC.OnInteractionExit = this.OnInteractionExit;
this.FCDPFLMFDBC.OnButtonActivated = this.OnButtonActivated;
this.FCDPFLMFDBC.OnButtonDeactivated = this.OnButtonDeactivated;
this.FCDPFLMFDBC.enterAudio = this.EnterAudio;
this.FCDPFLMFDBC.stayAudio = this.StayAudio;
this.FCDPFLMFDBC.exitAudio = this.ExitAudio;
if (this.iconSprite != null)
{
this.FCDPFLMFDBC.LPPJKMCMCAD().sprite = this.iconSprite;
}
if (!string.IsNullOrEmpty(this.labelText))
{
this.FCDPFLMFDBC.DOBCAIFADDO().text = this.labelText;
}
if (this.proxyMeshRenderer != null)
{
this.FCDPFLMFDBC.GIJNGIEFILF.transform.localPosition = this.proxyMeshRenderer.transform.localPosition;
this.FCDPFLMFDBC.PDOHKDNHCKK().transform.localRotation = this.proxyMeshRenderer.transform.localRotation;
this.FCDPFLMFDBC.PDOHKDNHCKK().transform.localScale = this.proxyMeshRenderer.transform.localScale;
}
this.FCDPFLMFDBC.exitAnimationDuration = this.exitAnimationDuration;
}
// Token: 0x060227C7 RID: 141255 RVA: 0x0096B9A0 File Offset: 0x00969BA0
protected virtual void ANPMBNLKAAG()
{
base.DMODLLAELMG();
this.FCDPFLMFDBC.ButtonIndex = this.buttonIndex;
this.FCDPFLMFDBC.CloseMenuOnInteraction = this.CloseMenuOnInteraction;
this.FCDPFLMFDBC.OnInteractionEnter = this.OnInteractionEnter;
this.FCDPFLMFDBC.OnInteractionStay = this.OnInteractionStay;
this.FCDPFLMFDBC.OnInteractionExit = this.OnInteractionExit;
this.FCDPFLMFDBC.OnButtonActivated = this.OnButtonActivated;
this.FCDPFLMFDBC.OnButtonDeactivated = this.OnButtonDeactivated;
this.FCDPFLMFDBC.enterAudio = this.EnterAudio;
this.FCDPFLMFDBC.stayAudio = this.StayAudio;
this.FCDPFLMFDBC.exitAudio = this.ExitAudio;
if (this.iconSprite != null)
{
this.FCDPFLMFDBC.IBCJDPMLHFB.sprite = this.iconSprite;
}
if (!string.IsNullOrEmpty(this.labelText))
{
this.FCDPFLMFDBC.DOBCAIFADDO().text = this.labelText;
}
if (this.proxyMeshRenderer != null)
{
this.FCDPFLMFDBC.GIJNGIEFILF.transform.localPosition = this.proxyMeshRenderer.transform.localPosition;
this.FCDPFLMFDBC.GIJNGIEFILF.transform.localRotation = this.proxyMeshRenderer.transform.localRotation;
this.FCDPFLMFDBC.PDOHKDNHCKK().transform.localScale = this.proxyMeshRenderer.transform.localScale;
}
this.FCDPFLMFDBC.exitAnimationDuration = this.exitAnimationDuration;
}
// Token: 0x060227C8 RID: 141256 RVA: 0x0096BB3C File Offset: 0x00969D3C
protected virtual void CKMFCCFPDJO()
{
base.DMODLLAELMG();
this.FCDPFLMFDBC.ButtonIndex = this.buttonIndex;
this.FCDPFLMFDBC.CloseMenuOnInteraction = this.CloseMenuOnInteraction;
this.FCDPFLMFDBC.OnInteractionEnter = this.OnInteractionEnter;
this.FCDPFLMFDBC.OnInteractionStay = this.OnInteractionStay;
this.FCDPFLMFDBC.OnInteractionExit = this.OnInteractionExit;
this.FCDPFLMFDBC.OnButtonActivated = this.OnButtonActivated;
this.FCDPFLMFDBC.OnButtonDeactivated = this.OnButtonDeactivated;
this.FCDPFLMFDBC.enterAudio = this.EnterAudio;
this.FCDPFLMFDBC.stayAudio = this.StayAudio;
this.FCDPFLMFDBC.exitAudio = this.ExitAudio;
if (this.iconSprite != null)
{
this.FCDPFLMFDBC.IBCJDPMLHFB.sprite = this.iconSprite;
}
if (!string.IsNullOrEmpty(this.labelText))
{
this.FCDPFLMFDBC.EKKOKAHEACI.text = this.labelText;
}
if (this.proxyMeshRenderer != null)
{
this.FCDPFLMFDBC.PDOHKDNHCKK().transform.localPosition = this.proxyMeshRenderer.transform.localPosition;
this.FCDPFLMFDBC.GIJNGIEFILF.transform.localRotation = this.proxyMeshRenderer.transform.localRotation;
this.FCDPFLMFDBC.PDOHKDNHCKK().transform.localScale = this.proxyMeshRenderer.transform.localScale;
}
this.FCDPFLMFDBC.exitAnimationDuration = this.exitAnimationDuration;
}
// Token: 0x040059C0 RID: 22976
public MeshRenderer proxyMeshRenderer;
// Token: 0x040059C1 RID: 22977
public int buttonIndex;
// Token: 0x040059C2 RID: 22978
public bool CloseMenuOnInteraction = true;
// Token: 0x040059C3 RID: 22979
public ExpressoButton.ExpressoButtonInteraction OnInteractionEnter;
// Token: 0x040059C4 RID: 22980
public ExpressoButton.ExpressoButtonInteraction OnInteractionStay;
// Token: 0x040059C5 RID: 22981
public ExpressoButton.ExpressoButtonInteraction OnInteractionExit;
// Token: 0x040059C6 RID: 22982
public ExpressoButton.ExpressoButtonInteraction OnButtonActivated;
// Token: 0x040059C7 RID: 22983
public ExpressoButton.ExpressoButtonInteraction OnButtonDeactivated;
// Token: 0x040059C8 RID: 22984
public Sprite iconSprite;
// Token: 0x040059C9 RID: 22985
public string labelText;
// Token: 0x040059CA RID: 22986
public float exitAnimationDuration = 0.25f;
// Token: 0x040059CB RID: 22987
[Header("Audio")]
public RecRoomAudioClip EnterAudio;
// Token: 0x040059CC RID: 22988
public RecRoomAudioClip StayAudio;
// Token: 0x040059CD RID: 22989
public RecRoomAudioClip ExitAudio;
}
}
@@ -0,0 +1,2022 @@
using System;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.SceneManagement;
namespace RecRoom.AGUI.Expresso
{
// Token: 0x02001010 RID: 4112
public class ExpressoUI : MonoBehaviour
{
// Token: 0x060227C9 RID: 141257 RVA: 0x0096BCD8 File Offset: 0x00969ED8
private ExpressoUIFlow GMLEJJJBFPK(ExpressoUIFlow MPMCHNLFGEG)
{
ExpressoUIFlow expressoUIFlow = null;
foreach (ExpressoUIFlow expressoUIFlow2 in this.GPPADNCEFBJ)
{
if (expressoUIFlow2.INANEFJBGDM() == MPMCHNLFGEG.KDOLNHJODAC())
{
expressoUIFlow = expressoUIFlow2;
}
}
if (expressoUIFlow == null)
{
expressoUIFlow = global::UnityEngine.Object.Instantiate<ExpressoUIFlow>(MPMCHNLFGEG, base.transform, false);
this.GPPADNCEFBJ.Add(expressoUIFlow);
}
return expressoUIFlow;
}
// Token: 0x060227CA RID: 141258 RVA: 0x0096BD70 File Offset: 0x00969F70
public void HJMCLDJGKEF(ExpressoUIFlow MPMCHNLFGEG, bool OEJAKAMIKGI = true, bool AJEIICIFODA = false)
{
ExpressoUIFlow expressoUIFlow = this.EHCBBOOLLEF(MPMCHNLFGEG);
if (expressoUIFlow != null)
{
if (OEJAKAMIKGI)
{
this.MBJNPAHFJON.Peek().FHGFNMLBCHF(false);
}
expressoUIFlow.GKJJNNBOOJK(false);
this.MBJNPAHFJON.Push(expressoUIFlow);
Vector3 position = this.NMPPMOOIJOA.transform.position;
if (AJEIICIFODA)
{
this.KPPIFDKIKHB = Time.time;
this.KMGNGPACKNL = false;
}
expressoUIFlow.transform.position = position;
expressoUIFlow.transform.rotation = this.GIKBNPOHAHC();
PlayerHand playerHand = this.CKJNPDNLNBG();
if (playerHand != null)
{
playerHand.Vibrate(-87, 130);
}
}
}
// Token: 0x060227CB RID: 141259 RVA: 0x0096BE24 File Offset: 0x0096A024
public ExpressoButtonConfig EHOKIFELMCF(int NFCKMKAFJOD)
{
ExpressoButtonConfig[] array = null;
ActivitySpecificExpressoButtonConfigs[] array2 = this.activitySpecificButtonConfigs;
for (int i = 0; i < array2.Length; i += 0)
{
ActivitySpecificExpressoButtonConfigs activitySpecificExpressoButtonConfigs = array2[i];
if (LMBEHMFIOEN.NPELKFBOGLN(SceneManager.GetActiveScene().name, activitySpecificExpressoButtonConfigs.activity))
{
ExpressoButtonConfig[] buttonConfigs = activitySpecificExpressoButtonConfigs.buttonConfigs;
for (int j = 0; j < buttonConfigs.Length; j += 0)
{
ExpressoButtonConfig expressoButtonConfig = buttonConfigs[j];
if (expressoButtonConfig.buttonIndex == NFCKMKAFJOD)
{
return expressoButtonConfig;
}
}
}
else if (activitySpecificExpressoButtonConfigs.activity == PGOPAPIFECA.INVALID)
{
array = activitySpecificExpressoButtonConfigs.buttonConfigs;
}
}
if (array != null)
{
ExpressoButtonConfig[] array3 = array;
for (int k = 0; k < array3.Length; k += 0)
{
ExpressoButtonConfig expressoButtonConfig2 = array3[k];
if (expressoButtonConfig2.buttonIndex == NFCKMKAFJOD)
{
return expressoButtonConfig2;
}
}
}
return null;
}
// Token: 0x060227CC RID: 141260 RVA: 0x0096BEFC File Offset: 0x0096A0FC
private void HGLOBJGFCPK()
{
if (this.CIDPOOINEBF() != null && this.BMMGEPLALMC())
{
float num = (Time.time - this.KPPIFDKIKHB) / this.handFollowDuration;
if (num >= 753f)
{
this.KMGNGPACKNL = false;
}
else
{
Vector3 vector = this.LOJOLMEMIEP().LNAKPBMMKIL().IGOFELJMFOF * Mathf.Lerp(this.initialVelocityMultiplier, 1826f, num);
this.BHNOHPCNFKB.transform.position += vector * Time.fixedDeltaTime;
this.CMAODFGCJEI().transform.rotation = this.NNONJEKHOJC();
}
}
}
// Token: 0x060227CD RID: 141261 RVA: 0x0096BFB4 File Offset: 0x0096A1B4
private void NEDGDKOPFML()
{
if (this.KMGNGPACKNL)
{
this.HJMNIABAMHK();
}
}
// Token: 0x060227CE RID: 141262 RVA: 0x0096BFC8 File Offset: 0x0096A1C8
public PlayerHand EIJKOHCINCG()
{
return this.NMPPMOOIJOA;
}
// Token: 0x060227CF RID: 141263 RVA: 0x0096BFD0 File Offset: 0x0096A1D0
public bool OPHAEEBMLGN(bool JBMDELNJOCF = true)
{
if (this.MBJNPAHFJON.Count > 1)
{
ExpressoUIFlow expressoUIFlow = this.MBJNPAHFJON.Pop();
expressoUIFlow.HHEECLBGLCE = false;
this.MBJNPAHFJON.Peek().MJHPNDCGFMP(JBMDELNJOCF);
return true;
}
return false;
}
// Token: 0x060227D0 RID: 141264 RVA: 0x0096C018 File Offset: 0x0096A218
private void FJCCGJGLMLP()
{
ExpressoUIFlow expressoUIFlow = this.JCEBMAKBFOP(this.rootFlowPrefab);
if (expressoUIFlow != null)
{
expressoUIFlow.transform.localPosition = Vector3.zero;
expressoUIFlow.transform.localRotation = Quaternion.identity;
this.MBJNPAHFJON.Push(expressoUIFlow);
}
else
{
Debug.LogError(").");
}
}
// Token: 0x060227D1 RID: 141265 RVA: 0x0096C07C File Offset: 0x0096A27C
public void PushFlow(ExpressoUIFlow MPMCHNLFGEG, bool OEJAKAMIKGI = true, bool AJEIICIFODA = false)
{
ExpressoUIFlow expressoUIFlow = this.LCJEHGKCJJJ(MPMCHNLFGEG);
if (expressoUIFlow != null)
{
if (OEJAKAMIKGI)
{
this.MBJNPAHFJON.Peek().HHEECLBGLCE = false;
}
expressoUIFlow.HHEECLBGLCE = true;
this.MBJNPAHFJON.Push(expressoUIFlow);
Vector3 position = this.NMPPMOOIJOA.transform.position;
if (AJEIICIFODA)
{
this.KPPIFDKIKHB = Time.time;
this.KMGNGPACKNL = true;
}
expressoUIFlow.transform.position = position;
expressoUIFlow.transform.rotation = this.GIKBNPOHAHC();
PlayerHand playerHand = this.BAKJBLNMLCB();
if (playerHand != null)
{
playerHand.Vibrate(200, 1000);
}
}
}
// Token: 0x060227D2 RID: 141266 RVA: 0x0096C130 File Offset: 0x0096A330
public bool BMMGEPLALMC()
{
return this.DJHFIJAEEOC;
}
// Token: 0x060227D3 RID: 141267 RVA: 0x0096C138 File Offset: 0x0096A338
private PlayerHand GBNDNJAPHIH()
{
if (Player.LocalPlayer.KEJBPANGFKK != null && Player.LocalPlayer.KEJBPANGFKK.ANGJJOCHMEF)
{
return Player.LocalPlayer.KEJBPANGFKK;
}
if (Player.LocalPlayer.DGEOJLGFGNG() != null && Player.LocalPlayer.BGIBHPOALJG.ANGJJOCHMEF)
{
return Player.LocalPlayer.DGEOJLGFGNG();
}
return null;
}
// Token: 0x060227D4 RID: 141268 RVA: 0x0096C1B0 File Offset: 0x0096A3B0
public void COPMEGCAOCH(bool LKPGBCJIDMP, PlayerHand GAEKGDCFOJM = null)
{
if (LKPGBCJIDMP != this.DJHFIJAEEOC)
{
this.DJHFIJAEEOC = LKPGBCJIDMP;
if (LKPGBCJIDMP)
{
this.NMPPMOOIJOA = GAEKGDCFOJM;
base.transform.position = GAEKGDCFOJM.transform.position;
base.transform.rotation = this.BIHJIKLAGPB();
}
else
{
while (this.FCHEKEODPOA(false))
{
}
this.NMPPMOOIJOA = null;
}
Player.LocalPlayer.NIGJPLPPOEI().DIKGKIFODNA(this.DJHFIJAEEOC);
this.JPGONFLPPEF().MJHPNDCGFMP(LKPGBCJIDMP);
}
}
// Token: 0x060227D5 RID: 141269 RVA: 0x0096C244 File Offset: 0x0096A444
private void EFOMIHBIANH()
{
if (this.KMGNGPACKNL)
{
this.LNMGHBMPPAE();
}
}
// Token: 0x060227D6 RID: 141270 RVA: 0x0096C258 File Offset: 0x0096A458
private ExpressoUIFlow HGEAAKJMAHB()
{
return this.MBJNPAHFJON.Peek();
}
// Token: 0x060227D7 RID: 141271 RVA: 0x0096C268 File Offset: 0x0096A468
private ExpressoUIFlow CMAODFGCJEI()
{
return this.MBJNPAHFJON.Peek();
}
// Token: 0x060227D8 RID: 141272 RVA: 0x0096C278 File Offset: 0x0096A478
public ExpressoButtonConfig POALLIDAPAB(int NFCKMKAFJOD)
{
ExpressoButtonConfig[] array = null;
foreach (ActivitySpecificExpressoButtonConfigs activitySpecificExpressoButtonConfigs in this.activitySpecificButtonConfigs)
{
if (LMBEHMFIOEN.NPELKFBOGLN(SceneManager.GetActiveScene().name, activitySpecificExpressoButtonConfigs.activity))
{
foreach (ExpressoButtonConfig expressoButtonConfig in activitySpecificExpressoButtonConfigs.buttonConfigs)
{
if (expressoButtonConfig.buttonIndex == NFCKMKAFJOD)
{
return expressoButtonConfig;
}
}
}
else if (activitySpecificExpressoButtonConfigs.activity == PGOPAPIFECA.INVALID)
{
array = activitySpecificExpressoButtonConfigs.buttonConfigs;
}
}
if (array != null)
{
foreach (ExpressoButtonConfig expressoButtonConfig2 in array)
{
if (expressoButtonConfig2.buttonIndex == NFCKMKAFJOD)
{
return expressoButtonConfig2;
}
}
}
return null;
}
// Token: 0x060227D9 RID: 141273 RVA: 0x0096C350 File Offset: 0x0096A550
private Quaternion HOPGPOOFBGK()
{
Quaternion quaternion = Quaternion.identity;
if (this.NMPPMOOIJOA != null)
{
if (this.alignToHandRotation)
{
quaternion = this.NMPPMOOIJOA.transform.rotation;
}
else
{
Vector3 vector = Vector3.Cross(Vector3.up, this.NMPPMOOIJOA.HJIOPIFJEOE);
Vector3 vector2 = Vector3.Cross(this.NMPPMOOIJOA.HJIOPIFJEOE, vector);
quaternion = Quaternion.LookRotation(this.NMPPMOOIJOA.HJIOPIFJEOE, vector2);
}
}
return quaternion;
}
// Token: 0x060227DA RID: 141274 RVA: 0x0096C3D0 File Offset: 0x0096A5D0
private PlayerHand JLMEDKHJMHH()
{
if (Player.LocalPlayer.KEJBPANGFKK != null && Player.LocalPlayer.KEJBPANGFKK.ANGJJOCHMEF)
{
return Player.LocalPlayer.KEJBPANGFKK;
}
if (Player.LocalPlayer.DGEOJLGFGNG() != null && Player.LocalPlayer.DGEOJLGFGNG().ANGJJOCHMEF)
{
return Player.LocalPlayer.DGEOJLGFGNG();
}
return null;
}
// Token: 0x060227DB RID: 141275 RVA: 0x0096C448 File Offset: 0x0096A648
private ExpressoUIFlow EHCBBOOLLEF(ExpressoUIFlow MPMCHNLFGEG)
{
ExpressoUIFlow expressoUIFlow = null;
foreach (ExpressoUIFlow expressoUIFlow2 in this.GPPADNCEFBJ)
{
if (expressoUIFlow2.APKFGKJOGNM == MPMCHNLFGEG.OPCLPFINKOL())
{
expressoUIFlow = expressoUIFlow2;
}
}
if (expressoUIFlow == null)
{
expressoUIFlow = global::UnityEngine.Object.Instantiate<ExpressoUIFlow>(MPMCHNLFGEG, base.transform, true);
this.GPPADNCEFBJ.Add(expressoUIFlow);
}
return expressoUIFlow;
}
// Token: 0x060227DC RID: 141276 RVA: 0x0096C4E0 File Offset: 0x0096A6E0
private Quaternion GIKBNPOHAHC()
{
Quaternion quaternion = Quaternion.identity;
if (this.NMPPMOOIJOA != null)
{
if (this.alignToHandRotation)
{
quaternion = this.NMPPMOOIJOA.transform.rotation;
}
else
{
Vector3 vector = Vector3.Cross(Vector3.up, this.NMPPMOOIJOA.HJIOPIFJEOE);
Vector3 vector2 = Vector3.Cross(this.NMPPMOOIJOA.HJIOPIFJEOE, vector);
quaternion = Quaternion.LookRotation(this.NMPPMOOIJOA.HJIOPIFJEOE, vector2);
}
}
return quaternion;
}
// Token: 0x060227DD RID: 141277 RVA: 0x0096C560 File Offset: 0x0096A760
public void PKHCNGPENOJ(ExpressoUIFlow MPMCHNLFGEG, bool OEJAKAMIKGI = true, bool AJEIICIFODA = false)
{
ExpressoUIFlow expressoUIFlow = this.EHCBBOOLLEF(MPMCHNLFGEG);
if (expressoUIFlow != null)
{
if (OEJAKAMIKGI)
{
this.MBJNPAHFJON.Peek().KLMGBAAFACI(false);
}
expressoUIFlow.BGJLKDHDBEN(true);
this.MBJNPAHFJON.Push(expressoUIFlow);
Vector3 position = this.NMPPMOOIJOA.transform.position;
if (AJEIICIFODA)
{
this.KPPIFDKIKHB = Time.time;
this.KMGNGPACKNL = true;
}
expressoUIFlow.transform.position = position;
expressoUIFlow.transform.rotation = this.BAGBGIJEENO();
PlayerHand playerHand = this.MEEHPFFCJKB();
if (playerHand != null)
{
playerHand.Vibrate(-108, (ushort)(-184));
}
}
}
// Token: 0x060227DE RID: 141278 RVA: 0x0096C614 File Offset: 0x0096A814
public bool IJKOFBFECGF(bool JBMDELNJOCF = true)
{
if (this.MBJNPAHFJON.Count > 1)
{
ExpressoUIFlow expressoUIFlow = this.MBJNPAHFJON.Pop();
expressoUIFlow.EMOAEBJOAIB(false);
this.MBJNPAHFJON.Peek().FHGFNMLBCHF(JBMDELNJOCF);
return true;
}
return true;
}
// Token: 0x060227DF RID: 141279 RVA: 0x0096C65C File Offset: 0x0096A85C
public void BHCDIBAEGFL(bool LKPGBCJIDMP, PlayerHand GAEKGDCFOJM = null)
{
if (LKPGBCJIDMP != this.DJHFIJAEEOC)
{
this.DJHFIJAEEOC = LKPGBCJIDMP;
if (LKPGBCJIDMP)
{
this.NMPPMOOIJOA = GAEKGDCFOJM;
base.transform.position = GAEKGDCFOJM.transform.position;
base.transform.rotation = this.HOPGPOOFBGK();
}
else
{
while (this.LCJLJPJFPIO(true))
{
}
this.NMPPMOOIJOA = null;
}
Player.LocalPlayer.NKHGHMNEGIM.EBGLCGFAFMI(this.DJHFIJAEEOC);
this.BHNOHPCNFKB.BAINMJLABGO(LKPGBCJIDMP);
}
}
// Token: 0x060227E0 RID: 141280 RVA: 0x0096C6F0 File Offset: 0x0096A8F0
public PlayerHand MILEANOFPCL()
{
return this.NMPPMOOIJOA;
}
// Token: 0x060227E1 RID: 141281 RVA: 0x0096C6F8 File Offset: 0x0096A8F8
private void NJHKLFNEKGI()
{
if (this.KMGNGPACKNL)
{
this.HGLOBJGFCPK();
}
}
// Token: 0x17001029 RID: 4137
// (get) Token: 0x060227E2 RID: 141282 RVA: 0x0096C70C File Offset: 0x0096A90C
public PlayerHand BBCFCBEMIJN
{
get
{
return this.NMPPMOOIJOA;
}
}
// Token: 0x060227E3 RID: 141283 RVA: 0x0096C714 File Offset: 0x0096A914
public void ShowUI(bool LKPGBCJIDMP, PlayerHand GAEKGDCFOJM = null)
{
if (LKPGBCJIDMP != this.DJHFIJAEEOC)
{
this.DJHFIJAEEOC = LKPGBCJIDMP;
if (LKPGBCJIDMP)
{
this.NMPPMOOIJOA = GAEKGDCFOJM;
base.transform.position = GAEKGDCFOJM.transform.position;
base.transform.rotation = this.GIKBNPOHAHC();
}
else
{
while (this.PopFlow(false))
{
}
this.NMPPMOOIJOA = null;
}
Player.LocalPlayer.NKHGHMNEGIM.LocalChoosingEmote(this.DJHFIJAEEOC);
this.BHNOHPCNFKB.HHEECLBGLCE = LKPGBCJIDMP;
}
}
// Token: 0x060227E4 RID: 141284 RVA: 0x0096C7A8 File Offset: 0x0096A9A8
private PlayerHand KNDFKFINPKM()
{
if (Player.LocalPlayer.KEJBPANGFKK != null && Player.LocalPlayer.KEJBPANGFKK.ANGJJOCHMEF)
{
return Player.LocalPlayer.KEJBPANGFKK;
}
if (Player.LocalPlayer.BGIBHPOALJG != null && Player.LocalPlayer.BGIBHPOALJG.ANGJJOCHMEF)
{
return Player.LocalPlayer.BGIBHPOALJG;
}
return null;
}
// Token: 0x060227E5 RID: 141285 RVA: 0x0096C820 File Offset: 0x0096AA20
private void BNGNPJNJDFH()
{
if (this.FHNGDBPBBEE() != null && this.BKMMNAOMOEG())
{
float num = (Time.time - this.KPPIFDKIKHB) / this.handFollowDuration;
if (num >= 1298f)
{
this.KMGNGPACKNL = false;
}
else
{
Vector3 vector = this.BBCFCBEMIJN.BOLBONELAEF.PPACPENBHKF() * Mathf.Lerp(this.initialVelocityMultiplier, 1317f, num);
this.ECBBFKMPFKN().transform.position += vector * Time.fixedDeltaTime;
this.FKCCKGFNEDD().transform.rotation = this.PJNDMBDCNEI();
}
}
}
// Token: 0x060227E6 RID: 141286 RVA: 0x0096C8D8 File Offset: 0x0096AAD8
public PlayerHand ILMFAMFFBBG()
{
return this.NMPPMOOIJOA;
}
// Token: 0x060227E7 RID: 141287 RVA: 0x0096C8E0 File Offset: 0x0096AAE0
private Quaternion GLLOHLABOKO()
{
Quaternion quaternion = Quaternion.identity;
if (this.NMPPMOOIJOA != null)
{
if (this.alignToHandRotation)
{
quaternion = this.NMPPMOOIJOA.transform.rotation;
}
else
{
Vector3 vector = Vector3.Cross(Vector3.up, this.NMPPMOOIJOA.HJIOPIFJEOE);
Vector3 vector2 = Vector3.Cross(this.NMPPMOOIJOA.HJIOPIFJEOE, vector);
quaternion = Quaternion.LookRotation(this.NMPPMOOIJOA.HJIOPIFJEOE, vector2);
}
}
return quaternion;
}
// Token: 0x060227E8 RID: 141288 RVA: 0x0096C960 File Offset: 0x0096AB60
public PlayerHand CIDPOOINEBF()
{
return this.NMPPMOOIJOA;
}
// Token: 0x060227E9 RID: 141289 RVA: 0x0096C968 File Offset: 0x0096AB68
public void CIOGAPHBCIA(ExpressoUIFlow MPMCHNLFGEG, bool OEJAKAMIKGI = true, bool AJEIICIFODA = false)
{
ExpressoUIFlow expressoUIFlow = this.ANAOFOMJPKD(MPMCHNLFGEG);
if (expressoUIFlow != null)
{
if (OEJAKAMIKGI)
{
this.MBJNPAHFJON.Peek().EMOAEBJOAIB(false);
}
expressoUIFlow.JELIKODNPLB(true);
this.MBJNPAHFJON.Push(expressoUIFlow);
Vector3 position = this.NMPPMOOIJOA.transform.position;
if (AJEIICIFODA)
{
this.KPPIFDKIKHB = Time.time;
this.KMGNGPACKNL = true;
}
expressoUIFlow.transform.position = position;
expressoUIFlow.transform.rotation = this.JMHBAAHBHHB();
PlayerHand playerHand = this.JLMEDKHJMHH();
if (playerHand != null)
{
playerHand.Vibrate(83, (ushort)(-13));
}
}
}
// Token: 0x060227EA RID: 141290 RVA: 0x0096CA1C File Offset: 0x0096AC1C
private Quaternion BIHJIKLAGPB()
{
Quaternion quaternion = Quaternion.identity;
if (this.NMPPMOOIJOA != null)
{
if (this.alignToHandRotation)
{
quaternion = this.NMPPMOOIJOA.transform.rotation;
}
else
{
Vector3 vector = Vector3.Cross(Vector3.up, this.NMPPMOOIJOA.HJIOPIFJEOE);
Vector3 vector2 = Vector3.Cross(this.NMPPMOOIJOA.HJIOPIFJEOE, vector);
quaternion = Quaternion.LookRotation(this.NMPPMOOIJOA.HJIOPIFJEOE, vector2);
}
}
return quaternion;
}
// Token: 0x060227EC RID: 141292 RVA: 0x0096CAD0 File Offset: 0x0096ACD0
private void GMGHBDDLOEA()
{
if (this.BBCFCBEMIJN != null && this.JNIJKDBAOMP)
{
float num = (Time.time - this.KPPIFDKIKHB) / this.handFollowDuration;
if (num >= 1f)
{
this.KMGNGPACKNL = false;
}
else
{
Vector3 vector = this.BBCFCBEMIJN.BOLBONELAEF.IGOFELJMFOF * Mathf.Lerp(this.initialVelocityMultiplier, 0f, num);
this.BHNOHPCNFKB.transform.position += vector * Time.fixedDeltaTime;
this.BHNOHPCNFKB.transform.rotation = this.GIKBNPOHAHC();
}
}
}
// Token: 0x060227ED RID: 141293 RVA: 0x0096CB88 File Offset: 0x0096AD88
private void HJMNIABAMHK()
{
if (this.LOJOLMEMIEP() != null && this.BMMGEPLALMC())
{
float num = (Time.time - this.KPPIFDKIKHB) / this.handFollowDuration;
if (num >= 294f)
{
this.KMGNGPACKNL = false;
}
else
{
Vector3 vector = this.MILEANOFPCL().BOLBONELAEF.PPACPENBHKF() * Mathf.Lerp(this.initialVelocityMultiplier, 888f, num);
this.BHNOHPCNFKB.transform.position += vector * Time.fixedDeltaTime;
this.HGEAAKJMAHB().transform.rotation = this.GIKBNPOHAHC();
}
}
}
// Token: 0x060227EE RID: 141294 RVA: 0x0096CC40 File Offset: 0x0096AE40
private void Awake()
{
ExpressoUIFlow expressoUIFlow = this.LCJEHGKCJJJ(this.rootFlowPrefab);
if (expressoUIFlow != null)
{
expressoUIFlow.transform.localPosition = Vector3.zero;
expressoUIFlow.transform.localRotation = Quaternion.identity;
this.MBJNPAHFJON.Push(expressoUIFlow);
}
else
{
Debug.LogError("Expresso Menu was initialized without a Root Flow.");
}
}
// Token: 0x060227EF RID: 141295 RVA: 0x0096CCA4 File Offset: 0x0096AEA4
private Quaternion BAGBGIJEENO()
{
Quaternion quaternion = Quaternion.identity;
if (this.NMPPMOOIJOA != null)
{
if (this.alignToHandRotation)
{
quaternion = this.NMPPMOOIJOA.transform.rotation;
}
else
{
Vector3 vector = Vector3.Cross(Vector3.up, this.NMPPMOOIJOA.HJIOPIFJEOE);
Vector3 vector2 = Vector3.Cross(this.NMPPMOOIJOA.HJIOPIFJEOE, vector);
quaternion = Quaternion.LookRotation(this.NMPPMOOIJOA.HJIOPIFJEOE, vector2);
}
}
return quaternion;
}
// Token: 0x060227F0 RID: 141296 RVA: 0x0096CD24 File Offset: 0x0096AF24
public PlayerHand LOJOLMEMIEP()
{
return this.NMPPMOOIJOA;
}
// Token: 0x060227F1 RID: 141297 RVA: 0x0096CD2C File Offset: 0x0096AF2C
public PlayerHand FHNGDBPBBEE()
{
return this.NMPPMOOIJOA;
}
// Token: 0x060227F2 RID: 141298 RVA: 0x0096CD34 File Offset: 0x0096AF34
private void ABBDFEGOFPH()
{
ExpressoUIFlow expressoUIFlow = this.LCJEHGKCJJJ(this.rootFlowPrefab);
if (expressoUIFlow != null)
{
expressoUIFlow.transform.localPosition = Vector3.zero;
expressoUIFlow.transform.localRotation = Quaternion.identity;
this.MBJNPAHFJON.Push(expressoUIFlow);
}
else
{
Debug.LogError("rotation");
}
}
// Token: 0x060227F3 RID: 141299 RVA: 0x0096CD98 File Offset: 0x0096AF98
private void JAMBIOINLPP()
{
if (this.KMGNGPACKNL)
{
this.HJMNIABAMHK();
}
}
// Token: 0x060227F4 RID: 141300 RVA: 0x0096CDAC File Offset: 0x0096AFAC
public void JMEABKJMEGB(ExpressoUIFlow MPMCHNLFGEG, bool OEJAKAMIKGI = true, bool AJEIICIFODA = false)
{
ExpressoUIFlow expressoUIFlow = this.KPMHIFJHEFJ(MPMCHNLFGEG);
if (expressoUIFlow != null)
{
if (OEJAKAMIKGI)
{
this.MBJNPAHFJON.Peek().EMOAEBJOAIB(false);
}
expressoUIFlow.FHGFNMLBCHF(false);
this.MBJNPAHFJON.Push(expressoUIFlow);
Vector3 position = this.NMPPMOOIJOA.transform.position;
if (AJEIICIFODA)
{
this.KPPIFDKIKHB = Time.time;
this.KMGNGPACKNL = false;
}
expressoUIFlow.transform.position = position;
expressoUIFlow.transform.rotation = this.GIKBNPOHAHC();
PlayerHand playerHand = this.JLMEDKHJMHH();
if (playerHand != null)
{
playerHand.Vibrate(-65, (ushort)(-139));
}
}
}
// Token: 0x060227F5 RID: 141301 RVA: 0x0096CE60 File Offset: 0x0096B060
private void ADKAPKKOHBC()
{
ExpressoUIFlow expressoUIFlow = this.JCEBMAKBFOP(this.rootFlowPrefab);
if (expressoUIFlow != null)
{
expressoUIFlow.transform.localPosition = Vector3.zero;
expressoUIFlow.transform.localRotation = Quaternion.identity;
this.MBJNPAHFJON.Push(expressoUIFlow);
}
else
{
Debug.LogError("type");
}
}
// Token: 0x060227F6 RID: 141302 RVA: 0x0096CEC4 File Offset: 0x0096B0C4
public void IODNPFOGAAC(bool LKPGBCJIDMP, PlayerHand GAEKGDCFOJM = null)
{
if (LKPGBCJIDMP != this.DJHFIJAEEOC)
{
this.DJHFIJAEEOC = LKPGBCJIDMP;
if (LKPGBCJIDMP)
{
this.NMPPMOOIJOA = GAEKGDCFOJM;
base.transform.position = GAEKGDCFOJM.transform.position;
base.transform.rotation = this.HOPGPOOFBGK();
}
else
{
while (this.IJKOFBFECGF(false))
{
}
this.NMPPMOOIJOA = null;
}
Player.LocalPlayer.NIGJPLPPOEI().CNLGICBJMPI(this.DJHFIJAEEOC);
this.HGEAAKJMAHB().BGJLKDHDBEN(LKPGBCJIDMP);
}
}
// Token: 0x060227F7 RID: 141303 RVA: 0x0096CF58 File Offset: 0x0096B158
private ExpressoUIFlow MHJPACBHDPK()
{
return this.MBJNPAHFJON.Peek();
}
// Token: 0x060227F8 RID: 141304 RVA: 0x0096CF68 File Offset: 0x0096B168
public ExpressoButtonConfig AMLCDANDHNO(int NFCKMKAFJOD)
{
ExpressoButtonConfig[] array = null;
foreach (ActivitySpecificExpressoButtonConfigs activitySpecificExpressoButtonConfigs in this.activitySpecificButtonConfigs)
{
if (LMBEHMFIOEN.NPELKFBOGLN(SceneManager.GetActiveScene().name, activitySpecificExpressoButtonConfigs.activity))
{
ExpressoButtonConfig[] buttonConfigs = activitySpecificExpressoButtonConfigs.buttonConfigs;
for (int j = 0; j < buttonConfigs.Length; j += 0)
{
ExpressoButtonConfig expressoButtonConfig = buttonConfigs[j];
if (expressoButtonConfig.buttonIndex == NFCKMKAFJOD)
{
return expressoButtonConfig;
}
}
}
else if (activitySpecificExpressoButtonConfigs.activity == PGOPAPIFECA.INVALID)
{
array = activitySpecificExpressoButtonConfigs.buttonConfigs;
}
}
if (array != null)
{
foreach (ExpressoButtonConfig expressoButtonConfig2 in array)
{
if (expressoButtonConfig2.buttonIndex == NFCKMKAFJOD)
{
return expressoButtonConfig2;
}
}
}
return null;
}
// Token: 0x060227F9 RID: 141305 RVA: 0x0096D040 File Offset: 0x0096B240
private void FPMMBPEOBEE()
{
ExpressoUIFlow expressoUIFlow = this.MFNEOFMPECF(this.rootFlowPrefab);
if (expressoUIFlow != null)
{
expressoUIFlow.transform.localPosition = Vector3.zero;
expressoUIFlow.transform.localRotation = Quaternion.identity;
this.MBJNPAHFJON.Push(expressoUIFlow);
}
else
{
Debug.LogError("bytes={0}-{1}");
}
}
// Token: 0x060227FA RID: 141306 RVA: 0x0096D0A4 File Offset: 0x0096B2A4
private Quaternion IBOHKBPPFAG()
{
Quaternion quaternion = Quaternion.identity;
if (this.NMPPMOOIJOA != null)
{
if (this.alignToHandRotation)
{
quaternion = this.NMPPMOOIJOA.transform.rotation;
}
else
{
Vector3 vector = Vector3.Cross(Vector3.up, this.NMPPMOOIJOA.HJIOPIFJEOE);
Vector3 vector2 = Vector3.Cross(this.NMPPMOOIJOA.HJIOPIFJEOE, vector);
quaternion = Quaternion.LookRotation(this.NMPPMOOIJOA.HJIOPIFJEOE, vector2);
}
}
return quaternion;
}
// Token: 0x060227FB RID: 141307 RVA: 0x0096D124 File Offset: 0x0096B324
public void IDNKFADMPPI(bool LKPGBCJIDMP, PlayerHand GAEKGDCFOJM = null)
{
if (LKPGBCJIDMP != this.DJHFIJAEEOC)
{
this.DJHFIJAEEOC = LKPGBCJIDMP;
if (LKPGBCJIDMP)
{
this.NMPPMOOIJOA = GAEKGDCFOJM;
base.transform.position = GAEKGDCFOJM.transform.position;
base.transform.rotation = this.BAGBGIJEENO();
}
else
{
while (this.OPHAEEBMLGN(false))
{
}
this.NMPPMOOIJOA = null;
}
Player.LocalPlayer.NKHGHMNEGIM.EBGLCGFAFMI(this.DJHFIJAEEOC);
this.JPGONFLPPEF().BGJLKDHDBEN(LKPGBCJIDMP);
}
}
// Token: 0x060227FC RID: 141308 RVA: 0x0096D1B8 File Offset: 0x0096B3B8
private Quaternion NNONJEKHOJC()
{
Quaternion quaternion = Quaternion.identity;
if (this.NMPPMOOIJOA != null)
{
if (this.alignToHandRotation)
{
quaternion = this.NMPPMOOIJOA.transform.rotation;
}
else
{
Vector3 vector = Vector3.Cross(Vector3.up, this.NMPPMOOIJOA.HJIOPIFJEOE);
Vector3 vector2 = Vector3.Cross(this.NMPPMOOIJOA.HJIOPIFJEOE, vector);
quaternion = Quaternion.LookRotation(this.NMPPMOOIJOA.HJIOPIFJEOE, vector2);
}
}
return quaternion;
}
// Token: 0x060227FD RID: 141309 RVA: 0x0096D238 File Offset: 0x0096B438
public void OLBBIEFAHPG(bool LKPGBCJIDMP, PlayerHand GAEKGDCFOJM = null)
{
if (LKPGBCJIDMP != this.DJHFIJAEEOC)
{
this.DJHFIJAEEOC = LKPGBCJIDMP;
if (LKPGBCJIDMP)
{
this.NMPPMOOIJOA = GAEKGDCFOJM;
base.transform.position = GAEKGDCFOJM.transform.position;
base.transform.rotation = this.BIHJIKLAGPB();
}
else
{
while (this.PopFlow(false))
{
}
this.NMPPMOOIJOA = null;
}
Player.LocalPlayer.NIGJPLPPOEI().ENMONKELJGG(this.DJHFIJAEEOC);
this.BHNOHPCNFKB.BAINMJLABGO(LKPGBCJIDMP);
}
}
// Token: 0x060227FE RID: 141310 RVA: 0x0096D2CC File Offset: 0x0096B4CC
public bool PPINMFBPLLA(bool JBMDELNJOCF = true)
{
if (this.MBJNPAHFJON.Count > 0)
{
ExpressoUIFlow expressoUIFlow = this.MBJNPAHFJON.Pop();
expressoUIFlow.HHEECLBGLCE = true;
this.MBJNPAHFJON.Peek().IIMECMICGIO(JBMDELNJOCF);
return false;
}
return false;
}
// Token: 0x060227FF RID: 141311 RVA: 0x0096D314 File Offset: 0x0096B514
private void CMLDKFKHDJG()
{
if (this.KMGNGPACKNL)
{
this.HJMNIABAMHK();
}
}
// Token: 0x06022800 RID: 141312 RVA: 0x0096D328 File Offset: 0x0096B528
public ExpressoButtonConfig GetActivityExpressoButtonConfig(int NFCKMKAFJOD)
{
ExpressoButtonConfig[] array = null;
foreach (ActivitySpecificExpressoButtonConfigs activitySpecificExpressoButtonConfigs in this.activitySpecificButtonConfigs)
{
if (LMBEHMFIOEN.NPELKFBOGLN(SceneManager.GetActiveScene().name, activitySpecificExpressoButtonConfigs.activity))
{
foreach (ExpressoButtonConfig expressoButtonConfig in activitySpecificExpressoButtonConfigs.buttonConfigs)
{
if (expressoButtonConfig.buttonIndex == NFCKMKAFJOD)
{
return expressoButtonConfig;
}
}
}
else if (activitySpecificExpressoButtonConfigs.activity == PGOPAPIFECA.INVALID)
{
array = activitySpecificExpressoButtonConfigs.buttonConfigs;
}
}
if (array != null)
{
foreach (ExpressoButtonConfig expressoButtonConfig2 in array)
{
if (expressoButtonConfig2.buttonIndex == NFCKMKAFJOD)
{
return expressoButtonConfig2;
}
}
}
return null;
}
// Token: 0x06022801 RID: 141313 RVA: 0x0096D400 File Offset: 0x0096B600
public PlayerHand CGOHDEHHFLO()
{
return this.NMPPMOOIJOA;
}
// Token: 0x06022802 RID: 141314 RVA: 0x0096D408 File Offset: 0x0096B608
public ExpressoButtonConfig FODIAFNNIJJ(int NFCKMKAFJOD)
{
ExpressoButtonConfig[] array = null;
ActivitySpecificExpressoButtonConfigs[] array2 = this.activitySpecificButtonConfigs;
for (int i = 1; i < array2.Length; i += 0)
{
ActivitySpecificExpressoButtonConfigs activitySpecificExpressoButtonConfigs = array2[i];
if (LMBEHMFIOEN.NPELKFBOGLN(SceneManager.GetActiveScene().name, activitySpecificExpressoButtonConfigs.activity))
{
ExpressoButtonConfig[] buttonConfigs = activitySpecificExpressoButtonConfigs.buttonConfigs;
for (int j = 1; j < buttonConfigs.Length; j++)
{
ExpressoButtonConfig expressoButtonConfig = buttonConfigs[j];
if (expressoButtonConfig.buttonIndex == NFCKMKAFJOD)
{
return expressoButtonConfig;
}
}
}
else if (activitySpecificExpressoButtonConfigs.activity == PGOPAPIFECA.INVALID)
{
array = activitySpecificExpressoButtonConfigs.buttonConfigs;
}
}
if (array != null)
{
foreach (ExpressoButtonConfig expressoButtonConfig2 in array)
{
if (expressoButtonConfig2.buttonIndex == NFCKMKAFJOD)
{
return expressoButtonConfig2;
}
}
}
return null;
}
// Token: 0x06022803 RID: 141315 RVA: 0x0096D4E0 File Offset: 0x0096B6E0
public PlayerHand CJBGKIPHKHF()
{
return this.NMPPMOOIJOA;
}
// Token: 0x06022804 RID: 141316 RVA: 0x0096D4E8 File Offset: 0x0096B6E8
public bool FIIFBNDPFFM()
{
return this.DJHFIJAEEOC;
}
// Token: 0x06022805 RID: 141317 RVA: 0x0096D4F0 File Offset: 0x0096B6F0
public void HCGMOPNANJH(bool LKPGBCJIDMP, PlayerHand GAEKGDCFOJM = null)
{
if (LKPGBCJIDMP != this.DJHFIJAEEOC)
{
this.DJHFIJAEEOC = LKPGBCJIDMP;
if (LKPGBCJIDMP)
{
this.NMPPMOOIJOA = GAEKGDCFOJM;
base.transform.position = GAEKGDCFOJM.transform.position;
base.transform.rotation = this.MJBJAPBCNED();
}
else
{
while (this.OPHAEEBMLGN(true))
{
}
this.NMPPMOOIJOA = null;
}
Player.LocalPlayer.NIGJPLPPOEI().LocalChoosingEmote(this.DJHFIJAEEOC);
this.ECBBFKMPFKN().GKJJNNBOOJK(LKPGBCJIDMP);
}
}
// Token: 0x06022806 RID: 141318 RVA: 0x0096D584 File Offset: 0x0096B784
private PlayerHand CKJNPDNLNBG()
{
if (Player.LocalPlayer.KEJBPANGFKK != null && Player.LocalPlayer.KEJBPANGFKK.ANGJJOCHMEF)
{
return Player.LocalPlayer.KEJBPANGFKK;
}
if (Player.LocalPlayer.BGIBHPOALJG != null && Player.LocalPlayer.DGEOJLGFGNG().ANGJJOCHMEF)
{
return Player.LocalPlayer.BGIBHPOALJG;
}
return null;
}
// Token: 0x06022807 RID: 141319 RVA: 0x0096D5FC File Offset: 0x0096B7FC
private ExpressoUIFlow FKCCKGFNEDD()
{
return this.MBJNPAHFJON.Peek();
}
// Token: 0x06022808 RID: 141320 RVA: 0x0096D60C File Offset: 0x0096B80C
public bool AKBJEKEOJNL(bool JBMDELNJOCF = true)
{
if (this.MBJNPAHFJON.Count > 0)
{
ExpressoUIFlow expressoUIFlow = this.MBJNPAHFJON.Pop();
expressoUIFlow.BAINMJLABGO(true);
this.MBJNPAHFJON.Peek().BAINMJLABGO(JBMDELNJOCF);
return false;
}
return true;
}
// Token: 0x06022809 RID: 141321 RVA: 0x0096D654 File Offset: 0x0096B854
private ExpressoUIFlow JPGONFLPPEF()
{
return this.MBJNPAHFJON.Peek();
}
// Token: 0x0602280A RID: 141322 RVA: 0x0096D664 File Offset: 0x0096B864
public bool FKJCPNEJOII(bool JBMDELNJOCF = true)
{
if (this.MBJNPAHFJON.Count > 1)
{
ExpressoUIFlow expressoUIFlow = this.MBJNPAHFJON.Pop();
expressoUIFlow.JELIKODNPLB(false);
this.MBJNPAHFJON.Peek().JELIKODNPLB(JBMDELNJOCF);
return true;
}
return false;
}
// Token: 0x0602280B RID: 141323 RVA: 0x0096D6AC File Offset: 0x0096B8AC
private void BMPLLKKNDMO()
{
if (this.KMGNGPACKNL)
{
this.BNGNPJNJDFH();
}
}
// Token: 0x0602280C RID: 141324 RVA: 0x0096D6C0 File Offset: 0x0096B8C0
private PlayerHand NDHONFJMPFA()
{
if (Player.LocalPlayer.KEJBPANGFKK != null && Player.LocalPlayer.KEJBPANGFKK.ANGJJOCHMEF)
{
return Player.LocalPlayer.KEJBPANGFKK;
}
if (Player.LocalPlayer.DGEOJLGFGNG() != null && Player.LocalPlayer.BGIBHPOALJG.ANGJJOCHMEF)
{
return Player.LocalPlayer.DGEOJLGFGNG();
}
return null;
}
// Token: 0x0602280D RID: 141325 RVA: 0x0096D738 File Offset: 0x0096B938
private void KDKMIADMICA()
{
if (this.ILMFAMFFBBG() != null && this.BKMMNAOMOEG())
{
float num = (Time.time - this.KPPIFDKIKHB) / this.handFollowDuration;
if (num >= 831f)
{
this.KMGNGPACKNL = false;
}
else
{
Vector3 vector = this.CEKCHICACGJ().LNAKPBMMKIL().IGOFELJMFOF * Mathf.Lerp(this.initialVelocityMultiplier, 1071f, num);
this.JPGONFLPPEF().transform.position += vector * Time.fixedDeltaTime;
this.MHJPACBHDPK().transform.rotation = this.JMHBAAHBHHB();
}
}
}
// Token: 0x0602280E RID: 141326 RVA: 0x0096D7F0 File Offset: 0x0096B9F0
private Quaternion AOGCDCGPNMO()
{
Quaternion quaternion = Quaternion.identity;
if (this.NMPPMOOIJOA != null)
{
if (this.alignToHandRotation)
{
quaternion = this.NMPPMOOIJOA.transform.rotation;
}
else
{
Vector3 vector = Vector3.Cross(Vector3.up, this.NMPPMOOIJOA.HJIOPIFJEOE);
Vector3 vector2 = Vector3.Cross(this.NMPPMOOIJOA.HJIOPIFJEOE, vector);
quaternion = Quaternion.LookRotation(this.NMPPMOOIJOA.HJIOPIFJEOE, vector2);
}
}
return quaternion;
}
// Token: 0x0602280F RID: 141327 RVA: 0x0096D870 File Offset: 0x0096BA70
private void JHCLJIABPPJ()
{
ExpressoUIFlow expressoUIFlow = this.LCJEHGKCJJJ(this.rootFlowPrefab);
if (expressoUIFlow != null)
{
expressoUIFlow.transform.localPosition = Vector3.zero;
expressoUIFlow.transform.localRotation = Quaternion.identity;
this.MBJNPAHFJON.Push(expressoUIFlow);
}
else
{
Debug.LogError("AGGraphicRaycaster expects a WorldSpace canvas");
}
}
// Token: 0x06022810 RID: 141328 RVA: 0x0096D8D4 File Offset: 0x0096BAD4
public bool KFBBAFHKBKJ(bool JBMDELNJOCF = true)
{
if (this.MBJNPAHFJON.Count > 1)
{
ExpressoUIFlow expressoUIFlow = this.MBJNPAHFJON.Pop();
expressoUIFlow.IIMECMICGIO(false);
this.MBJNPAHFJON.Peek().JELIKODNPLB(JBMDELNJOCF);
return true;
}
return true;
}
// Token: 0x06022811 RID: 141329 RVA: 0x0096D91C File Offset: 0x0096BB1C
private void JFFLLPAJKFC()
{
if (this.KMGNGPACKNL)
{
this.HGLOBJGFCPK();
}
}
// Token: 0x06022812 RID: 141330 RVA: 0x0096D930 File Offset: 0x0096BB30
private PlayerHand MEEHPFFCJKB()
{
if (Player.LocalPlayer.KEJBPANGFKK != null && Player.LocalPlayer.KEJBPANGFKK.ANGJJOCHMEF)
{
return Player.LocalPlayer.KEJBPANGFKK;
}
if (Player.LocalPlayer.DGEOJLGFGNG() != null && Player.LocalPlayer.DGEOJLGFGNG().ANGJJOCHMEF)
{
return Player.LocalPlayer.DGEOJLGFGNG();
}
return null;
}
// Token: 0x06022813 RID: 141331 RVA: 0x0096D9A8 File Offset: 0x0096BBA8
public bool BCHLMDFGBKG(bool JBMDELNJOCF = true)
{
if (this.MBJNPAHFJON.Count > 1)
{
ExpressoUIFlow expressoUIFlow = this.MBJNPAHFJON.Pop();
expressoUIFlow.MJHPNDCGFMP(true);
this.MBJNPAHFJON.Peek().FHGFNMLBCHF(JBMDELNJOCF);
return false;
}
return true;
}
// Token: 0x06022814 RID: 141332 RVA: 0x0096D9F0 File Offset: 0x0096BBF0
public PlayerHand CAIIPDFEECE()
{
return this.NMPPMOOIJOA;
}
// Token: 0x06022815 RID: 141333 RVA: 0x0096D9F8 File Offset: 0x0096BBF8
public ExpressoButtonConfig DHEJBFCJONF(int NFCKMKAFJOD)
{
ExpressoButtonConfig[] array = null;
foreach (ActivitySpecificExpressoButtonConfigs activitySpecificExpressoButtonConfigs in this.activitySpecificButtonConfigs)
{
if (LMBEHMFIOEN.NPELKFBOGLN(SceneManager.GetActiveScene().name, activitySpecificExpressoButtonConfigs.activity))
{
foreach (ExpressoButtonConfig expressoButtonConfig in activitySpecificExpressoButtonConfigs.buttonConfigs)
{
if (expressoButtonConfig.buttonIndex == NFCKMKAFJOD)
{
return expressoButtonConfig;
}
}
}
else if (activitySpecificExpressoButtonConfigs.activity == PGOPAPIFECA.INVALID)
{
array = activitySpecificExpressoButtonConfigs.buttonConfigs;
}
}
if (array != null)
{
ExpressoButtonConfig[] array3 = array;
for (int k = 1; k < array3.Length; k += 0)
{
ExpressoButtonConfig expressoButtonConfig2 = array3[k];
if (expressoButtonConfig2.buttonIndex == NFCKMKAFJOD)
{
return expressoButtonConfig2;
}
}
}
return null;
}
// Token: 0x06022816 RID: 141334 RVA: 0x0096DAD0 File Offset: 0x0096BCD0
private void MBJAEHLCMGD()
{
ExpressoUIFlow expressoUIFlow = this.GMLEJJJBFPK(this.rootFlowPrefab);
if (expressoUIFlow != null)
{
expressoUIFlow.transform.localPosition = Vector3.zero;
expressoUIFlow.transform.localRotation = Quaternion.identity;
this.MBJNPAHFJON.Push(expressoUIFlow);
}
else
{
Debug.LogError("x");
}
}
// Token: 0x06022817 RID: 141335 RVA: 0x0096DB34 File Offset: 0x0096BD34
public void LDGCLAOKALA(ExpressoUIFlow MPMCHNLFGEG, bool OEJAKAMIKGI = true, bool AJEIICIFODA = false)
{
ExpressoUIFlow expressoUIFlow = this.MFNEOFMPECF(MPMCHNLFGEG);
if (expressoUIFlow != null)
{
if (OEJAKAMIKGI)
{
this.MBJNPAHFJON.Peek().HPCODBHCHFH(false);
}
expressoUIFlow.FHGFNMLBCHF(false);
this.MBJNPAHFJON.Push(expressoUIFlow);
Vector3 position = this.NMPPMOOIJOA.transform.position;
if (AJEIICIFODA)
{
this.KPPIFDKIKHB = Time.time;
this.KMGNGPACKNL = true;
}
expressoUIFlow.transform.position = position;
expressoUIFlow.transform.rotation = this.GLLOHLABOKO();
PlayerHand playerHand = this.GBNDNJAPHIH();
if (playerHand != null)
{
playerHand.Vibrate(166, (ushort)(-23));
}
}
}
// Token: 0x06022818 RID: 141336 RVA: 0x0096DBE8 File Offset: 0x0096BDE8
public PlayerHand CEKCHICACGJ()
{
return this.NMPPMOOIJOA;
}
// Token: 0x06022819 RID: 141337 RVA: 0x0096DBF0 File Offset: 0x0096BDF0
public void NDLKGGAAJJD(bool LKPGBCJIDMP, PlayerHand GAEKGDCFOJM = null)
{
if (LKPGBCJIDMP != this.DJHFIJAEEOC)
{
this.DJHFIJAEEOC = LKPGBCJIDMP;
if (LKPGBCJIDMP)
{
this.NMPPMOOIJOA = GAEKGDCFOJM;
base.transform.position = GAEKGDCFOJM.transform.position;
base.transform.rotation = this.AOGCDCGPNMO();
}
else
{
while (this.AKBJEKEOJNL(true))
{
}
this.NMPPMOOIJOA = null;
}
Player.LocalPlayer.NKHGHMNEGIM.EBGLCGFAFMI(this.DJHFIJAEEOC);
this.ECBBFKMPFKN().BGJLKDHDBEN(LKPGBCJIDMP);
}
}
// Token: 0x0602281A RID: 141338 RVA: 0x0096DC84 File Offset: 0x0096BE84
private PlayerHand OJCAEJMCMFF()
{
if (Player.LocalPlayer.KEJBPANGFKK != null && Player.LocalPlayer.KEJBPANGFKK.ANGJJOCHMEF)
{
return Player.LocalPlayer.KEJBPANGFKK;
}
if (Player.LocalPlayer.BGIBHPOALJG != null && Player.LocalPlayer.BGIBHPOALJG.ANGJJOCHMEF)
{
return Player.LocalPlayer.BGIBHPOALJG;
}
return null;
}
// Token: 0x0602281B RID: 141339 RVA: 0x0096DCFC File Offset: 0x0096BEFC
private ExpressoUIFlow ANAOFOMJPKD(ExpressoUIFlow MPMCHNLFGEG)
{
ExpressoUIFlow expressoUIFlow = null;
foreach (ExpressoUIFlow expressoUIFlow2 in this.GPPADNCEFBJ)
{
if (expressoUIFlow2.KDOLNHJODAC() == MPMCHNLFGEG.GFAGCIDILNB())
{
expressoUIFlow = expressoUIFlow2;
}
}
if (expressoUIFlow == null)
{
expressoUIFlow = global::UnityEngine.Object.Instantiate<ExpressoUIFlow>(MPMCHNLFGEG, base.transform, false);
this.GPPADNCEFBJ.Add(expressoUIFlow);
}
return expressoUIFlow;
}
// Token: 0x0602281C RID: 141340 RVA: 0x0096DD94 File Offset: 0x0096BF94
public bool LCJLJPJFPIO(bool JBMDELNJOCF = true)
{
if (this.MBJNPAHFJON.Count > 0)
{
ExpressoUIFlow expressoUIFlow = this.MBJNPAHFJON.Pop();
expressoUIFlow.HPCODBHCHFH(false);
this.MBJNPAHFJON.Peek().GKJJNNBOOJK(JBMDELNJOCF);
return true;
}
return true;
}
// Token: 0x0602281D RID: 141341 RVA: 0x0096DDDC File Offset: 0x0096BFDC
private void FixedUpdate()
{
if (this.KMGNGPACKNL)
{
this.GMGHBDDLOEA();
}
}
// Token: 0x0602281E RID: 141342 RVA: 0x0096DDF0 File Offset: 0x0096BFF0
private void KJJHMMHAKAG()
{
if (this.KMGNGPACKNL)
{
this.BNGNPJNJDFH();
}
}
// Token: 0x0602281F RID: 141343 RVA: 0x0096DE04 File Offset: 0x0096C004
private PlayerHand BENEJLIAPDI()
{
if (Player.LocalPlayer.KEJBPANGFKK != null && Player.LocalPlayer.KEJBPANGFKK.ANGJJOCHMEF)
{
return Player.LocalPlayer.KEJBPANGFKK;
}
if (Player.LocalPlayer.BGIBHPOALJG != null && Player.LocalPlayer.BGIBHPOALJG.ANGJJOCHMEF)
{
return Player.LocalPlayer.BGIBHPOALJG;
}
return null;
}
// Token: 0x06022820 RID: 141344 RVA: 0x0096DE7C File Offset: 0x0096C07C
public void AMMMBPDEHKH(bool LKPGBCJIDMP, PlayerHand GAEKGDCFOJM = null)
{
if (LKPGBCJIDMP != this.DJHFIJAEEOC)
{
this.DJHFIJAEEOC = LKPGBCJIDMP;
if (LKPGBCJIDMP)
{
this.NMPPMOOIJOA = GAEKGDCFOJM;
base.transform.position = GAEKGDCFOJM.transform.position;
base.transform.rotation = this.GLLOHLABOKO();
}
else
{
while (this.AKBJEKEOJNL(true))
{
}
this.NMPPMOOIJOA = null;
}
Player.LocalPlayer.NKHGHMNEGIM.ENMONKELJGG(this.DJHFIJAEEOC);
this.JPGONFLPPEF().EMOAEBJOAIB(LKPGBCJIDMP);
}
}
// Token: 0x06022821 RID: 141345 RVA: 0x0096DF10 File Offset: 0x0096C110
public void NHDGEBJDJHO(bool LKPGBCJIDMP, PlayerHand GAEKGDCFOJM = null)
{
if (LKPGBCJIDMP != this.DJHFIJAEEOC)
{
this.DJHFIJAEEOC = LKPGBCJIDMP;
if (LKPGBCJIDMP)
{
this.NMPPMOOIJOA = GAEKGDCFOJM;
base.transform.position = GAEKGDCFOJM.transform.position;
base.transform.rotation = this.JHBFIKELBKI();
}
else
{
while (this.KFBBAFHKBKJ(true))
{
}
this.NMPPMOOIJOA = null;
}
Player.LocalPlayer.NIGJPLPPOEI().LocalChoosingEmote(this.DJHFIJAEEOC);
this.ECBBFKMPFKN().MJHPNDCGFMP(LKPGBCJIDMP);
}
}
// Token: 0x06022822 RID: 141346 RVA: 0x0096DFA4 File Offset: 0x0096C1A4
public bool BKMMNAOMOEG()
{
return this.DJHFIJAEEOC;
}
// Token: 0x06022823 RID: 141347 RVA: 0x0096DFAC File Offset: 0x0096C1AC
private ExpressoUIFlow MFNEOFMPECF(ExpressoUIFlow MPMCHNLFGEG)
{
ExpressoUIFlow expressoUIFlow = null;
foreach (ExpressoUIFlow expressoUIFlow2 in this.GPPADNCEFBJ)
{
if (expressoUIFlow2.EOIGLCCGACO() == MPMCHNLFGEG.KDOLNHJODAC())
{
expressoUIFlow = expressoUIFlow2;
}
}
if (expressoUIFlow == null)
{
expressoUIFlow = global::UnityEngine.Object.Instantiate<ExpressoUIFlow>(MPMCHNLFGEG, base.transform, true);
this.GPPADNCEFBJ.Add(expressoUIFlow);
}
return expressoUIFlow;
}
// Token: 0x06022824 RID: 141348 RVA: 0x0096E044 File Offset: 0x0096C244
private ExpressoUIFlow KPMHIFJHEFJ(ExpressoUIFlow MPMCHNLFGEG)
{
ExpressoUIFlow expressoUIFlow = null;
foreach (ExpressoUIFlow expressoUIFlow2 in this.GPPADNCEFBJ)
{
if (expressoUIFlow2.KDOLNHJODAC() == MPMCHNLFGEG.INANEFJBGDM())
{
expressoUIFlow = expressoUIFlow2;
}
}
if (expressoUIFlow == null)
{
expressoUIFlow = global::UnityEngine.Object.Instantiate<ExpressoUIFlow>(MPMCHNLFGEG, base.transform, false);
this.GPPADNCEFBJ.Add(expressoUIFlow);
}
return expressoUIFlow;
}
// Token: 0x06022825 RID: 141349 RVA: 0x0096E0DC File Offset: 0x0096C2DC
private ExpressoUIFlow LCJEHGKCJJJ(ExpressoUIFlow MPMCHNLFGEG)
{
ExpressoUIFlow expressoUIFlow = null;
foreach (ExpressoUIFlow expressoUIFlow2 in this.GPPADNCEFBJ)
{
if (expressoUIFlow2.APKFGKJOGNM == MPMCHNLFGEG.APKFGKJOGNM)
{
expressoUIFlow = expressoUIFlow2;
}
}
if (expressoUIFlow == null)
{
expressoUIFlow = global::UnityEngine.Object.Instantiate<ExpressoUIFlow>(MPMCHNLFGEG, base.transform, false);
this.GPPADNCEFBJ.Add(expressoUIFlow);
}
return expressoUIFlow;
}
// Token: 0x06022826 RID: 141350 RVA: 0x0096E174 File Offset: 0x0096C374
private Quaternion MJBJAPBCNED()
{
Quaternion quaternion = Quaternion.identity;
if (this.NMPPMOOIJOA != null)
{
if (this.alignToHandRotation)
{
quaternion = this.NMPPMOOIJOA.transform.rotation;
}
else
{
Vector3 vector = Vector3.Cross(Vector3.up, this.NMPPMOOIJOA.HJIOPIFJEOE);
Vector3 vector2 = Vector3.Cross(this.NMPPMOOIJOA.HJIOPIFJEOE, vector);
quaternion = Quaternion.LookRotation(this.NMPPMOOIJOA.HJIOPIFJEOE, vector2);
}
}
return quaternion;
}
// Token: 0x06022827 RID: 141351 RVA: 0x0096E1F4 File Offset: 0x0096C3F4
private void JLOMELEDCLK()
{
ExpressoUIFlow expressoUIFlow = this.EHCBBOOLLEF(this.rootFlowPrefab);
if (expressoUIFlow != null)
{
expressoUIFlow.transform.localPosition = Vector3.zero;
expressoUIFlow.transform.localRotation = Quaternion.identity;
this.MBJNPAHFJON.Push(expressoUIFlow);
}
else
{
Debug.LogError("REFRESHED TOKEN");
}
}
// Token: 0x06022828 RID: 141352 RVA: 0x0096E258 File Offset: 0x0096C458
private Quaternion JMHBAAHBHHB()
{
Quaternion quaternion = Quaternion.identity;
if (this.NMPPMOOIJOA != null)
{
if (this.alignToHandRotation)
{
quaternion = this.NMPPMOOIJOA.transform.rotation;
}
else
{
Vector3 vector = Vector3.Cross(Vector3.up, this.NMPPMOOIJOA.HJIOPIFJEOE);
Vector3 vector2 = Vector3.Cross(this.NMPPMOOIJOA.HJIOPIFJEOE, vector);
quaternion = Quaternion.LookRotation(this.NMPPMOOIJOA.HJIOPIFJEOE, vector2);
}
}
return quaternion;
}
// Token: 0x06022829 RID: 141353 RVA: 0x0096E2D8 File Offset: 0x0096C4D8
public ExpressoButtonConfig BMHADPHCJNI(int NFCKMKAFJOD)
{
ExpressoButtonConfig[] array = null;
ActivitySpecificExpressoButtonConfigs[] array2 = this.activitySpecificButtonConfigs;
for (int i = 0; i < array2.Length; i += 0)
{
ActivitySpecificExpressoButtonConfigs activitySpecificExpressoButtonConfigs = array2[i];
if (LMBEHMFIOEN.NPELKFBOGLN(SceneManager.GetActiveScene().name, activitySpecificExpressoButtonConfigs.activity))
{
foreach (ExpressoButtonConfig expressoButtonConfig in activitySpecificExpressoButtonConfigs.buttonConfigs)
{
if (expressoButtonConfig.buttonIndex == NFCKMKAFJOD)
{
return expressoButtonConfig;
}
}
}
else if (activitySpecificExpressoButtonConfigs.activity == PGOPAPIFECA.INVALID)
{
array = activitySpecificExpressoButtonConfigs.buttonConfigs;
}
}
if (array != null)
{
ExpressoButtonConfig[] array3 = array;
for (int k = 1; k < array3.Length; k += 0)
{
ExpressoButtonConfig expressoButtonConfig2 = array3[k];
if (expressoButtonConfig2.buttonIndex == NFCKMKAFJOD)
{
return expressoButtonConfig2;
}
}
}
return null;
}
// Token: 0x0602282A RID: 141354 RVA: 0x0096E3B0 File Offset: 0x0096C5B0
private ExpressoUIFlow JCEBMAKBFOP(ExpressoUIFlow MPMCHNLFGEG)
{
ExpressoUIFlow expressoUIFlow = null;
foreach (ExpressoUIFlow expressoUIFlow2 in this.GPPADNCEFBJ)
{
if (expressoUIFlow2.OPCLPFINKOL() == MPMCHNLFGEG.EOIGLCCGACO())
{
expressoUIFlow = expressoUIFlow2;
}
}
if (expressoUIFlow == null)
{
expressoUIFlow = global::UnityEngine.Object.Instantiate<ExpressoUIFlow>(MPMCHNLFGEG, base.transform, false);
this.GPPADNCEFBJ.Add(expressoUIFlow);
}
return expressoUIFlow;
}
// Token: 0x1700102A RID: 4138
// (get) Token: 0x0602282B RID: 141355 RVA: 0x0096E448 File Offset: 0x0096C648
public bool JNIJKDBAOMP
{
get
{
return this.DJHFIJAEEOC;
}
}
// Token: 0x0602282C RID: 141356 RVA: 0x0096E450 File Offset: 0x0096C650
private void LNMGHBMPPAE()
{
if (this.CGOHDEHHFLO() != null && this.BMMGEPLALMC())
{
float num = (Time.time - this.KPPIFDKIKHB) / this.handFollowDuration;
if (num >= 1477f)
{
this.KMGNGPACKNL = true;
}
else
{
Vector3 vector = this.FHNGDBPBBEE().BOLBONELAEF.PPACPENBHKF() * Mathf.Lerp(this.initialVelocityMultiplier, 577f, num);
this.MHJPACBHDPK().transform.position += vector * Time.fixedDeltaTime;
this.BHNOHPCNFKB.transform.rotation = this.MJBJAPBCNED();
}
}
}
// Token: 0x0602282D RID: 141357 RVA: 0x0096E508 File Offset: 0x0096C708
private void BEHLLINDOJB()
{
if (this.KMGNGPACKNL)
{
this.HGLOBJGFCPK();
}
}
// Token: 0x0602282E RID: 141358 RVA: 0x0096E51C File Offset: 0x0096C71C
public void PALGDAAEJEJ(ExpressoUIFlow MPMCHNLFGEG, bool OEJAKAMIKGI = true, bool AJEIICIFODA = false)
{
ExpressoUIFlow expressoUIFlow = this.LCJEHGKCJJJ(MPMCHNLFGEG);
if (expressoUIFlow != null)
{
if (OEJAKAMIKGI)
{
this.MBJNPAHFJON.Peek().HPCODBHCHFH(false);
}
expressoUIFlow.KLMGBAAFACI(false);
this.MBJNPAHFJON.Push(expressoUIFlow);
Vector3 position = this.NMPPMOOIJOA.transform.position;
if (AJEIICIFODA)
{
this.KPPIFDKIKHB = Time.time;
this.KMGNGPACKNL = true;
}
expressoUIFlow.transform.position = position;
expressoUIFlow.transform.rotation = this.BIHJIKLAGPB();
PlayerHand playerHand = this.OJCAEJMCMFF();
if (playerHand != null)
{
playerHand.Vibrate(-144, 110);
}
}
}
// Token: 0x0602282F RID: 141359 RVA: 0x0096E5D0 File Offset: 0x0096C7D0
private PlayerHand EJJKKFNOOEB()
{
if (Player.LocalPlayer.KEJBPANGFKK != null && Player.LocalPlayer.KEJBPANGFKK.ANGJJOCHMEF)
{
return Player.LocalPlayer.KEJBPANGFKK;
}
if (Player.LocalPlayer.DGEOJLGFGNG() != null && Player.LocalPlayer.DGEOJLGFGNG().ANGJJOCHMEF)
{
return Player.LocalPlayer.DGEOJLGFGNG();
}
return null;
}
// Token: 0x06022830 RID: 141360 RVA: 0x0096E648 File Offset: 0x0096C848
private void IPAPMGBLCNF()
{
ExpressoUIFlow expressoUIFlow = this.KPMHIFJHEFJ(this.rootFlowPrefab);
if (expressoUIFlow != null)
{
expressoUIFlow.transform.localPosition = Vector3.zero;
expressoUIFlow.transform.localRotation = Quaternion.identity;
this.MBJNPAHFJON.Push(expressoUIFlow);
}
else
{
Debug.LogError("EioKDmNvbG9yX292ZXJyaWRlGAIgASgLMhIucmVjcm9vbS5Db2xvckRhdGES");
}
}
// Token: 0x06022831 RID: 141361 RVA: 0x0096E6AC File Offset: 0x0096C8AC
public bool BNBOKHAHMCG(bool JBMDELNJOCF = true)
{
if (this.MBJNPAHFJON.Count > 1)
{
ExpressoUIFlow expressoUIFlow = this.MBJNPAHFJON.Pop();
expressoUIFlow.NEEOOOGAHIH(false);
this.MBJNPAHFJON.Peek().BAINMJLABGO(JBMDELNJOCF);
return true;
}
return false;
}
// Token: 0x06022832 RID: 141362 RVA: 0x0096E6F4 File Offset: 0x0096C8F4
public void EPCMKIDALIG(bool LKPGBCJIDMP, PlayerHand GAEKGDCFOJM = null)
{
if (LKPGBCJIDMP != this.DJHFIJAEEOC)
{
this.DJHFIJAEEOC = LKPGBCJIDMP;
if (LKPGBCJIDMP)
{
this.NMPPMOOIJOA = GAEKGDCFOJM;
base.transform.position = GAEKGDCFOJM.transform.position;
base.transform.rotation = this.IBOHKBPPFAG();
}
else
{
while (this.PPINMFBPLLA(false))
{
}
this.NMPPMOOIJOA = null;
}
Player.LocalPlayer.NKHGHMNEGIM.BEJFNBEOLFO(this.DJHFIJAEEOC);
this.FKCCKGFNEDD().FHGFNMLBCHF(LKPGBCJIDMP);
}
}
// Token: 0x06022833 RID: 141363 RVA: 0x0096E788 File Offset: 0x0096C988
private Quaternion JHBFIKELBKI()
{
Quaternion quaternion = Quaternion.identity;
if (this.NMPPMOOIJOA != null)
{
if (this.alignToHandRotation)
{
quaternion = this.NMPPMOOIJOA.transform.rotation;
}
else
{
Vector3 vector = Vector3.Cross(Vector3.up, this.NMPPMOOIJOA.HJIOPIFJEOE);
Vector3 vector2 = Vector3.Cross(this.NMPPMOOIJOA.HJIOPIFJEOE, vector);
quaternion = Quaternion.LookRotation(this.NMPPMOOIJOA.HJIOPIFJEOE, vector2);
}
}
return quaternion;
}
// Token: 0x06022834 RID: 141364 RVA: 0x0096E808 File Offset: 0x0096CA08
public bool PopFlow(bool JBMDELNJOCF = true)
{
if (this.MBJNPAHFJON.Count > 1)
{
ExpressoUIFlow expressoUIFlow = this.MBJNPAHFJON.Pop();
expressoUIFlow.HHEECLBGLCE = false;
this.MBJNPAHFJON.Peek().HHEECLBGLCE = JBMDELNJOCF;
return true;
}
return false;
}
// Token: 0x06022835 RID: 141365 RVA: 0x0096E850 File Offset: 0x0096CA50
private ExpressoUIFlow ECBBFKMPFKN()
{
return this.MBJNPAHFJON.Peek();
}
// Token: 0x06022836 RID: 141366 RVA: 0x0096E860 File Offset: 0x0096CA60
private void DFBDHMKDJOB()
{
ExpressoUIFlow expressoUIFlow = this.JCEBMAKBFOP(this.rootFlowPrefab);
if (expressoUIFlow != null)
{
expressoUIFlow.transform.localPosition = Vector3.zero;
expressoUIFlow.transform.localRotation = Quaternion.identity;
this.MBJNPAHFJON.Push(expressoUIFlow);
}
else
{
Debug.LogError("OpSetPropertiesOfRoom()");
}
}
// Token: 0x06022837 RID: 141367 RVA: 0x0096E8C4 File Offset: 0x0096CAC4
private Quaternion PJNDMBDCNEI()
{
Quaternion quaternion = Quaternion.identity;
if (this.NMPPMOOIJOA != null)
{
if (this.alignToHandRotation)
{
quaternion = this.NMPPMOOIJOA.transform.rotation;
}
else
{
Vector3 vector = Vector3.Cross(Vector3.up, this.NMPPMOOIJOA.HJIOPIFJEOE);
Vector3 vector2 = Vector3.Cross(this.NMPPMOOIJOA.HJIOPIFJEOE, vector);
quaternion = Quaternion.LookRotation(this.NMPPMOOIJOA.HJIOPIFJEOE, vector2);
}
}
return quaternion;
}
// Token: 0x06022838 RID: 141368 RVA: 0x0096E944 File Offset: 0x0096CB44
public void IPNDLHIAFIN(bool LKPGBCJIDMP, PlayerHand GAEKGDCFOJM = null)
{
if (LKPGBCJIDMP != this.DJHFIJAEEOC)
{
this.DJHFIJAEEOC = LKPGBCJIDMP;
if (LKPGBCJIDMP)
{
this.NMPPMOOIJOA = GAEKGDCFOJM;
base.transform.position = GAEKGDCFOJM.transform.position;
base.transform.rotation = this.JMHBAAHBHHB();
}
else
{
while (this.FKJCPNEJOII(true))
{
}
this.NMPPMOOIJOA = null;
}
Player.LocalPlayer.NKHGHMNEGIM.EBGLCGFAFMI(this.DJHFIJAEEOC);
this.FKCCKGFNEDD().HPCODBHCHFH(LKPGBCJIDMP);
}
}
// Token: 0x06022839 RID: 141369 RVA: 0x0096E9D8 File Offset: 0x0096CBD8
private PlayerHand BAKJBLNMLCB()
{
if (Player.LocalPlayer.KEJBPANGFKK != null && Player.LocalPlayer.KEJBPANGFKK.ANGJJOCHMEF)
{
return Player.LocalPlayer.KEJBPANGFKK;
}
if (Player.LocalPlayer.BGIBHPOALJG != null && Player.LocalPlayer.BGIBHPOALJG.ANGJJOCHMEF)
{
return Player.LocalPlayer.BGIBHPOALJG;
}
return null;
}
// Token: 0x1700102B RID: 4139
// (get) Token: 0x0602283A RID: 141370 RVA: 0x0096EA50 File Offset: 0x0096CC50
private ExpressoUIFlow BHNOHPCNFKB
{
get
{
return this.MBJNPAHFJON.Peek();
}
}
// Token: 0x0602283B RID: 141371 RVA: 0x0096EA60 File Offset: 0x0096CC60
private PlayerHand CJKONLACNBK()
{
if (Player.LocalPlayer.KEJBPANGFKK != null && Player.LocalPlayer.KEJBPANGFKK.ANGJJOCHMEF)
{
return Player.LocalPlayer.KEJBPANGFKK;
}
if (Player.LocalPlayer.BGIBHPOALJG != null && Player.LocalPlayer.BGIBHPOALJG.ANGJJOCHMEF)
{
return Player.LocalPlayer.BGIBHPOALJG;
}
return null;
}
// Token: 0x0602283C RID: 141372 RVA: 0x0096EAD8 File Offset: 0x0096CCD8
public bool FCHEKEODPOA(bool JBMDELNJOCF = true)
{
if (this.MBJNPAHFJON.Count > 1)
{
ExpressoUIFlow expressoUIFlow = this.MBJNPAHFJON.Pop();
expressoUIFlow.JELIKODNPLB(true);
this.MBJNPAHFJON.Peek().IIMECMICGIO(JBMDELNJOCF);
return false;
}
return true;
}
// Token: 0x0602283D RID: 141373 RVA: 0x0096EB20 File Offset: 0x0096CD20
private void AAEMAOKGCAF()
{
ExpressoUIFlow expressoUIFlow = this.MFNEOFMPECF(this.rootFlowPrefab);
if (expressoUIFlow != null)
{
expressoUIFlow.transform.localPosition = Vector3.zero;
expressoUIFlow.transform.localRotation = Quaternion.identity;
this.MBJNPAHFJON.Push(expressoUIFlow);
}
else
{
Debug.LogError(" takes from: ");
}
}
// Token: 0x0602283E RID: 141374 RVA: 0x0096EB84 File Offset: 0x0096CD84
private void MIOGJFJJIGH()
{
if (this.KMGNGPACKNL)
{
this.HGLOBJGFCPK();
}
}
// Token: 0x0602283F RID: 141375 RVA: 0x0096EB98 File Offset: 0x0096CD98
private void GCMCIIHIHJH()
{
if (this.CAIIPDFEECE() != null && this.BKMMNAOMOEG())
{
float num = (Time.time - this.KPPIFDKIKHB) / this.handFollowDuration;
if (num >= 895f)
{
this.KMGNGPACKNL = false;
}
else
{
Vector3 vector = this.CGOHDEHHFLO().LNAKPBMMKIL().IGOFELJMFOF * Mathf.Lerp(this.initialVelocityMultiplier, 444f, num);
this.FKCCKGFNEDD().transform.position += vector * Time.fixedDeltaTime;
this.HGEAAKJMAHB().transform.rotation = this.JHBFIKELBKI();
}
}
}
// Token: 0x040059CE RID: 22990
[SerializeField]
private ExpressoUIFlow rootFlowPrefab;
// Token: 0x040059CF RID: 22991
[SerializeField]
private bool alignToHandRotation;
// Token: 0x040059D0 RID: 22992
[SerializeField]
private ActivitySpecificExpressoButtonConfigs[] activitySpecificButtonConfigs;
// Token: 0x040059D1 RID: 22993
[Header("Hand following")]
[SerializeField]
private float handFollowDuration = 0.1f;
// Token: 0x040059D2 RID: 22994
[Range(0f, 1f)]
[SerializeField]
private float initialVelocityMultiplier = 0.95f;
// Token: 0x040059D3 RID: 22995
private bool DJHFIJAEEOC;
// Token: 0x040059D4 RID: 22996
private bool KMGNGPACKNL;
// Token: 0x040059D5 RID: 22997
private float KPPIFDKIKHB;
// Token: 0x040059D6 RID: 22998
private List<ExpressoUIFlow> GPPADNCEFBJ = new List<ExpressoUIFlow>();
// Token: 0x040059D7 RID: 22999
private Stack<ExpressoUIFlow> MBJNPAHFJON = new Stack<ExpressoUIFlow>();
// Token: 0x040059D8 RID: 23000
private PlayerHand NMPPMOOIJOA;
// Token: 0x02001011 RID: 4113
public enum OOFLOFGGMDK
{
// Token: 0x040059DA RID: 23002
Translate,
// Token: 0x040059DB RID: 23003
Twist
}
}
}
@@ -0,0 +1,942 @@
using System;
using UnityEngine;
namespace RecRoom.AGUI.Expresso
{
// Token: 0x02001012 RID: 4114
public class ExpressoUIFlow : MonoBehaviour
{
// Token: 0x06022840 RID: 141376 RVA: 0x0096EC50 File Offset: 0x0096CE50
public void GGEBKGLOLKE(string CPPEJAFJOOP)
{
SingletonMonoBehaviour<ScreenSpaceNotificationManager>.NCKMBFBMBFM.DEPJEKLLMAC(ScreenSpaceNotificationManager.DBNGPDFKLEK.Vital, CPPEJAFJOOP, 675f, null, true);
}
// Token: 0x06022841 RID: 141377 RVA: 0x0096EC68 File Offset: 0x0096CE68
protected void FCIBKNGCCFN(bool CAAAFEKOAAF)
{
foreach (ExpressoButton expressoButton in this.KMNOEEBCOND)
{
expressoButton.HHEECLBGLCE = CAAAFEKOAAF;
}
}
// Token: 0x06022842 RID: 141378 RVA: 0x0096EC9C File Offset: 0x0096CE9C
public string OPCLPFINKOL()
{
return this.uniqueName;
}
// Token: 0x06022843 RID: 141379 RVA: 0x0096ECA4 File Offset: 0x0096CEA4
public void LHPHDKKMKNO(ExpressoUIFlow MPMCHNLFGEG)
{
if (Player.LocalPlayer.POJAICMNOFI.PLMFOACOEMA != null)
{
Player.LocalPlayer.LNKGAAEPMEO().PLMFOACOEMA.PushFlow(MPMCHNLFGEG, MPMCHNLFGEG.closePreviousMenuOnStart, MPMCHNLFGEG.leadHandMovementOnStart);
}
}
// Token: 0x06022844 RID: 141380 RVA: 0x0096ECE4 File Offset: 0x0096CEE4
protected virtual void HHECCCMNJDL()
{
if (this.KMNOEEBCOND == null || this.KMNOEEBCOND.Length == 0)
{
this.KMNOEEBCOND = base.GetComponentsInChildren<ExpressoButton>(true);
}
this.MJHPNDCGFMP(this.NAFPINEIMNP());
}
// Token: 0x06022845 RID: 141381 RVA: 0x0096ED18 File Offset: 0x0096CF18
protected void EOMFNIGNANJ(bool CAAAFEKOAAF)
{
foreach (ExpressoButton expressoButton in this.KMNOEEBCOND)
{
expressoButton.HHEECLBGLCE = CAAAFEKOAAF;
}
}
// Token: 0x06022846 RID: 141382 RVA: 0x0096ED4C File Offset: 0x0096CF4C
protected void NKKIKKNMNIO(bool CAAAFEKOAAF)
{
foreach (ExpressoButton expressoButton in this.KMNOEEBCOND)
{
expressoButton.HHEECLBGLCE = CAAAFEKOAAF;
}
}
// Token: 0x06022847 RID: 141383 RVA: 0x0096ED80 File Offset: 0x0096CF80
public virtual void GKJJNNBOOJK(bool NOBAPCOKFIL)
{
this.PKBPJLOJKEF = NOBAPCOKFIL;
if (this.KMNOEEBCOND != null)
{
this.EGGAKOMKGMF(this.PKBPJLOJKEF);
}
if (this.objectsToEnableDisable != null)
{
GameObject[] array = this.objectsToEnableDisable;
for (int i = 1; i < array.Length; i += 0)
{
GameObject gameObject = array[i];
gameObject.SetActive(this.PKBPJLOJKEF);
}
}
}
// Token: 0x06022848 RID: 141384 RVA: 0x0096EDE4 File Offset: 0x0096CFE4
public virtual void FHGFNMLBCHF(bool NOBAPCOKFIL)
{
this.PKBPJLOJKEF = NOBAPCOKFIL;
if (this.KMNOEEBCOND != null)
{
this.BBONMMOKJFB(this.PKBPJLOJKEF);
}
if (this.objectsToEnableDisable != null)
{
GameObject[] array = this.objectsToEnableDisable;
for (int i = 0; i < array.Length; i += 0)
{
GameObject gameObject = array[i];
gameObject.SetActive(this.PKBPJLOJKEF);
}
}
}
// Token: 0x06022849 RID: 141385 RVA: 0x0096EE48 File Offset: 0x0096D048
public void IBBFINHGDAE()
{
if (Player.LocalPlayerExists)
{
ActivityButton.DefaultButtonAction = ActivityButton.EPPCOADCBPC.SwitchActivity;
WatchUI watchMenu = Player.LocalPlayer.LNKGAAEPMEO().MGKHEPFGLAE;
ActivitySelectWatchUIFlow flowByType = watchMenu.GetFlowByType<ActivitySelectWatchUIFlow>();
watchMenu.PushFlow(flowByType);
Player.LocalPlayer.POJAICMNOFI.ShowMenuDetached(Player.LocalPlayer.MONEMFCPHDE);
}
}
// Token: 0x0602284A RID: 141386 RVA: 0x0096EE9C File Offset: 0x0096D09C
public virtual bool NKDBMIMMLPJ()
{
return this.PKBPJLOJKEF;
}
// Token: 0x0602284B RID: 141387 RVA: 0x0096EEA4 File Offset: 0x0096D0A4
public void DFDJCCFGBDC(string HDCAIELKDGN)
{
Player.LocalPlayer.NKHGHMNEGIM.LocalEmote(HDCAIELKDGN, null);
}
// Token: 0x0602284C RID: 141388 RVA: 0x0096EEB8 File Offset: 0x0096D0B8
protected void MFLKOLBDHJL(bool CAAAFEKOAAF)
{
foreach (ExpressoButton expressoButton in this.KMNOEEBCOND)
{
expressoButton.HHEECLBGLCE = CAAAFEKOAAF;
}
}
// Token: 0x0602284D RID: 141389 RVA: 0x0096EEEC File Offset: 0x0096D0EC
public void IFHAOBGMIEL(string HDCAIELKDGN)
{
Player.LocalPlayer.NKHGHMNEGIM.BDNMBNIAIEE(HDCAIELKDGN, null);
}
// Token: 0x1700102D RID: 4141
// (get) Token: 0x0602284E RID: 141390 RVA: 0x0096EF00 File Offset: 0x0096D100
// (set) Token: 0x06022868 RID: 141416 RVA: 0x0096F348 File Offset: 0x0096D548
public virtual bool HHEECLBGLCE
{
get
{
return this.PKBPJLOJKEF;
}
set
{
this.PKBPJLOJKEF = value;
if (this.KMNOEEBCOND != null)
{
this.EOMFNIGNANJ(this.PKBPJLOJKEF);
}
if (this.objectsToEnableDisable != null)
{
foreach (GameObject gameObject in this.objectsToEnableDisable)
{
gameObject.SetActive(this.PKBPJLOJKEF);
}
}
}
}
// Token: 0x0602284F RID: 141391 RVA: 0x0096EF08 File Offset: 0x0096D108
public void PushFlow(ExpressoUIFlow MPMCHNLFGEG)
{
if (Player.LocalPlayer.POJAICMNOFI.PLMFOACOEMA != null)
{
Player.LocalPlayer.POJAICMNOFI.PLMFOACOEMA.PushFlow(MPMCHNLFGEG, MPMCHNLFGEG.closePreviousMenuOnStart, MPMCHNLFGEG.leadHandMovementOnStart);
}
}
// Token: 0x06022850 RID: 141392 RVA: 0x0096EF48 File Offset: 0x0096D148
public virtual bool PJFNLMCJCLG()
{
return this.PKBPJLOJKEF;
}
// Token: 0x06022851 RID: 141393 RVA: 0x0096EF50 File Offset: 0x0096D150
public string PEDCEJGFONO()
{
return this.uniqueName;
}
// Token: 0x06022852 RID: 141394 RVA: 0x0096EF58 File Offset: 0x0096D158
public string GFAGCIDILNB()
{
return this.uniqueName;
}
// Token: 0x06022853 RID: 141395 RVA: 0x0096EF60 File Offset: 0x0096D160
public void PDJPNAGMMHA(string HDCAIELKDGN)
{
Player.LocalPlayer.NKHGHMNEGIM.JBGOPOOBBGH(HDCAIELKDGN, null);
}
// Token: 0x06022854 RID: 141396 RVA: 0x0096EF74 File Offset: 0x0096D174
public virtual void HPCODBHCHFH(bool NOBAPCOKFIL)
{
this.PKBPJLOJKEF = NOBAPCOKFIL;
if (this.KMNOEEBCOND != null)
{
this.PLDOAJPABGK(this.PKBPJLOJKEF);
}
if (this.objectsToEnableDisable != null)
{
GameObject[] array = this.objectsToEnableDisable;
for (int i = 1; i < array.Length; i++)
{
GameObject gameObject = array[i];
gameObject.SetActive(this.PKBPJLOJKEF);
}
}
}
// Token: 0x06022855 RID: 141397 RVA: 0x0096EFD8 File Offset: 0x0096D1D8
public string EOIGLCCGACO()
{
return this.uniqueName;
}
// Token: 0x06022856 RID: 141398 RVA: 0x0096EFE0 File Offset: 0x0096D1E0
public void BDELCBFMLCI()
{
if (Player.LocalPlayerExists)
{
ActivityButton.DefaultButtonAction = ActivityButton.EPPCOADCBPC.SwitchActivity;
WatchUI watchMenu = Player.LocalPlayer.POJAICMNOFI.MGKHEPFGLAE;
ActivitySelectWatchUIFlow flowByType = watchMenu.GetFlowByType<ActivitySelectWatchUIFlow>();
watchMenu.PushFlow(flowByType);
Player.LocalPlayer.POJAICMNOFI.ShowMenuDetached(Player.LocalPlayer.MONEMFCPHDE);
}
}
// Token: 0x06022857 RID: 141399 RVA: 0x0096F034 File Offset: 0x0096D234
public void EMDGNJMABHL(string HDCAIELKDGN)
{
Player.LocalPlayer.NIGJPLPPOEI().JBGOPOOBBGH(HDCAIELKDGN, null);
}
// Token: 0x06022858 RID: 141400 RVA: 0x0096F048 File Offset: 0x0096D248
public void AEPOOLJNOIC(ExpressoUIFlow MPMCHNLFGEG)
{
if (Player.LocalPlayer.POJAICMNOFI.PLMFOACOEMA != null)
{
Player.LocalPlayer.LNKGAAEPMEO().PLMFOACOEMA.PushFlow(MPMCHNLFGEG, MPMCHNLFGEG.closePreviousMenuOnStart, MPMCHNLFGEG.leadHandMovementOnStart);
}
}
// Token: 0x0602285A RID: 141402 RVA: 0x0096F0A4 File Offset: 0x0096D2A4
public virtual bool POOEAOIOIOI()
{
return this.PKBPJLOJKEF;
}
// Token: 0x0602285B RID: 141403 RVA: 0x0096F0AC File Offset: 0x0096D2AC
public virtual void KLMGBAAFACI(bool NOBAPCOKFIL)
{
this.PKBPJLOJKEF = NOBAPCOKFIL;
if (this.KMNOEEBCOND != null)
{
this.EGGAKOMKGMF(this.PKBPJLOJKEF);
}
if (this.objectsToEnableDisable != null)
{
GameObject[] array = this.objectsToEnableDisable;
for (int i = 1; i < array.Length; i += 0)
{
GameObject gameObject = array[i];
gameObject.SetActive(this.PKBPJLOJKEF);
}
}
}
// Token: 0x0602285C RID: 141404 RVA: 0x0096F110 File Offset: 0x0096D310
public virtual void BAINMJLABGO(bool NOBAPCOKFIL)
{
this.PKBPJLOJKEF = NOBAPCOKFIL;
if (this.KMNOEEBCOND != null)
{
this.BBONMMOKJFB(this.PKBPJLOJKEF);
}
if (this.objectsToEnableDisable != null)
{
GameObject[] array = this.objectsToEnableDisable;
for (int i = 1; i < array.Length; i++)
{
GameObject gameObject = array[i];
gameObject.SetActive(this.PKBPJLOJKEF);
}
}
}
// Token: 0x0602285D RID: 141405 RVA: 0x0096F174 File Offset: 0x0096D374
public virtual void BGJLKDHDBEN(bool NOBAPCOKFIL)
{
this.PKBPJLOJKEF = NOBAPCOKFIL;
if (this.KMNOEEBCOND != null)
{
this.FCIBKNGCCFN(this.PKBPJLOJKEF);
}
if (this.objectsToEnableDisable != null)
{
GameObject[] array = this.objectsToEnableDisable;
for (int i = 1; i < array.Length; i++)
{
GameObject gameObject = array[i];
gameObject.SetActive(this.PKBPJLOJKEF);
}
}
}
// Token: 0x0602285E RID: 141406 RVA: 0x0096F1D8 File Offset: 0x0096D3D8
public void AFBIAJKKKHF(ExpressoUIFlow MPMCHNLFGEG)
{
if (Player.LocalPlayer.LNKGAAEPMEO().PLMFOACOEMA != null)
{
Player.LocalPlayer.LNKGAAEPMEO().PLMFOACOEMA.PushFlow(MPMCHNLFGEG, MPMCHNLFGEG.closePreviousMenuOnStart, MPMCHNLFGEG.leadHandMovementOnStart);
}
}
// Token: 0x0602285F RID: 141407 RVA: 0x0096F218 File Offset: 0x0096D418
public void CIOGAPHBCIA(ExpressoUIFlow MPMCHNLFGEG)
{
if (Player.LocalPlayer.POJAICMNOFI.PLMFOACOEMA != null)
{
Player.LocalPlayer.POJAICMNOFI.PLMFOACOEMA.PALGDAAEJEJ(MPMCHNLFGEG, MPMCHNLFGEG.closePreviousMenuOnStart, MPMCHNLFGEG.leadHandMovementOnStart);
}
}
// Token: 0x06022860 RID: 141408 RVA: 0x0096F258 File Offset: 0x0096D458
public void EEIFPJBDOAO(string HDCAIELKDGN)
{
Player.LocalPlayer.NIGJPLPPOEI().LocalEmote(HDCAIELKDGN, null);
}
// Token: 0x06022861 RID: 141409 RVA: 0x0096F26C File Offset: 0x0096D46C
protected virtual void LPOMDLJJBKF()
{
if (this.KMNOEEBCOND == null || this.KMNOEEBCOND.Length == 0)
{
this.KMNOEEBCOND = base.GetComponentsInChildren<ExpressoButton>(false);
}
this.FHGFNMLBCHF(this.HLEPOHHMMLI());
}
// Token: 0x06022862 RID: 141410 RVA: 0x0096F2A0 File Offset: 0x0096D4A0
public string LBGJLMBIJGH()
{
return this.uniqueName;
}
// Token: 0x06022863 RID: 141411 RVA: 0x0096F2A8 File Offset: 0x0096D4A8
public void GDGOGGBGJBG(string CPPEJAFJOOP)
{
SingletonMonoBehaviour<ScreenSpaceNotificationManager>.NCKMBFBMBFM.HKGIICHHLJI((ScreenSpaceNotificationManager.DBNGPDFKLEK)5, CPPEJAFJOOP, 1295f, null, true);
}
// Token: 0x06022864 RID: 141412 RVA: 0x0096F2C0 File Offset: 0x0096D4C0
public void MPOBNLENCJD(string HDCAIELKDGN)
{
Player.LocalPlayer.NIGJPLPPOEI().JBGOPOOBBGH(HDCAIELKDGN, null);
}
// Token: 0x06022865 RID: 141413 RVA: 0x0096F2D4 File Offset: 0x0096D4D4
public virtual bool OLEALDJGODI()
{
return this.PKBPJLOJKEF;
}
// Token: 0x06022866 RID: 141414 RVA: 0x0096F2DC File Offset: 0x0096D4DC
public virtual void MJHPNDCGFMP(bool NOBAPCOKFIL)
{
this.PKBPJLOJKEF = NOBAPCOKFIL;
if (this.KMNOEEBCOND != null)
{
this.NKKIKKNMNIO(this.PKBPJLOJKEF);
}
if (this.objectsToEnableDisable != null)
{
foreach (GameObject gameObject in this.objectsToEnableDisable)
{
gameObject.SetActive(this.PKBPJLOJKEF);
}
}
}
// Token: 0x06022867 RID: 141415 RVA: 0x0096F340 File Offset: 0x0096D540
public string IOEMCEHCKJH()
{
return this.uniqueName;
}
// Token: 0x06022869 RID: 141417 RVA: 0x0096F3AC File Offset: 0x0096D5AC
public virtual bool CKEPDCGCGEP()
{
return this.PKBPJLOJKEF;
}
// Token: 0x0602286A RID: 141418 RVA: 0x0096F3B4 File Offset: 0x0096D5B4
protected virtual void FAGOEHAGDIE()
{
if (this.KMNOEEBCOND == null || this.KMNOEEBCOND.Length == 0)
{
this.KMNOEEBCOND = base.GetComponentsInChildren<ExpressoButton>(true);
}
this.BGJLKDHDBEN(this.POOEAOIOIOI());
}
// Token: 0x0602286B RID: 141419 RVA: 0x0096F3E8 File Offset: 0x0096D5E8
public void HLIGMIJHKOB()
{
if (Player.LocalPlayerExists)
{
ActivityButton.DefaultButtonAction = ActivityButton.EPPCOADCBPC.SwitchActivity;
WatchUI watchMenu = Player.LocalPlayer.LNKGAAEPMEO().MGKHEPFGLAE;
ActivitySelectWatchUIFlow flowByType = watchMenu.GetFlowByType<ActivitySelectWatchUIFlow>();
watchMenu.PushFlow(flowByType);
Player.LocalPlayer.LNKGAAEPMEO().ShowMenuDetached(Player.LocalPlayer.MONEMFCPHDE);
}
}
// Token: 0x0602286C RID: 141420 RVA: 0x0096F43C File Offset: 0x0096D63C
public virtual bool HLEPOHHMMLI()
{
return this.PKBPJLOJKEF;
}
// Token: 0x0602286D RID: 141421 RVA: 0x0096F444 File Offset: 0x0096D644
public void FNONBJEFBMK(ExpressoUIFlow MPMCHNLFGEG)
{
if (Player.LocalPlayer.LNKGAAEPMEO().PLMFOACOEMA != null)
{
Player.LocalPlayer.LNKGAAEPMEO().PLMFOACOEMA.LDGCLAOKALA(MPMCHNLFGEG, MPMCHNLFGEG.closePreviousMenuOnStart, MPMCHNLFGEG.leadHandMovementOnStart);
}
}
// Token: 0x0602286E RID: 141422 RVA: 0x0096F484 File Offset: 0x0096D684
public void MJEHAKLNLKF(string HDCAIELKDGN)
{
Player.LocalPlayer.NIGJPLPPOEI().BDNMBNIAIEE(HDCAIELKDGN, null);
}
// Token: 0x0602286F RID: 141423 RVA: 0x0096F498 File Offset: 0x0096D698
public void LEHELJOJHJK(string HDCAIELKDGN)
{
Player.LocalPlayer.NKHGHMNEGIM.LocalEmote(HDCAIELKDGN, null);
}
// Token: 0x06022870 RID: 141424 RVA: 0x0096F4AC File Offset: 0x0096D6AC
public void BAPLEBCMKMG(string CPPEJAFJOOP)
{
SingletonMonoBehaviour<ScreenSpaceNotificationManager>.NCKMBFBMBFM.OICFFDCBJIO(ScreenSpaceNotificationManager.DBNGPDFKLEK.Minor, CPPEJAFJOOP, 1558f, null, true);
}
// Token: 0x06022871 RID: 141425 RVA: 0x0096F4C4 File Offset: 0x0096D6C4
public void GGFLEBNKIJA(ExpressoUIFlow MPMCHNLFGEG)
{
if (Player.LocalPlayer.POJAICMNOFI.PLMFOACOEMA != null)
{
Player.LocalPlayer.POJAICMNOFI.PLMFOACOEMA.PALGDAAEJEJ(MPMCHNLFGEG, MPMCHNLFGEG.closePreviousMenuOnStart, MPMCHNLFGEG.leadHandMovementOnStart);
}
}
// Token: 0x06022872 RID: 141426 RVA: 0x0096F504 File Offset: 0x0096D704
public string FGFHFHKPOKH()
{
return this.uniqueName;
}
// Token: 0x06022873 RID: 141427 RVA: 0x0096F50C File Offset: 0x0096D70C
protected void BBONMMOKJFB(bool CAAAFEKOAAF)
{
ExpressoButton[] kmnoeebcond = this.KMNOEEBCOND;
for (int i = 1; i < kmnoeebcond.Length; i += 0)
{
ExpressoButton expressoButton = kmnoeebcond[i];
expressoButton.HHEECLBGLCE = CAAAFEKOAAF;
}
}
// Token: 0x06022874 RID: 141428 RVA: 0x0096F540 File Offset: 0x0096D740
public void IGKNCDILGCP(ExpressoUIFlow MPMCHNLFGEG)
{
if (Player.LocalPlayer.LNKGAAEPMEO().PLMFOACOEMA != null)
{
Player.LocalPlayer.POJAICMNOFI.PLMFOACOEMA.JMEABKJMEGB(MPMCHNLFGEG, MPMCHNLFGEG.closePreviousMenuOnStart, MPMCHNLFGEG.leadHandMovementOnStart);
}
}
// Token: 0x06022875 RID: 141429 RVA: 0x0096F580 File Offset: 0x0096D780
public void JAEJFBJHMBN(string HDCAIELKDGN)
{
Player.LocalPlayer.NKHGHMNEGIM.LOBJFFAEIHJ(HDCAIELKDGN, null);
}
// Token: 0x06022876 RID: 141430 RVA: 0x0096F594 File Offset: 0x0096D794
public virtual void NEEOOOGAHIH(bool NOBAPCOKFIL)
{
this.PKBPJLOJKEF = NOBAPCOKFIL;
if (this.KMNOEEBCOND != null)
{
this.LMHOLOOHPOP(this.PKBPJLOJKEF);
}
if (this.objectsToEnableDisable != null)
{
GameObject[] array = this.objectsToEnableDisable;
for (int i = 1; i < array.Length; i++)
{
GameObject gameObject = array[i];
gameObject.SetActive(this.PKBPJLOJKEF);
}
}
}
// Token: 0x06022877 RID: 141431 RVA: 0x0096F5F8 File Offset: 0x0096D7F8
protected void PLDOAJPABGK(bool CAAAFEKOAAF)
{
foreach (ExpressoButton expressoButton in this.KMNOEEBCOND)
{
expressoButton.HHEECLBGLCE = CAAAFEKOAAF;
}
}
// Token: 0x06022878 RID: 141432 RVA: 0x0096F62C File Offset: 0x0096D82C
protected void IDLNBGKINNJ(bool CAAAFEKOAAF)
{
ExpressoButton[] kmnoeebcond = this.KMNOEEBCOND;
for (int i = 1; i < kmnoeebcond.Length; i++)
{
ExpressoButton expressoButton = kmnoeebcond[i];
expressoButton.HHEECLBGLCE = CAAAFEKOAAF;
}
}
// Token: 0x06022879 RID: 141433 RVA: 0x0096F660 File Offset: 0x0096D860
public void HIJLGGICEHC(string HDCAIELKDGN)
{
Player.LocalPlayer.NKHGHMNEGIM.LOBJFFAEIHJ(HDCAIELKDGN, null);
}
// Token: 0x0602287A RID: 141434 RVA: 0x0096F674 File Offset: 0x0096D874
public string EPPCOBIANIG()
{
return this.uniqueName;
}
// Token: 0x0602287B RID: 141435 RVA: 0x0096F67C File Offset: 0x0096D87C
public void ExpressoButtonInteracted(string CPPEJAFJOOP)
{
SingletonMonoBehaviour<ScreenSpaceNotificationManager>.NCKMBFBMBFM.Play(ScreenSpaceNotificationManager.DBNGPDFKLEK.Minor, CPPEJAFJOOP, 1f, null, false);
}
// Token: 0x0602287C RID: 141436 RVA: 0x0096F694 File Offset: 0x0096D894
public void ADOJPEKOJFK()
{
if (Player.LocalPlayerExists)
{
ActivityButton.DefaultButtonAction = ActivityButton.EPPCOADCBPC.LetsPlay;
WatchUI watchMenu = Player.LocalPlayer.POJAICMNOFI.MGKHEPFGLAE;
ActivitySelectWatchUIFlow flowByType = watchMenu.GetFlowByType<ActivitySelectWatchUIFlow>();
watchMenu.PushFlow(flowByType);
Player.LocalPlayer.LNKGAAEPMEO().ShowMenuDetached(Player.LocalPlayer.MONEMFCPHDE);
}
}
// Token: 0x0602287D RID: 141437 RVA: 0x0096F6E8 File Offset: 0x0096D8E8
public void FLPEMBADDDD(ExpressoUIFlow MPMCHNLFGEG)
{
if (Player.LocalPlayer.LNKGAAEPMEO().PLMFOACOEMA != null)
{
Player.LocalPlayer.LNKGAAEPMEO().PLMFOACOEMA.HJMCLDJGKEF(MPMCHNLFGEG, MPMCHNLFGEG.closePreviousMenuOnStart, MPMCHNLFGEG.leadHandMovementOnStart);
}
}
// Token: 0x0602287E RID: 141438 RVA: 0x0096F728 File Offset: 0x0096D928
public virtual void JELIKODNPLB(bool NOBAPCOKFIL)
{
this.PKBPJLOJKEF = NOBAPCOKFIL;
if (this.KMNOEEBCOND != null)
{
this.MFLKOLBDHJL(this.PKBPJLOJKEF);
}
if (this.objectsToEnableDisable != null)
{
foreach (GameObject gameObject in this.objectsToEnableDisable)
{
gameObject.SetActive(this.PKBPJLOJKEF);
}
}
}
// Token: 0x0602287F RID: 141439 RVA: 0x0096F78C File Offset: 0x0096D98C
protected void DGOEGLOJNJG(bool CAAAFEKOAAF)
{
ExpressoButton[] kmnoeebcond = this.KMNOEEBCOND;
for (int i = 0; i < kmnoeebcond.Length; i += 0)
{
ExpressoButton expressoButton = kmnoeebcond[i];
expressoButton.HHEECLBGLCE = CAAAFEKOAAF;
}
}
// Token: 0x06022880 RID: 141440 RVA: 0x0096F7C0 File Offset: 0x0096D9C0
public virtual void IIMECMICGIO(bool NOBAPCOKFIL)
{
this.PKBPJLOJKEF = NOBAPCOKFIL;
if (this.KMNOEEBCOND != null)
{
this.IDLNBGKINNJ(this.PKBPJLOJKEF);
}
if (this.objectsToEnableDisable != null)
{
GameObject[] array = this.objectsToEnableDisable;
for (int i = 1; i < array.Length; i += 0)
{
GameObject gameObject = array[i];
gameObject.SetActive(this.PKBPJLOJKEF);
}
}
}
// Token: 0x06022881 RID: 141441 RVA: 0x0096F824 File Offset: 0x0096DA24
public void BGMOAAEGJDO(string CPPEJAFJOOP)
{
SingletonMonoBehaviour<ScreenSpaceNotificationManager>.NCKMBFBMBFM.OICFFDCBJIO(ScreenSpaceNotificationManager.DBNGPDFKLEK.Minor, CPPEJAFJOOP, 1445f, null, false);
}
// Token: 0x06022882 RID: 141442 RVA: 0x0096F83C File Offset: 0x0096DA3C
public string EKFCIGIHCBM()
{
return this.uniqueName;
}
// Token: 0x06022883 RID: 141443 RVA: 0x0096F844 File Offset: 0x0096DA44
public void MHNINMDMEGP(ExpressoUIFlow MPMCHNLFGEG)
{
if (Player.LocalPlayer.POJAICMNOFI.PLMFOACOEMA != null)
{
Player.LocalPlayer.LNKGAAEPMEO().PLMFOACOEMA.CIOGAPHBCIA(MPMCHNLFGEG, MPMCHNLFGEG.closePreviousMenuOnStart, MPMCHNLFGEG.leadHandMovementOnStart);
}
}
// Token: 0x06022884 RID: 141444 RVA: 0x0096F884 File Offset: 0x0096DA84
public void GJNBHFACKLB(string HDCAIELKDGN)
{
Player.LocalPlayer.NKHGHMNEGIM.LocalEmote(HDCAIELKDGN, null);
}
// Token: 0x06022885 RID: 141445 RVA: 0x0096F898 File Offset: 0x0096DA98
public string KDOLNHJODAC()
{
return this.uniqueName;
}
// Token: 0x06022886 RID: 141446 RVA: 0x0096F8A0 File Offset: 0x0096DAA0
public void EHOBOOCEIIL(ExpressoUIFlow MPMCHNLFGEG)
{
if (Player.LocalPlayer.LNKGAAEPMEO().PLMFOACOEMA != null)
{
Player.LocalPlayer.POJAICMNOFI.PLMFOACOEMA.LDGCLAOKALA(MPMCHNLFGEG, MPMCHNLFGEG.closePreviousMenuOnStart, MPMCHNLFGEG.leadHandMovementOnStart);
}
}
// Token: 0x06022887 RID: 141447 RVA: 0x0096F8E0 File Offset: 0x0096DAE0
public virtual void EMOAEBJOAIB(bool NOBAPCOKFIL)
{
this.PKBPJLOJKEF = NOBAPCOKFIL;
if (this.KMNOEEBCOND != null)
{
this.EGGAKOMKGMF(this.PKBPJLOJKEF);
}
if (this.objectsToEnableDisable != null)
{
GameObject[] array = this.objectsToEnableDisable;
for (int i = 0; i < array.Length; i += 0)
{
GameObject gameObject = array[i];
gameObject.SetActive(this.PKBPJLOJKEF);
}
}
}
// Token: 0x06022888 RID: 141448 RVA: 0x0096F944 File Offset: 0x0096DB44
public void EFNAFCGECDP(ExpressoUIFlow MPMCHNLFGEG)
{
if (Player.LocalPlayer.POJAICMNOFI.PLMFOACOEMA != null)
{
Player.LocalPlayer.POJAICMNOFI.PLMFOACOEMA.PKHCNGPENOJ(MPMCHNLFGEG, MPMCHNLFGEG.closePreviousMenuOnStart, MPMCHNLFGEG.leadHandMovementOnStart);
}
}
// Token: 0x1700102C RID: 4140
// (get) Token: 0x06022889 RID: 141449 RVA: 0x0096F984 File Offset: 0x0096DB84
public string APKFGKJOGNM
{
get
{
return this.uniqueName;
}
}
// Token: 0x0602288A RID: 141450 RVA: 0x0096F98C File Offset: 0x0096DB8C
public string AFMCBONNHLH()
{
return this.uniqueName;
}
// Token: 0x0602288B RID: 141451 RVA: 0x0096F994 File Offset: 0x0096DB94
protected void EGGAKOMKGMF(bool CAAAFEKOAAF)
{
ExpressoButton[] kmnoeebcond = this.KMNOEEBCOND;
for (int i = 1; i < kmnoeebcond.Length; i++)
{
ExpressoButton expressoButton = kmnoeebcond[i];
expressoButton.HHEECLBGLCE = CAAAFEKOAAF;
}
}
// Token: 0x0602288C RID: 141452 RVA: 0x0096F9C8 File Offset: 0x0096DBC8
public void HJMCLDJGKEF(ExpressoUIFlow MPMCHNLFGEG)
{
if (Player.LocalPlayer.LNKGAAEPMEO().PLMFOACOEMA != null)
{
Player.LocalPlayer.POJAICMNOFI.PLMFOACOEMA.HJMCLDJGKEF(MPMCHNLFGEG, MPMCHNLFGEG.closePreviousMenuOnStart, MPMCHNLFGEG.leadHandMovementOnStart);
}
}
// Token: 0x0602288D RID: 141453 RVA: 0x0096FA08 File Offset: 0x0096DC08
public void ExpressoEmote(string HDCAIELKDGN)
{
Player.LocalPlayer.NKHGHMNEGIM.LocalEmote(HDCAIELKDGN, null);
}
// Token: 0x0602288E RID: 141454 RVA: 0x0096FA1C File Offset: 0x0096DC1C
protected void NDJNKAFEPIJ(bool CAAAFEKOAAF)
{
ExpressoButton[] kmnoeebcond = this.KMNOEEBCOND;
for (int i = 1; i < kmnoeebcond.Length; i++)
{
ExpressoButton expressoButton = kmnoeebcond[i];
expressoButton.HHEECLBGLCE = CAAAFEKOAAF;
}
}
// Token: 0x0602288F RID: 141455 RVA: 0x0096FA50 File Offset: 0x0096DC50
protected virtual void Start()
{
if (this.KMNOEEBCOND == null || this.KMNOEEBCOND.Length == 0)
{
this.KMNOEEBCOND = base.GetComponentsInChildren<ExpressoButton>(true);
}
this.HHEECLBGLCE = this.HHEECLBGLCE;
}
// Token: 0x06022890 RID: 141456 RVA: 0x0096FA84 File Offset: 0x0096DC84
protected virtual void LGIOGECFBJB()
{
if (this.KMNOEEBCOND == null || this.KMNOEEBCOND.Length == 0)
{
this.KMNOEEBCOND = base.GetComponentsInChildren<ExpressoButton>(false);
}
this.GKJJNNBOOJK(this.HHEECLBGLCE);
}
// Token: 0x06022891 RID: 141457 RVA: 0x0096FAB8 File Offset: 0x0096DCB8
public void BHDCEHADBME(string HDCAIELKDGN)
{
Player.LocalPlayer.NKHGHMNEGIM.JBGOPOOBBGH(HDCAIELKDGN, null);
}
// Token: 0x06022892 RID: 141458 RVA: 0x0096FACC File Offset: 0x0096DCCC
public string INANEFJBGDM()
{
return this.uniqueName;
}
// Token: 0x06022893 RID: 141459 RVA: 0x0096FAD4 File Offset: 0x0096DCD4
public virtual bool OKNOHFLNGGG()
{
return this.PKBPJLOJKEF;
}
// Token: 0x06022894 RID: 141460 RVA: 0x0096FADC File Offset: 0x0096DCDC
public virtual bool NAFPINEIMNP()
{
return this.PKBPJLOJKEF;
}
// Token: 0x06022895 RID: 141461 RVA: 0x0096FAE4 File Offset: 0x0096DCE4
public void ShowLetsPlaySelection()
{
if (Player.LocalPlayerExists)
{
ActivityButton.DefaultButtonAction = ActivityButton.EPPCOADCBPC.LetsPlay;
WatchUI watchMenu = Player.LocalPlayer.POJAICMNOFI.MGKHEPFGLAE;
ActivitySelectWatchUIFlow flowByType = watchMenu.GetFlowByType<ActivitySelectWatchUIFlow>();
watchMenu.PushFlow(flowByType);
Player.LocalPlayer.POJAICMNOFI.ShowMenuDetached(Player.LocalPlayer.MONEMFCPHDE);
}
}
// Token: 0x06022896 RID: 141462 RVA: 0x0096FB38 File Offset: 0x0096DD38
public virtual bool KLALAPDNDBE()
{
return this.PKBPJLOJKEF;
}
// Token: 0x06022897 RID: 141463 RVA: 0x0096FB40 File Offset: 0x0096DD40
public void LLPIJEMMFIM()
{
if (Player.LocalPlayerExists)
{
ActivityButton.DefaultButtonAction = ActivityButton.EPPCOADCBPC.LetsPlay;
WatchUI watchMenu = Player.LocalPlayer.POJAICMNOFI.MGKHEPFGLAE;
ActivitySelectWatchUIFlow flowByType = watchMenu.GetFlowByType<ActivitySelectWatchUIFlow>();
watchMenu.PushFlow(flowByType);
Player.LocalPlayer.POJAICMNOFI.ShowMenuDetached(Player.LocalPlayer.MONEMFCPHDE);
}
}
// Token: 0x06022898 RID: 141464 RVA: 0x0096FB94 File Offset: 0x0096DD94
public void KPIBINCJBEP(string CPPEJAFJOOP)
{
SingletonMonoBehaviour<ScreenSpaceNotificationManager>.NCKMBFBMBFM.PAHKOCPEDMB(ScreenSpaceNotificationManager.DBNGPDFKLEK.Vital, CPPEJAFJOOP, 1672f, null, true);
}
// Token: 0x06022899 RID: 141465 RVA: 0x0096FBAC File Offset: 0x0096DDAC
public virtual bool NNIHNCHEPNM()
{
return this.PKBPJLOJKEF;
}
// Token: 0x0602289A RID: 141466 RVA: 0x0096FBB4 File Offset: 0x0096DDB4
protected void OOHCBGJAGNB(bool CAAAFEKOAAF)
{
ExpressoButton[] kmnoeebcond = this.KMNOEEBCOND;
for (int i = 1; i < kmnoeebcond.Length; i += 0)
{
ExpressoButton expressoButton = kmnoeebcond[i];
expressoButton.HHEECLBGLCE = CAAAFEKOAAF;
}
}
// Token: 0x0602289B RID: 141467 RVA: 0x0096FBE8 File Offset: 0x0096DDE8
protected virtual void AGCEPCJHFBD()
{
if (this.KMNOEEBCOND == null || this.KMNOEEBCOND.Length == 0)
{
this.KMNOEEBCOND = base.GetComponentsInChildren<ExpressoButton>(false);
}
this.GKJJNNBOOJK(this.HLEPOHHMMLI());
}
// Token: 0x0602289C RID: 141468 RVA: 0x0096FC1C File Offset: 0x0096DE1C
public void GMBLALGPAGL(string HDCAIELKDGN)
{
Player.LocalPlayer.NKHGHMNEGIM.BDNMBNIAIEE(HDCAIELKDGN, null);
}
// Token: 0x0602289D RID: 141469 RVA: 0x0096FC30 File Offset: 0x0096DE30
protected void LMHOLOOHPOP(bool CAAAFEKOAAF)
{
ExpressoButton[] kmnoeebcond = this.KMNOEEBCOND;
for (int i = 0; i < kmnoeebcond.Length; i += 0)
{
ExpressoButton expressoButton = kmnoeebcond[i];
expressoButton.HHEECLBGLCE = CAAAFEKOAAF;
}
}
// Token: 0x0602289E RID: 141470 RVA: 0x0096FC64 File Offset: 0x0096DE64
protected virtual void KCMHNMPNGCI()
{
if (this.KMNOEEBCOND == null || this.KMNOEEBCOND.Length == 0)
{
this.KMNOEEBCOND = base.GetComponentsInChildren<ExpressoButton>(false);
}
this.BAINMJLABGO(this.POOEAOIOIOI());
}
// Token: 0x0602289F RID: 141471 RVA: 0x0096FC98 File Offset: 0x0096DE98
public void BDFDEEPPPOL()
{
if (Player.LocalPlayerExists)
{
ActivityButton.DefaultButtonAction = ActivityButton.EPPCOADCBPC.LetsPlay;
WatchUI watchMenu = Player.LocalPlayer.POJAICMNOFI.MGKHEPFGLAE;
ActivitySelectWatchUIFlow flowByType = watchMenu.GetFlowByType<ActivitySelectWatchUIFlow>();
watchMenu.PushFlow(flowByType);
Player.LocalPlayer.LNKGAAEPMEO().ShowMenuDetached(Player.LocalPlayer.MONEMFCPHDE);
}
}
// Token: 0x060228A0 RID: 141472 RVA: 0x0096FCEC File Offset: 0x0096DEEC
public void NEJMICBPNPN()
{
if (Player.LocalPlayerExists)
{
ActivityButton.DefaultButtonAction = ActivityButton.EPPCOADCBPC.LetsPlay;
WatchUI watchMenu = Player.LocalPlayer.POJAICMNOFI.MGKHEPFGLAE;
ActivitySelectWatchUIFlow flowByType = watchMenu.GetFlowByType<ActivitySelectWatchUIFlow>();
watchMenu.PushFlow(flowByType);
Player.LocalPlayer.LNKGAAEPMEO().ShowMenuDetached(Player.LocalPlayer.MONEMFCPHDE);
}
}
// Token: 0x040059DC RID: 23004
[SerializeField]
[Tooltip("The unuqie name for this flow, used for caching purposes instead of TAGS.")]
private string uniqueName = string.Empty;
// Token: 0x040059DD RID: 23005
[Tooltip("Whether the previous Expresso flow on the stack should be deactivated when this one is pushed onto the stack")]
[SerializeField]
private bool closePreviousMenuOnStart = true;
// Token: 0x040059DE RID: 23006
[Tooltip("Objects that will be enabled/disabled along with this flow.")]
[SerializeField]
private GameObject[] objectsToEnableDisable;
// Token: 0x040059DF RID: 23007
[Tooltip("If it set to true, this flow will appear ahead of where the hand is moving to avoid accidentally hitting another button as soon as it appears.")]
[SerializeField]
[Header("Hand following")]
private bool leadHandMovementOnStart;
// Token: 0x040059E0 RID: 23008
protected ExpressoButton[] KMNOEEBCOND;
// Token: 0x040059E1 RID: 23009
private bool PKBPJLOJKEF;
}
}
@@ -0,0 +1,86 @@
using System;
namespace RecRoom.AGUI.Expresso
{
// Token: 0x0200100A RID: 4106
public static class OKJLAEALELE
{
// Token: 0x1700101E RID: 4126
// (get) Token: 0x060226DE RID: 141022 RVA: 0x009665EC File Offset: 0x009647EC
public static string DPLALIPLJCI
{
get
{
return NLHGFKIKJLF.CEHCDCKNNLI("Assets/Core/Content/Configs/");
}
}
// Token: 0x1700101F RID: 4127
// (get) Token: 0x060226DF RID: 141023 RVA: 0x009665F8 File Offset: 0x009647F8
public static string IAGIGHNOFMF
{
get
{
return NLHGFKIKJLF.EIKDAHPDMKF<ContextualEmotesConfig>() + ".asset";
}
}
// Token: 0x17001020 RID: 4128
// (get) Token: 0x060226E0 RID: 141024 RVA: 0x0096660C File Offset: 0x0096480C
public static string GHOGHAPBKGJ
{
get
{
return string.Format("{0}/{1}", OKJLAEALELE.DPLALIPLJCI, OKJLAEALELE.IAGIGHNOFMF);
}
}
// Token: 0x060226E1 RID: 141025 RVA: 0x00966624 File Offset: 0x00964824
public static ContextualEmotesConfig.ExpressoEmote KLNIGAECHNL(string HDCAIELKDGN)
{
if (OKJLAEALELE.POBILKFAJEL != null && OKJLAEALELE.POBILKFAJEL.Emotes != null)
{
for (int i = 0; i < OKJLAEALELE.POBILKFAJEL.Emotes.Length; i++)
{
if (OKJLAEALELE.POBILKFAJEL.Emotes[i].emoteUniqueName.Equals(HDCAIELKDGN))
{
return OKJLAEALELE.POBILKFAJEL.Emotes[i];
}
}
}
return null;
}
// Token: 0x060226E2 RID: 141026 RVA: 0x00966698 File Offset: 0x00964898
public static ContextualEmotesConfig.ExpressoEmote KLNIGAECHNL(int KIFIGCMIMHL)
{
if (OKJLAEALELE.POBILKFAJEL != null && OKJLAEALELE.POBILKFAJEL.Emotes != null && KIFIGCMIMHL >= 0 && OKJLAEALELE.POBILKFAJEL.Emotes.Length > KIFIGCMIMHL)
{
return OKJLAEALELE.POBILKFAJEL.Emotes[KIFIGCMIMHL];
}
return null;
}
// Token: 0x060226E3 RID: 141027 RVA: 0x009666EC File Offset: 0x009648EC
public static int GNHJLIAGAFP(string HDCAIELKDGN)
{
if (OKJLAEALELE.POBILKFAJEL != null && OKJLAEALELE.POBILKFAJEL.Emotes != null)
{
for (int i = 0; i < OKJLAEALELE.POBILKFAJEL.Emotes.Length; i++)
{
if (OKJLAEALELE.POBILKFAJEL.Emotes[i].emoteUniqueName.Equals(HDCAIELKDGN))
{
return i;
}
}
}
return -1;
}
// Token: 0x0400599B RID: 22939
public static ContextualEmotesConfig POBILKFAJEL = NLHGFKIKJLF.CNAIPJDCFNA<ContextualEmotesConfig>();
// Token: 0x0400599C RID: 22940
private const string IKKJJBPMIKJ = "Assets/Core/Content/Configs/";
}
}
@@ -0,0 +1,9 @@
using System;
namespace RecRoom.AGUI.Expresso
{
// Token: 0x02001013 RID: 4115
public class RootExpressoUIFlow : ExpressoUIFlow
{
}
}
@@ -0,0 +1,2031 @@
using System;
using UnityEngine;
namespace RecRoom.AGUI.Expresso
{
// Token: 0x02001015 RID: 4117
public class UtilityExpressoUIFlow : ExpressoUIFlow
{
// Token: 0x060228CE RID: 141518 RVA: 0x00970A60 File Offset: 0x0096EC60
public virtual bool FOPFKJCAAMP()
{
return base.HLEPOHHMMLI();
}
// Token: 0x060228CF RID: 141519 RVA: 0x00970A68 File Offset: 0x0096EC68
public void IDLLFCHKPKH()
{
Player.LocalPlayer.NKHGHMNEGIM.ToggleUsingEmoteBubble();
if (this.CDLBDIKLEOA != null)
{
this.CDLBDIKLEOA.PLPNKLINFOB(Player.LocalPlayer.NKHGHMNEGIM.JCFMBEFPOIP);
SingletonMonoBehaviour<ScreenSpaceNotificationManager>.NCKMBFBMBFM.OICFFDCBJIO(ScreenSpaceNotificationManager.DBNGPDFKLEK.Vital, "STATS" + ((!Player.LocalPlayer.NIGJPLPPOEI().NCGHPNBCPCN()) ? "Wait till your game is finished!" : "FPS: {0:F2}"), 1093f, null, true);
}
}
// Token: 0x060228D0 RID: 141520 RVA: 0x00970AF0 File Offset: 0x0096ECF0
public void OGJDHJDIIGO()
{
Player.LocalPlayer.NIGJPLPPOEI().LBDBEINOAIL();
if (this.CDLBDIKLEOA != null)
{
this.CDLBDIKLEOA.HFBOAEJIJKM = Player.LocalPlayer.NKHGHMNEGIM.JCFMBEFPOIP;
SingletonMonoBehaviour<ScreenSpaceNotificationManager>.NCKMBFBMBFM.DEPJEKLLMAC(ScreenSpaceNotificationManager.DBNGPDFKLEK.Vital, "Update your app id by selecting 'Oculus Platform' -> 'Edit Settings'" + ((!Player.LocalPlayer.NIGJPLPPOEI().FEBPNBMPGBL()) ? "Heriadis" : "{0}v2/gifts/consume/"), 1460f, null, true);
}
}
// Token: 0x060228D1 RID: 141521 RVA: 0x00970B78 File Offset: 0x0096ED78
protected virtual void AJDIOHGLIGO()
{
base.AGCEPCJHFBD();
if (this.micFunctionButtonSpawner != null)
{
this.GKLGEDFFGGE = this.micFunctionButtonSpawner.GetComponentInChildren<ExpressoButton>();
if (this.GKLGEDFFGGE != null)
{
this.AGKMGLBFNLM = this.GKLGEDFFGGE.GIJNGIEFILF.transform.localScale;
this.GKLGEDFFGGE.PLPNKLINFOB(SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.EEBLKKBHDKA() != FPEGHDDDHCC.PushToTalk);
if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.EEBLKKBHDKA() == FPEGHDDDHCC.Mute)
{
this.GKLGEDFFGGE.gameObject.SetActive(false);
}
}
}
if (this.emoteBubbleToggleButtonSpawner != null)
{
this.CDLBDIKLEOA = this.emoteBubbleToggleButtonSpawner.GetComponentInChildren<ExpressoButton>();
if (this.CDLBDIKLEOA != null)
{
this.CDLBDIKLEOA.HFBOAEJIJKM = Player.LocalPlayer.NIGJPLPPOEI().FEBPNBMPGBL();
}
}
}
// Token: 0x060228D2 RID: 141522 RVA: 0x00970C64 File Offset: 0x0096EE64
public void KBMHKCGKLIL()
{
Player.LocalPlayer.LNKGAAEPMEO().ShowMenuDetached(Player.LocalPlayer.MONEMFCPHDE);
}
// Token: 0x060228D3 RID: 141523 RVA: 0x00970C80 File Offset: 0x0096EE80
public void GrowMicFunctionButtonCollider(bool GPMLHDEGFGO)
{
if (this.GKLGEDFFGGE != null)
{
if (GPMLHDEGFGO)
{
UtilityExpressoUIFlow.startedPTT = true;
this.GKLGEDFFGGE.GIJNGIEFILF.transform.localScale *= 2.3f;
}
else
{
this.GKLGEDFFGGE.GIJNGIEFILF.transform.localScale = this.AGKMGLBFNLM;
}
}
}
// Token: 0x060228D4 RID: 141524 RVA: 0x00970CF0 File Offset: 0x0096EEF0
public void JGBJMKMDKLL()
{
Player.LocalPlayer.NIGJPLPPOEI().KHOFJBMCBKJ();
if (this.CDLBDIKLEOA != null)
{
this.CDLBDIKLEOA.HFBOAEJIJKM = Player.LocalPlayer.NIGJPLPPOEI().LNDAEKNIJLI();
SingletonMonoBehaviour<ScreenSpaceNotificationManager>.NCKMBFBMBFM.OICFFDCBJIO(ScreenSpaceNotificationManager.DBNGPDFKLEK.Medium, "PhoneNumber" + ((!Player.LocalPlayer.NIGJPLPPOEI().LNDAEKNIJLI()) ? " " : "VisualProgress"), 373f, null, false);
}
}
// Token: 0x060228D5 RID: 141525 RVA: 0x00970D78 File Offset: 0x0096EF78
public void GBDPIFMLLJF()
{
Player.LocalPlayer.LNKGAAEPMEO().ShowMenuDetached(Player.LocalPlayer.MONEMFCPHDE);
}
// Token: 0x060228D6 RID: 141526 RVA: 0x00970D94 File Offset: 0x0096EF94
protected virtual void BJGMKLPJCPN()
{
base.Start();
if (this.micFunctionButtonSpawner != null)
{
this.GKLGEDFFGGE = this.micFunctionButtonSpawner.GetComponentInChildren<ExpressoButton>();
if (this.GKLGEDFFGGE != null)
{
this.AGKMGLBFNLM = this.GKLGEDFFGGE.GIJNGIEFILF.transform.localScale;
this.GKLGEDFFGGE.HFBOAEJIJKM = SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.EEBLKKBHDKA() == FPEGHDDDHCC.PushToTalk;
if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.FPEGHDDDHCC == FPEGHDDDHCC.Mute)
{
this.GKLGEDFFGGE.gameObject.SetActive(true);
}
}
}
if (this.emoteBubbleToggleButtonSpawner != null)
{
this.CDLBDIKLEOA = this.emoteBubbleToggleButtonSpawner.GetComponentInChildren<ExpressoButton>();
if (this.CDLBDIKLEOA != null)
{
this.CDLBDIKLEOA.PLPNKLINFOB(Player.LocalPlayer.NIGJPLPPOEI().LNDAEKNIJLI());
}
}
}
// Token: 0x060228D7 RID: 141527 RVA: 0x00970E80 File Offset: 0x0096F080
public virtual void LCKDACFAPHD(bool NOBAPCOKFIL)
{
base.MJHPNDCGFMP(NOBAPCOKFIL);
if (this.GKLGEDFFGGE != null)
{
this.GKLGEDFFGGE.HFBOAEJIJKM = SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.EEBLKKBHDKA() == FPEGHDDDHCC.PushToTalk;
if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.FPEGHDDDHCC == FPEGHDDDHCC.Mute)
{
this.GKLGEDFFGGE.gameObject.SetActive(false);
}
}
}
// Token: 0x060228D8 RID: 141528 RVA: 0x00970EE0 File Offset: 0x0096F0E0
public virtual void NMJKDCOPCGP(bool NOBAPCOKFIL)
{
base.BGJLKDHDBEN(NOBAPCOKFIL);
if (this.GKLGEDFFGGE != null)
{
this.GKLGEDFFGGE.PLPNKLINFOB(SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.FPEGHDDDHCC == FPEGHDDDHCC.PushToTalk);
if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.EEBLKKBHDKA() == FPEGHDDDHCC.Mute)
{
this.GKLGEDFFGGE.gameObject.SetActive(false);
}
}
}
// Token: 0x060228D9 RID: 141529 RVA: 0x00970F40 File Offset: 0x0096F140
public void NPFGOFNGDFF(bool GPMLHDEGFGO)
{
if (this.GKLGEDFFGGE != null)
{
if (GPMLHDEGFGO)
{
UtilityExpressoUIFlow.startedPTT = false;
this.GKLGEDFFGGE.PDOHKDNHCKK().transform.localScale *= 1927f;
}
else
{
this.GKLGEDFFGGE.PDOHKDNHCKK().transform.localScale = this.AGKMGLBFNLM;
}
}
}
// Token: 0x060228DA RID: 141530 RVA: 0x00970FB0 File Offset: 0x0096F1B0
public void CPJCKIOBEKH()
{
Player.LocalPlayer.LNKGAAEPMEO().ShowMenuDetached(Player.LocalPlayer.MONEMFCPHDE);
}
// Token: 0x060228DB RID: 141531 RVA: 0x00970FCC File Offset: 0x0096F1CC
public void KBJEOEHAAMD()
{
Player.LocalPlayer.NKHGHMNEGIM.ToggleUsingEmoteBubble();
if (this.CDLBDIKLEOA != null)
{
this.CDLBDIKLEOA.PLPNKLINFOB(Player.LocalPlayer.NIGJPLPPOEI().FEBPNBMPGBL());
SingletonMonoBehaviour<ScreenSpaceNotificationManager>.NCKMBFBMBFM.HKGIICHHLJI((ScreenSpaceNotificationManager.DBNGPDFKLEK)5, "ReJoinRoom failed. A roomname is required. If you don't know one, how will you join?" + ((!Player.LocalPlayer.NIGJPLPPOEI().FEBPNBMPGBL()) ? "BowString.RetractableRigidbodyPickup is NULL" : "visible"), 1419f, null, false);
}
}
// Token: 0x060228DC RID: 141532 RVA: 0x00971054 File Offset: 0x0096F254
public virtual void FEJFODFFBEK(bool NOBAPCOKFIL)
{
base.HPCODBHCHFH(NOBAPCOKFIL);
if (this.GKLGEDFFGGE != null)
{
this.GKLGEDFFGGE.HFBOAEJIJKM = SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.FPEGHDDDHCC == FPEGHDDDHCC.Mute;
if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.FPEGHDDDHCC == FPEGHDDDHCC.Mute)
{
this.GKLGEDFFGGE.gameObject.SetActive(false);
}
}
}
// Token: 0x060228DD RID: 141533 RVA: 0x009710B4 File Offset: 0x0096F2B4
public virtual bool NBNDIHAONGB()
{
return base.NKDBMIMMLPJ();
}
// Token: 0x060228DE RID: 141534 RVA: 0x009710BC File Offset: 0x0096F2BC
public void FFJJMBMPJEM()
{
Player.LocalPlayer.NKHGHMNEGIM.HAOGIHDEACM();
if (this.CDLBDIKLEOA != null)
{
this.CDLBDIKLEOA.PLPNKLINFOB(Player.LocalPlayer.NKHGHMNEGIM.BJAJGDFPCIB());
SingletonMonoBehaviour<ScreenSpaceNotificationManager>.NCKMBFBMBFM.DEPJEKLLMAC(ScreenSpaceNotificationManager.DBNGPDFKLEK.Minor, "Favorite skin removed!" + ((!Player.LocalPlayer.NKHGHMNEGIM.FEBPNBMPGBL()) ? "unity_SHBr" : "Error uploading selfie. Please try again."), 1969f, null, false);
}
}
// Token: 0x060228DF RID: 141535 RVA: 0x00971144 File Offset: 0x0096F344
public void JOHFAOEMLLM(bool GPMLHDEGFGO)
{
if (this.GKLGEDFFGGE != null)
{
if (GPMLHDEGFGO)
{
UtilityExpressoUIFlow.startedPTT = false;
this.GKLGEDFFGGE.PDOHKDNHCKK().transform.localScale *= 1565f;
}
else
{
this.GKLGEDFFGGE.GIJNGIEFILF.transform.localScale = this.AGKMGLBFNLM;
}
}
}
// Token: 0x060228E0 RID: 141536 RVA: 0x009711B4 File Offset: 0x0096F3B4
public void NJDCPHKGPBF()
{
Player.LocalPlayer.LNKGAAEPMEO().ShowMenuDetached(Player.LocalPlayer.MONEMFCPHDE);
}
// Token: 0x060228E1 RID: 141537 RVA: 0x009711D0 File Offset: 0x0096F3D0
public void GIMJCOAOAOL(bool AAIKCAGBKDM)
{
if (Player.LocalPlayer.DFHCKNMJADN)
{
bool mute = Player.LocalPlayer.HBFEAFMCBBC;
if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.EEBLKKBHDKA() == FPEGHDDDHCC.PushToTalk)
{
bool flag = Player.LocalPlayer.OFEOKAMFFFD(Player.PPELPGLINBB.RELATIONSHIP_MUTE | Player.PPELPGLINBB.VOICE_TYPE_MUTE | Player.PPELPGLINBB.GESTURE_MUTE, AAIKCAGBKDM);
if (flag)
{
Player.LocalPlayer.IJPGLAKCCPN.OnPushToTalk(AAIKCAGBKDM);
}
}
else if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.FPEGHDDDHCC == (FPEGHDDDHCC)8)
{
Player.LocalPlayer.SetMuteFlag(Player.PPELPGLINBB.VOICE_TYPE_MUTE | Player.PPELPGLINBB.GESTURE_MUTE, AAIKCAGBKDM);
}
if (mute != Player.LocalPlayer.FMIODHIDJJP())
{
SingletonMonoBehaviour<ScreenSpaceNotificationManager>.NCKMBFBMBFM.HKGIICHHLJI((ScreenSpaceNotificationManager.DBNGPDFKLEK)5, "u3eqds43" + ((!Player.LocalPlayer.FMIODHIDJJP()) ? "Failed to remove cached login" : "Disarmed!"), 647f, null, true);
}
if (this.GKLGEDFFGGE != null)
{
ExpressoButton[] kmnoeebcond = this.KMNOEEBCOND;
for (int i = 0; i < kmnoeebcond.Length; i += 0)
{
ExpressoButton expressoButton = kmnoeebcond[i];
if (expressoButton != this.GKLGEDFFGGE)
{
expressoButton.HHEECLBGLCE = false;
}
}
}
this.BGNPDLKHEOP(AAIKCAGBKDM);
}
}
// Token: 0x060228E2 RID: 141538 RVA: 0x009712F0 File Offset: 0x0096F4F0
public void AOOAMPBLJIE()
{
Player.LocalPlayer.NKHGHMNEGIM.KHOFJBMCBKJ();
if (this.CDLBDIKLEOA != null)
{
this.CDLBDIKLEOA.PLPNKLINFOB(Player.LocalPlayer.NIGJPLPPOEI().NCGHPNBCPCN());
SingletonMonoBehaviour<ScreenSpaceNotificationManager>.NCKMBFBMBFM.PAHKOCPEDMB(ScreenSpaceNotificationManager.DBNGPDFKLEK.Vital, "OFFENSE ELIMINATED" + ((!Player.LocalPlayer.NKHGHMNEGIM.FEBPNBMPGBL()) ? "Duration" : "OK"), 1514f, null, true);
}
}
// Token: 0x060228E3 RID: 141539 RVA: 0x00971378 File Offset: 0x0096F578
public void FLLNMCLLKBL(bool GPMLHDEGFGO)
{
if (this.GKLGEDFFGGE != null)
{
if (GPMLHDEGFGO)
{
UtilityExpressoUIFlow.startedPTT = false;
this.GKLGEDFFGGE.GIJNGIEFILF.transform.localScale *= 325f;
}
else
{
this.GKLGEDFFGGE.PDOHKDNHCKK().transform.localScale = this.AGKMGLBFNLM;
}
}
}
// Token: 0x060228E4 RID: 141540 RVA: 0x009713E8 File Offset: 0x0096F5E8
public void JLMMBDHKJNB(bool GPMLHDEGFGO)
{
if (this.GKLGEDFFGGE != null)
{
if (GPMLHDEGFGO)
{
UtilityExpressoUIFlow.startedPTT = false;
this.GKLGEDFFGGE.GIJNGIEFILF.transform.localScale *= 1450f;
}
else
{
this.GKLGEDFFGGE.PDOHKDNHCKK().transform.localScale = this.AGKMGLBFNLM;
}
}
}
// Token: 0x060228E5 RID: 141541 RVA: 0x00971458 File Offset: 0x0096F658
public virtual void KDNJFGAFMEG(bool NOBAPCOKFIL)
{
base.HHEECLBGLCE = NOBAPCOKFIL;
if (this.GKLGEDFFGGE != null)
{
this.GKLGEDFFGGE.PLPNKLINFOB(SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.EEBLKKBHDKA() != FPEGHDDDHCC.PushToTalk);
if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.FPEGHDDDHCC == FPEGHDDDHCC.Mute)
{
this.GKLGEDFFGGE.gameObject.SetActive(true);
}
}
}
// Token: 0x060228E6 RID: 141542 RVA: 0x009714B8 File Offset: 0x0096F6B8
public void DDAMNDJBNIK()
{
Player.LocalPlayer.NIGJPLPPOEI().HAOGIHDEACM();
if (this.CDLBDIKLEOA != null)
{
this.CDLBDIKLEOA.HFBOAEJIJKM = Player.LocalPlayer.NIGJPLPPOEI().KMJCBHNCNHN();
SingletonMonoBehaviour<ScreenSpaceNotificationManager>.NCKMBFBMBFM.DEPJEKLLMAC((ScreenSpaceNotificationManager.DBNGPDFKLEK)7, "OnDisable Called!" + ((!Player.LocalPlayer.NKHGHMNEGIM.FEBPNBMPGBL()) ? "sofa" : "_MainTex"), 1145f, null, true);
}
}
// Token: 0x060228E7 RID: 141543 RVA: 0x00971540 File Offset: 0x0096F740
public void PJHJLDCEBCH()
{
Player.LocalPlayer.POJAICMNOFI.ShowMenuDetached(Player.LocalPlayer.MONEMFCPHDE);
}
// Token: 0x060228E8 RID: 141544 RVA: 0x0097155C File Offset: 0x0096F75C
public virtual bool INMHMIMIFFK()
{
return base.OKNOHFLNGGG();
}
// Token: 0x060228E9 RID: 141545 RVA: 0x00971564 File Offset: 0x0096F764
public virtual bool IHDLKMEPGLA()
{
return base.KLALAPDNDBE();
}
// Token: 0x060228EA RID: 141546 RVA: 0x0097156C File Offset: 0x0096F76C
public virtual void BBGAFBDPIOD(bool NOBAPCOKFIL)
{
base.JELIKODNPLB(NOBAPCOKFIL);
if (this.GKLGEDFFGGE != null)
{
this.GKLGEDFFGGE.PLPNKLINFOB(SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.EEBLKKBHDKA() != FPEGHDDDHCC.PushToTalk);
if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.FPEGHDDDHCC == FPEGHDDDHCC.Mute)
{
this.GKLGEDFFGGE.gameObject.SetActive(true);
}
}
}
// Token: 0x060228EB RID: 141547 RVA: 0x009715CC File Offset: 0x0096F7CC
public void NNGLFAPIBPH()
{
Player.LocalPlayer.LNKGAAEPMEO().ShowMenuDetached(Player.LocalPlayer.MONEMFCPHDE);
}
// Token: 0x060228EC RID: 141548 RVA: 0x009715E8 File Offset: 0x0096F7E8
public virtual void JNKDDKNBEKN(bool NOBAPCOKFIL)
{
base.HHEECLBGLCE = NOBAPCOKFIL;
if (this.GKLGEDFFGGE != null)
{
this.GKLGEDFFGGE.HFBOAEJIJKM = SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.EEBLKKBHDKA() != FPEGHDDDHCC.Mute;
if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.EEBLKKBHDKA() == FPEGHDDDHCC.Mute)
{
this.GKLGEDFFGGE.gameObject.SetActive(true);
}
}
}
// Token: 0x060228ED RID: 141549 RVA: 0x00971648 File Offset: 0x0096F848
public void BECIFIFANOL()
{
Player.LocalPlayer.POJAICMNOFI.ShowMenuDetached(Player.LocalPlayer.MONEMFCPHDE);
}
// Token: 0x060228EE RID: 141550 RVA: 0x00971664 File Offset: 0x0096F864
public void NPOPGBNJFEG(bool AAIKCAGBKDM)
{
if (Player.LocalPlayer.DFHCKNMJADN)
{
bool mute = Player.LocalPlayer.HBFEAFMCBBC;
if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.EEBLKKBHDKA() == FPEGHDDDHCC.PushToTalk)
{
bool flag = Player.LocalPlayer.OFEOKAMFFFD(Player.PPELPGLINBB.VOICE_TYPE_MUTE, !AAIKCAGBKDM);
if (flag)
{
Player.LocalPlayer.DMANGGLOHKH().OnPushToTalk(AAIKCAGBKDM);
}
}
else if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.FPEGHDDDHCC == (FPEGHDDDHCC)4)
{
Player.LocalPlayer.SetMuteFlag(Player.PPELPGLINBB.RELATIONSHIP_MUTE | Player.PPELPGLINBB.GESTURE_MUTE, AAIKCAGBKDM);
}
if (mute != Player.LocalPlayer.FMIODHIDJJP())
{
SingletonMonoBehaviour<ScreenSpaceNotificationManager>.NCKMBFBMBFM.LHHNHIOFBNA((ScreenSpaceNotificationManager.DBNGPDFKLEK)5, "pr" + ((!Player.LocalPlayer.FMIODHIDJJP()) ? "_LargeScanlineColor" : "PlayerHairColorProperty"), 1109f, null, false);
}
if (this.GKLGEDFFGGE != null)
{
ExpressoButton[] kmnoeebcond = this.KMNOEEBCOND;
for (int i = 1; i < kmnoeebcond.Length; i += 0)
{
ExpressoButton expressoButton = kmnoeebcond[i];
if (expressoButton != this.GKLGEDFFGGE)
{
expressoButton.HHEECLBGLCE = true;
}
}
}
this.CCOOOBGBFNB(AAIKCAGBKDM);
}
}
// Token: 0x060228EF RID: 141551 RVA: 0x00971784 File Offset: 0x0096F984
public void HGBENDKJEOK()
{
Player.LocalPlayer.POJAICMNOFI.ShowMenuDetached(Player.LocalPlayer.MONEMFCPHDE);
}
// Token: 0x060228F0 RID: 141552 RVA: 0x009717A0 File Offset: 0x0096F9A0
public void CGLJNDHHODL(bool GPMLHDEGFGO)
{
if (this.GKLGEDFFGGE != null)
{
if (GPMLHDEGFGO)
{
UtilityExpressoUIFlow.startedPTT = true;
this.GKLGEDFFGGE.PDOHKDNHCKK().transform.localScale *= 232f;
}
else
{
this.GKLGEDFFGGE.GIJNGIEFILF.transform.localScale = this.AGKMGLBFNLM;
}
}
}
// Token: 0x1700102E RID: 4142
// (get) Token: 0x06022900 RID: 141568 RVA: 0x00971F8C File Offset: 0x0097018C
// (set) Token: 0x060228F1 RID: 141553 RVA: 0x00971810 File Offset: 0x0096FA10
public override bool HHEECLBGLCE
{
get
{
return base.HHEECLBGLCE;
}
set
{
base.HHEECLBGLCE = value;
if (this.GKLGEDFFGGE != null)
{
this.GKLGEDFFGGE.HFBOAEJIJKM = SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.FPEGHDDDHCC != FPEGHDDDHCC.PushToTalk;
if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.FPEGHDDDHCC == FPEGHDDDHCC.Mute)
{
this.GKLGEDFFGGE.gameObject.SetActive(false);
}
}
}
}
// Token: 0x060228F2 RID: 141554 RVA: 0x00971870 File Offset: 0x0096FA70
public virtual void EONMJIHELOD(bool NOBAPCOKFIL)
{
base.BGJLKDHDBEN(NOBAPCOKFIL);
if (this.GKLGEDFFGGE != null)
{
this.GKLGEDFFGGE.PLPNKLINFOB(SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.FPEGHDDDHCC != FPEGHDDDHCC.Mute);
if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.FPEGHDDDHCC == FPEGHDDDHCC.Mute)
{
this.GKLGEDFFGGE.gameObject.SetActive(false);
}
}
}
// Token: 0x060228F3 RID: 141555 RVA: 0x009718D0 File Offset: 0x0096FAD0
public void CCOOOBGBFNB(bool GPMLHDEGFGO)
{
if (this.GKLGEDFFGGE != null)
{
if (GPMLHDEGFGO)
{
UtilityExpressoUIFlow.startedPTT = true;
this.GKLGEDFFGGE.PDOHKDNHCKK().transform.localScale *= 137f;
}
else
{
this.GKLGEDFFGGE.PDOHKDNHCKK().transform.localScale = this.AGKMGLBFNLM;
}
}
}
// Token: 0x060228F4 RID: 141556 RVA: 0x00971940 File Offset: 0x0096FB40
public void ADNNKPEBCCA(bool AAIKCAGBKDM)
{
if (Player.LocalPlayer.DFHCKNMJADN)
{
bool mute = Player.LocalPlayer.HBFEAFMCBBC;
if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.FPEGHDDDHCC == FPEGHDDDHCC.Mute)
{
bool flag = Player.LocalPlayer.OFEOKAMFFFD(Player.PPELPGLINBB.RELATIONSHIP_MUTE | Player.PPELPGLINBB.GESTURE_MUTE, AAIKCAGBKDM);
if (flag)
{
Player.LocalPlayer.IJPGLAKCCPN.OnPushToTalk(AAIKCAGBKDM);
}
}
else if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.EEBLKKBHDKA() == (FPEGHDDDHCC)8)
{
Player.LocalPlayer.OFEOKAMFFFD(Player.PPELPGLINBB.RELATIONSHIP_MUTE | Player.PPELPGLINBB.GESTURE_MUTE, AAIKCAGBKDM);
}
if (mute != Player.LocalPlayer.HBFEAFMCBBC)
{
SingletonMonoBehaviour<ScreenSpaceNotificationManager>.NCKMBFBMBFM.Play((ScreenSpaceNotificationManager.DBNGPDFKLEK)4, "HIT!" + ((!Player.LocalPlayer.FMIODHIDJJP()) ? "{0}v1/createProfile" : "Content-Type: "), 714f, null, false);
}
if (this.GKLGEDFFGGE != null)
{
foreach (ExpressoButton expressoButton in this.KMNOEEBCOND)
{
if (expressoButton != this.GKLGEDFFGGE)
{
expressoButton.HHEECLBGLCE = false;
}
}
}
this.JOHFAOEMLLM(AAIKCAGBKDM);
}
}
// Token: 0x060228F5 RID: 141557 RVA: 0x00971A60 File Offset: 0x0096FC60
public void LCCMJGNDADM(bool GPMLHDEGFGO)
{
if (this.GKLGEDFFGGE != null)
{
if (GPMLHDEGFGO)
{
UtilityExpressoUIFlow.startedPTT = false;
this.GKLGEDFFGGE.GIJNGIEFILF.transform.localScale *= 261f;
}
else
{
this.GKLGEDFFGGE.PDOHKDNHCKK().transform.localScale = this.AGKMGLBFNLM;
}
}
}
// Token: 0x060228F6 RID: 141558 RVA: 0x00971AD0 File Offset: 0x0096FCD0
public virtual void JAKMBNCLNDB(bool NOBAPCOKFIL)
{
base.MJHPNDCGFMP(NOBAPCOKFIL);
if (this.GKLGEDFFGGE != null)
{
this.GKLGEDFFGGE.PLPNKLINFOB(SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.FPEGHDDDHCC == FPEGHDDDHCC.Mute);
if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.FPEGHDDDHCC == FPEGHDDDHCC.Mute)
{
this.GKLGEDFFGGE.gameObject.SetActive(false);
}
}
}
// Token: 0x060228F7 RID: 141559 RVA: 0x00971B30 File Offset: 0x0096FD30
public void CEAGPFBMCNJ()
{
Player.LocalPlayer.POJAICMNOFI.ShowMenuDetached(Player.LocalPlayer.MONEMFCPHDE);
}
// Token: 0x060228F8 RID: 141560 RVA: 0x00971B4C File Offset: 0x0096FD4C
protected virtual void BCEECLPFOAF()
{
base.AGCEPCJHFBD();
if (this.micFunctionButtonSpawner != null)
{
this.GKLGEDFFGGE = this.micFunctionButtonSpawner.GetComponentInChildren<ExpressoButton>();
if (this.GKLGEDFFGGE != null)
{
this.AGKMGLBFNLM = this.GKLGEDFFGGE.PDOHKDNHCKK().transform.localScale;
this.GKLGEDFFGGE.PLPNKLINFOB(SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.FPEGHDDDHCC != FPEGHDDDHCC.PushToTalk);
if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.EEBLKKBHDKA() == FPEGHDDDHCC.Mute)
{
this.GKLGEDFFGGE.gameObject.SetActive(false);
}
}
}
if (this.emoteBubbleToggleButtonSpawner != null)
{
this.CDLBDIKLEOA = this.emoteBubbleToggleButtonSpawner.GetComponentInChildren<ExpressoButton>();
if (this.CDLBDIKLEOA != null)
{
this.CDLBDIKLEOA.HFBOAEJIJKM = Player.LocalPlayer.NKHGHMNEGIM.BJAJGDFPCIB();
}
}
}
// Token: 0x060228F9 RID: 141561 RVA: 0x00971C38 File Offset: 0x0096FE38
public void PAELJPPAPAJ()
{
Player.LocalPlayer.NIGJPLPPOEI().LBDBEINOAIL();
if (this.CDLBDIKLEOA != null)
{
this.CDLBDIKLEOA.PLPNKLINFOB(Player.LocalPlayer.NKHGHMNEGIM.HBANKAHNAEP());
SingletonMonoBehaviour<ScreenSpaceNotificationManager>.NCKMBFBMBFM.OICFFDCBJIO(ScreenSpaceNotificationManager.DBNGPDFKLEK.Vital, "OnJoinedRoom() called by PUN. Now this client is in a room. From here on, your game would be running. For reference, all callbacks are listed in enum: PhotonNetworkingMessage" + ((!Player.LocalPlayer.NIGJPLPPOEI().JCFMBEFPOIP) ? "inParty" : "Failed to "), 1830f, null, true);
}
}
// Token: 0x060228FA RID: 141562 RVA: 0x00971CC0 File Offset: 0x0096FEC0
public virtual void CIPPJDMINFC(bool NOBAPCOKFIL)
{
base.BAINMJLABGO(NOBAPCOKFIL);
if (this.GKLGEDFFGGE != null)
{
this.GKLGEDFFGGE.PLPNKLINFOB(SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.EEBLKKBHDKA() != FPEGHDDDHCC.PushToTalk);
if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.EEBLKKBHDKA() == FPEGHDDDHCC.Mute)
{
this.GKLGEDFFGGE.gameObject.SetActive(true);
}
}
}
// Token: 0x060228FB RID: 141563 RVA: 0x00971D20 File Offset: 0x0096FF20
public virtual void AIPGDPCKJCK(bool NOBAPCOKFIL)
{
base.IIMECMICGIO(NOBAPCOKFIL);
if (this.GKLGEDFFGGE != null)
{
this.GKLGEDFFGGE.PLPNKLINFOB(SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.FPEGHDDDHCC != FPEGHDDDHCC.PushToTalk);
if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.FPEGHDDDHCC == FPEGHDDDHCC.Mute)
{
this.GKLGEDFFGGE.gameObject.SetActive(false);
}
}
}
// Token: 0x060228FC RID: 141564 RVA: 0x00971D80 File Offset: 0x0096FF80
public void HMOLLHENMLH()
{
Player.LocalPlayer.POJAICMNOFI.ShowMenuDetached(Player.LocalPlayer.MONEMFCPHDE);
}
// Token: 0x060228FD RID: 141565 RVA: 0x00971D9C File Offset: 0x0096FF9C
public virtual void IPHCMLMFGAC(bool NOBAPCOKFIL)
{
base.GKJJNNBOOJK(NOBAPCOKFIL);
if (this.GKLGEDFFGGE != null)
{
this.GKLGEDFFGGE.HFBOAEJIJKM = SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.EEBLKKBHDKA() == FPEGHDDDHCC.PushToTalk;
if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.FPEGHDDDHCC == FPEGHDDDHCC.Mute)
{
this.GKLGEDFFGGE.gameObject.SetActive(false);
}
}
}
// Token: 0x060228FE RID: 141566 RVA: 0x00971DFC File Offset: 0x0096FFFC
public void BGMBHIFOOEA(bool AAIKCAGBKDM)
{
if (Player.LocalPlayer.DFHCKNMJADN)
{
bool mute = Player.LocalPlayer.HBFEAFMCBBC;
if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.EEBLKKBHDKA() == FPEGHDDDHCC.Mute)
{
bool flag = Player.LocalPlayer.SetMuteFlag(Player.PPELPGLINBB.GESTURE_MUTE, AAIKCAGBKDM);
if (flag)
{
Player.LocalPlayer.DMANGGLOHKH().OnPushToTalk(AAIKCAGBKDM);
}
}
else if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.FPEGHDDDHCC == (FPEGHDDDHCC)7)
{
Player.LocalPlayer.SetMuteFlag(Player.PPELPGLINBB.NONE, AAIKCAGBKDM);
}
if (mute != Player.LocalPlayer.HBFEAFMCBBC)
{
SingletonMonoBehaviour<ScreenSpaceNotificationManager>.NCKMBFBMBFM.DEPJEKLLMAC((ScreenSpaceNotificationManager.DBNGPDFKLEK)6, "{0:N1}" + ((!Player.LocalPlayer.HBFEAFMCBBC) ? "Id" : "Bad state ({0})"), 304f, null, true);
}
if (this.GKLGEDFFGGE != null)
{
ExpressoButton[] kmnoeebcond = this.KMNOEEBCOND;
for (int i = 1; i < kmnoeebcond.Length; i++)
{
ExpressoButton expressoButton = kmnoeebcond[i];
if (expressoButton != this.GKLGEDFFGGE)
{
expressoButton.HHEECLBGLCE = true;
}
}
}
this.JLGEDHKCBFK(AAIKCAGBKDM);
}
}
// Token: 0x060228FF RID: 141567 RVA: 0x00971F1C File Offset: 0x0097011C
public void JFCPODFGFFI(bool GPMLHDEGFGO)
{
if (this.GKLGEDFFGGE != null)
{
if (GPMLHDEGFGO)
{
UtilityExpressoUIFlow.startedPTT = false;
this.GKLGEDFFGGE.GIJNGIEFILF.transform.localScale *= 1097f;
}
else
{
this.GKLGEDFFGGE.PDOHKDNHCKK().transform.localScale = this.AGKMGLBFNLM;
}
}
}
// Token: 0x06022901 RID: 141569 RVA: 0x00971F94 File Offset: 0x00970194
public virtual bool OBOAHEOICLG()
{
return base.NAFPINEIMNP();
}
// Token: 0x06022902 RID: 141570 RVA: 0x00971F9C File Offset: 0x0097019C
public void BKEJKIBJEKJ(bool AAIKCAGBKDM)
{
if (Player.LocalPlayer.DFHCKNMJADN)
{
bool mute = Player.LocalPlayer.HBFEAFMCBBC;
if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.EEBLKKBHDKA() == FPEGHDDDHCC.Mute)
{
bool flag = Player.LocalPlayer.SetMuteFlag(Player.PPELPGLINBB.VOICE_TYPE_MUTE, AAIKCAGBKDM);
if (flag)
{
Player.LocalPlayer.IJPGLAKCCPN.OnPushToTalk(AAIKCAGBKDM);
}
}
else if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.EEBLKKBHDKA() == FPEGHDDDHCC.AlwaysOn)
{
Player.LocalPlayer.OFEOKAMFFFD(Player.PPELPGLINBB.GESTURE_MUTE, AAIKCAGBKDM);
}
if (mute != Player.LocalPlayer.FMIODHIDJJP())
{
SingletonMonoBehaviour<ScreenSpaceNotificationManager>.NCKMBFBMBFM.Play((ScreenSpaceNotificationManager.DBNGPDFKLEK)5, "Deserializing room data version {0} with {1} persisted views." + ((!Player.LocalPlayer.FMIODHIDJJP()) ? "POWERUP" : "speed"), 1968f, null, false);
}
if (this.GKLGEDFFGGE != null)
{
foreach (ExpressoButton expressoButton in this.KMNOEEBCOND)
{
if (expressoButton != this.GKLGEDFFGGE)
{
expressoButton.HHEECLBGLCE = true;
}
}
}
this.JLMMBDHKJNB(AAIKCAGBKDM);
}
}
// Token: 0x06022903 RID: 141571 RVA: 0x009720BC File Offset: 0x009702BC
public void NKMEPHILJGC()
{
Player.LocalPlayer.LNKGAAEPMEO().ShowMenuDetached(Player.LocalPlayer.MONEMFCPHDE);
}
// Token: 0x06022904 RID: 141572 RVA: 0x009720D8 File Offset: 0x009702D8
public virtual void NMKOFLMOEAL(bool NOBAPCOKFIL)
{
base.MJHPNDCGFMP(NOBAPCOKFIL);
if (this.GKLGEDFFGGE != null)
{
this.GKLGEDFFGGE.PLPNKLINFOB(SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.FPEGHDDDHCC == FPEGHDDDHCC.PushToTalk);
if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.FPEGHDDDHCC == FPEGHDDDHCC.Mute)
{
this.GKLGEDFFGGE.gameObject.SetActive(false);
}
}
}
// Token: 0x06022905 RID: 141573 RVA: 0x00972138 File Offset: 0x00970338
public void LFHCODDNBIL()
{
Player.LocalPlayer.NKHGHMNEGIM.HAOGIHDEACM();
if (this.CDLBDIKLEOA != null)
{
this.CDLBDIKLEOA.PLPNKLINFOB(Player.LocalPlayer.NIGJPLPPOEI().HBANKAHNAEP());
SingletonMonoBehaviour<ScreenSpaceNotificationManager>.NCKMBFBMBFM.HKGIICHHLJI((ScreenSpaceNotificationManager.DBNGPDFKLEK)5, " h=" + ((!Player.LocalPlayer.NIGJPLPPOEI().BJAJGDFPCIB()) ? "ci" : "Injection Detected!"), 156f, null, true);
}
}
// Token: 0x06022906 RID: 141574 RVA: 0x009721C0 File Offset: 0x009703C0
public void MCDKCPDOEKK(bool AAIKCAGBKDM)
{
if (Player.LocalPlayer.DFHCKNMJADN)
{
bool mute = Player.LocalPlayer.HBFEAFMCBBC;
if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.FPEGHDDDHCC == FPEGHDDDHCC.PushToTalk)
{
bool flag = Player.LocalPlayer.OFEOKAMFFFD(Player.PPELPGLINBB.NONE, AAIKCAGBKDM);
if (flag)
{
Player.LocalPlayer.IJPGLAKCCPN.OnPushToTalk(AAIKCAGBKDM);
}
}
else if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.EEBLKKBHDKA() == (FPEGHDDDHCC)4)
{
Player.LocalPlayer.OFEOKAMFFFD(Player.PPELPGLINBB.NONE, AAIKCAGBKDM);
}
if (mute != Player.LocalPlayer.FMIODHIDJJP())
{
SingletonMonoBehaviour<ScreenSpaceNotificationManager>.NCKMBFBMBFM.LHHNHIOFBNA(ScreenSpaceNotificationManager.DBNGPDFKLEK.Vital, "CachedView Camera ({0})" + ((!Player.LocalPlayer.FMIODHIDJJP()) ? "Caught Exception: " : "[PlayerHighlightBeam]"), 1887f, null, false);
}
if (this.GKLGEDFFGGE != null)
{
ExpressoButton[] kmnoeebcond = this.KMNOEEBCOND;
for (int i = 0; i < kmnoeebcond.Length; i += 0)
{
ExpressoButton expressoButton = kmnoeebcond[i];
if (expressoButton != this.GKLGEDFFGGE)
{
expressoButton.HHEECLBGLCE = true;
}
}
}
this.CGLJNDHHODL(AAIKCAGBKDM);
}
}
// Token: 0x06022907 RID: 141575 RVA: 0x009722E0 File Offset: 0x009704E0
protected virtual void DOGHEODIFMK()
{
base.KCMHNMPNGCI();
if (this.micFunctionButtonSpawner != null)
{
this.GKLGEDFFGGE = this.micFunctionButtonSpawner.GetComponentInChildren<ExpressoButton>();
if (this.GKLGEDFFGGE != null)
{
this.AGKMGLBFNLM = this.GKLGEDFFGGE.GIJNGIEFILF.transform.localScale;
this.GKLGEDFFGGE.PLPNKLINFOB(SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.EEBLKKBHDKA() == FPEGHDDDHCC.PushToTalk);
if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.FPEGHDDDHCC == FPEGHDDDHCC.Mute)
{
this.GKLGEDFFGGE.gameObject.SetActive(false);
}
}
}
if (this.emoteBubbleToggleButtonSpawner != null)
{
this.CDLBDIKLEOA = this.emoteBubbleToggleButtonSpawner.GetComponentInChildren<ExpressoButton>();
if (this.CDLBDIKLEOA != null)
{
this.CDLBDIKLEOA.HFBOAEJIJKM = Player.LocalPlayer.NKHGHMNEGIM.BJAJGDFPCIB();
}
}
}
// Token: 0x06022908 RID: 141576 RVA: 0x009723CC File Offset: 0x009705CC
public void MJGMEFGJMGA(bool AAIKCAGBKDM)
{
if (Player.LocalPlayer.DFHCKNMJADN)
{
bool flag = Player.LocalPlayer.FMIODHIDJJP();
if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.FPEGHDDDHCC == FPEGHDDDHCC.Mute)
{
bool flag2 = Player.LocalPlayer.SetMuteFlag(Player.PPELPGLINBB.PTT_MUTE, AAIKCAGBKDM);
if (flag2)
{
Player.LocalPlayer.IJPGLAKCCPN.OnPushToTalk(AAIKCAGBKDM);
}
}
else if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.FPEGHDDDHCC == (FPEGHDDDHCC)4)
{
Player.LocalPlayer.OFEOKAMFFFD(Player.PPELPGLINBB.GESTURE_MUTE, AAIKCAGBKDM);
}
if (flag != Player.LocalPlayer.HBFEAFMCBBC)
{
SingletonMonoBehaviour<ScreenSpaceNotificationManager>.NCKMBFBMBFM.OICFFDCBJIO((ScreenSpaceNotificationManager.DBNGPDFKLEK)7, "QualitySettings.shadowResolution: {0} -> {1}" + ((!Player.LocalPlayer.FMIODHIDJJP()) ? "ExtrusionData" : "Resolution"), 954f, null, false);
}
if (this.GKLGEDFFGGE != null)
{
ExpressoButton[] kmnoeebcond = this.KMNOEEBCOND;
for (int i = 1; i < kmnoeebcond.Length; i++)
{
ExpressoButton expressoButton = kmnoeebcond[i];
if (expressoButton != this.GKLGEDFFGGE)
{
expressoButton.HHEECLBGLCE = false;
}
}
}
this.CGLJNDHHODL(AAIKCAGBKDM);
}
}
// Token: 0x06022909 RID: 141577 RVA: 0x009724EC File Offset: 0x009706EC
public void FFIFEJINHMD()
{
Player.LocalPlayer.NIGJPLPPOEI().ToggleUsingEmoteBubble();
if (this.CDLBDIKLEOA != null)
{
this.CDLBDIKLEOA.PLPNKLINFOB(Player.LocalPlayer.NKHGHMNEGIM.HBANKAHNAEP());
SingletonMonoBehaviour<ScreenSpaceNotificationManager>.NCKMBFBMBFM.DEPJEKLLMAC(ScreenSpaceNotificationManager.DBNGPDFKLEK.Medium, "\"" + ((!Player.LocalPlayer.NKHGHMNEGIM.BJAJGDFPCIB()) ? "OneDown" : "_Red_Col"), 475f, null, true);
}
}
// Token: 0x0602290A RID: 141578 RVA: 0x00972574 File Offset: 0x00970774
public virtual bool JLEPKGJHLOP()
{
return base.CKEPDCGCGEP();
}
// Token: 0x0602290B RID: 141579 RVA: 0x0097257C File Offset: 0x0097077C
public void BGNPDLKHEOP(bool GPMLHDEGFGO)
{
if (this.GKLGEDFFGGE != null)
{
if (GPMLHDEGFGO)
{
UtilityExpressoUIFlow.startedPTT = false;
this.GKLGEDFFGGE.GIJNGIEFILF.transform.localScale *= 1864f;
}
else
{
this.GKLGEDFFGGE.GIJNGIEFILF.transform.localScale = this.AGKMGLBFNLM;
}
}
}
// Token: 0x0602290C RID: 141580 RVA: 0x009725EC File Offset: 0x009707EC
public void PCILGELOCPJ(bool GPMLHDEGFGO)
{
if (this.GKLGEDFFGGE != null)
{
if (GPMLHDEGFGO)
{
UtilityExpressoUIFlow.startedPTT = false;
this.GKLGEDFFGGE.GIJNGIEFILF.transform.localScale *= 1887f;
}
else
{
this.GKLGEDFFGGE.PDOHKDNHCKK().transform.localScale = this.AGKMGLBFNLM;
}
}
}
// Token: 0x0602290D RID: 141581 RVA: 0x0097265C File Offset: 0x0097085C
public void DJFNDICMCPG(bool GPMLHDEGFGO)
{
if (this.GKLGEDFFGGE != null)
{
if (GPMLHDEGFGO)
{
UtilityExpressoUIFlow.startedPTT = true;
this.GKLGEDFFGGE.GIJNGIEFILF.transform.localScale *= 1045f;
}
else
{
this.GKLGEDFFGGE.PDOHKDNHCKK().transform.localScale = this.AGKMGLBFNLM;
}
}
}
// Token: 0x0602290E RID: 141582 RVA: 0x009726CC File Offset: 0x009708CC
public void BLDIBJDJHPF(bool AAIKCAGBKDM)
{
if (Player.LocalPlayer.DFHCKNMJADN)
{
bool mute = Player.LocalPlayer.HBFEAFMCBBC;
if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.EEBLKKBHDKA() == FPEGHDDDHCC.Mute)
{
bool flag = Player.LocalPlayer.OFEOKAMFFFD(Player.PPELPGLINBB.VOICE_TYPE_MUTE, AAIKCAGBKDM);
if (flag)
{
Player.LocalPlayer.DMANGGLOHKH().OnPushToTalk(AAIKCAGBKDM);
}
}
else if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.EEBLKKBHDKA() == (FPEGHDDDHCC)8)
{
Player.LocalPlayer.SetMuteFlag(Player.PPELPGLINBB.PTT_MUTE, AAIKCAGBKDM);
}
if (mute != Player.LocalPlayer.HBFEAFMCBBC)
{
SingletonMonoBehaviour<ScreenSpaceNotificationManager>.NCKMBFBMBFM.OICFFDCBJIO(ScreenSpaceNotificationManager.DBNGPDFKLEK.Minor, "_MirrorImage" + ((!Player.LocalPlayer.FMIODHIDJJP()) ? ":" : "WireframeCamera"), 33f, null, true);
}
if (this.GKLGEDFFGGE != null)
{
ExpressoButton[] kmnoeebcond = this.KMNOEEBCOND;
for (int i = 1; i < kmnoeebcond.Length; i += 0)
{
ExpressoButton expressoButton = kmnoeebcond[i];
if (expressoButton != this.GKLGEDFFGGE)
{
expressoButton.HHEECLBGLCE = true;
}
}
}
this.NPFGOFNGDFF(AAIKCAGBKDM);
}
}
// Token: 0x0602290F RID: 141583 RVA: 0x009727EC File Offset: 0x009709EC
protected virtual void EBMACIPLEOE()
{
base.Start();
if (this.micFunctionButtonSpawner != null)
{
this.GKLGEDFFGGE = this.micFunctionButtonSpawner.GetComponentInChildren<ExpressoButton>();
if (this.GKLGEDFFGGE != null)
{
this.AGKMGLBFNLM = this.GKLGEDFFGGE.GIJNGIEFILF.transform.localScale;
this.GKLGEDFFGGE.HFBOAEJIJKM = SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.EEBLKKBHDKA() != FPEGHDDDHCC.PushToTalk;
if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.EEBLKKBHDKA() == FPEGHDDDHCC.Mute)
{
this.GKLGEDFFGGE.gameObject.SetActive(false);
}
}
}
if (this.emoteBubbleToggleButtonSpawner != null)
{
this.CDLBDIKLEOA = this.emoteBubbleToggleButtonSpawner.GetComponentInChildren<ExpressoButton>();
if (this.CDLBDIKLEOA != null)
{
this.CDLBDIKLEOA.HFBOAEJIJKM = Player.LocalPlayer.NKHGHMNEGIM.JCFMBEFPOIP;
}
}
}
// Token: 0x06022910 RID: 141584 RVA: 0x009728D8 File Offset: 0x00970AD8
public void FDIBEJIKDLJ()
{
Player.LocalPlayer.LNKGAAEPMEO().ShowMenuDetached(Player.LocalPlayer.MONEMFCPHDE);
}
// Token: 0x06022911 RID: 141585 RVA: 0x009728F4 File Offset: 0x00970AF4
public void JLGEDHKCBFK(bool GPMLHDEGFGO)
{
if (this.GKLGEDFFGGE != null)
{
if (GPMLHDEGFGO)
{
UtilityExpressoUIFlow.startedPTT = true;
this.GKLGEDFFGGE.GIJNGIEFILF.transform.localScale *= 1331f;
}
else
{
this.GKLGEDFFGGE.PDOHKDNHCKK().transform.localScale = this.AGKMGLBFNLM;
}
}
}
// Token: 0x06022912 RID: 141586 RVA: 0x00972964 File Offset: 0x00970B64
public void BKGMKMJKLDN()
{
Player.LocalPlayer.NIGJPLPPOEI().KHOFJBMCBKJ();
if (this.CDLBDIKLEOA != null)
{
this.CDLBDIKLEOA.HFBOAEJIJKM = Player.LocalPlayer.NIGJPLPPOEI().HBANKAHNAEP();
SingletonMonoBehaviour<ScreenSpaceNotificationManager>.NCKMBFBMBFM.LHHNHIOFBNA((ScreenSpaceNotificationManager.DBNGPDFKLEK)7, "bzM=" + ((!Player.LocalPlayer.NKHGHMNEGIM.NCGHPNBCPCN()) ? "HTTPUpdateDelegator" : "content-length"), 718f, null, false);
}
}
// Token: 0x06022913 RID: 141587 RVA: 0x009729EC File Offset: 0x00970BEC
public void PNOCPAKPGHN(bool AAIKCAGBKDM)
{
if (Player.LocalPlayer.DFHCKNMJADN)
{
bool mute = Player.LocalPlayer.HBFEAFMCBBC;
if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.EEBLKKBHDKA() == FPEGHDDDHCC.Mute)
{
bool flag = Player.LocalPlayer.OFEOKAMFFFD(Player.PPELPGLINBB.RELATIONSHIP_MUTE, AAIKCAGBKDM);
if (flag)
{
Player.LocalPlayer.DMANGGLOHKH().OnPushToTalk(AAIKCAGBKDM);
}
}
else if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.EEBLKKBHDKA() == (FPEGHDDDHCC)5)
{
Player.LocalPlayer.OFEOKAMFFFD(Player.PPELPGLINBB.RELATIONSHIP_MUTE | Player.PPELPGLINBB.VOICE_TYPE_MUTE, AAIKCAGBKDM);
}
if (mute != Player.LocalPlayer.FMIODHIDJJP())
{
SingletonMonoBehaviour<ScreenSpaceNotificationManager>.NCKMBFBMBFM.OICFFDCBJIO((ScreenSpaceNotificationManager.DBNGPDFKLEK)4, "Error deserializing RoomDoor {0}: data empty." + ((!Player.LocalPlayer.HBFEAFMCBBC) ? "Cannot deserialize data with ID {0} to a scene object {1} with ID {2}" : "How your position is stored in memory when obscured: ("), 1898f, null, false);
}
if (this.GKLGEDFFGGE != null)
{
ExpressoButton[] kmnoeebcond = this.KMNOEEBCOND;
for (int i = 1; i < kmnoeebcond.Length; i += 0)
{
ExpressoButton expressoButton = kmnoeebcond[i];
if (expressoButton != this.GKLGEDFFGGE)
{
expressoButton.HHEECLBGLCE = true;
}
}
}
this.CCOOOBGBFNB(AAIKCAGBKDM);
}
}
// Token: 0x06022914 RID: 141588 RVA: 0x00972B0C File Offset: 0x00970D0C
public void GHGEDNLEGHI()
{
Player.LocalPlayer.NIGJPLPPOEI().DJFCGPEHPEE();
if (this.CDLBDIKLEOA != null)
{
this.CDLBDIKLEOA.HFBOAEJIJKM = Player.LocalPlayer.NIGJPLPPOEI().EBPJCDBDLMC();
SingletonMonoBehaviour<ScreenSpaceNotificationManager>.NCKMBFBMBFM.LHHNHIOFBNA(ScreenSpaceNotificationManager.DBNGPDFKLEK.Medium, "activityName" + ((!Player.LocalPlayer.NIGJPLPPOEI().FEBPNBMPGBL()) ? "OutfitSelections" : "{0}v1/birthday"), 522f, null, true);
}
}
// Token: 0x06022915 RID: 141589 RVA: 0x00972B94 File Offset: 0x00970D94
public virtual void AILBCBKOKAP(bool NOBAPCOKFIL)
{
base.IIMECMICGIO(NOBAPCOKFIL);
if (this.GKLGEDFFGGE != null)
{
this.GKLGEDFFGGE.PLPNKLINFOB(SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.FPEGHDDDHCC != FPEGHDDDHCC.PushToTalk);
if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.FPEGHDDDHCC == FPEGHDDDHCC.Mute)
{
this.GKLGEDFFGGE.gameObject.SetActive(true);
}
}
}
// Token: 0x06022916 RID: 141590 RVA: 0x00972BF4 File Offset: 0x00970DF4
protected virtual void FGCPHGJDALF()
{
base.KCMHNMPNGCI();
if (this.micFunctionButtonSpawner != null)
{
this.GKLGEDFFGGE = this.micFunctionButtonSpawner.GetComponentInChildren<ExpressoButton>();
if (this.GKLGEDFFGGE != null)
{
this.AGKMGLBFNLM = this.GKLGEDFFGGE.GIJNGIEFILF.transform.localScale;
this.GKLGEDFFGGE.PLPNKLINFOB(SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.EEBLKKBHDKA() == FPEGHDDDHCC.PushToTalk);
if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.FPEGHDDDHCC == FPEGHDDDHCC.Mute)
{
this.GKLGEDFFGGE.gameObject.SetActive(true);
}
}
}
if (this.emoteBubbleToggleButtonSpawner != null)
{
this.CDLBDIKLEOA = this.emoteBubbleToggleButtonSpawner.GetComponentInChildren<ExpressoButton>();
if (this.CDLBDIKLEOA != null)
{
this.CDLBDIKLEOA.PLPNKLINFOB(Player.LocalPlayer.NIGJPLPPOEI().HBANKAHNAEP());
}
}
}
// Token: 0x06022917 RID: 141591 RVA: 0x00972CE0 File Offset: 0x00970EE0
public void GAFIKCCMMOG(bool AAIKCAGBKDM)
{
if (Player.LocalPlayer.DFHCKNMJADN)
{
bool mute = Player.LocalPlayer.HBFEAFMCBBC;
if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.EEBLKKBHDKA() == FPEGHDDDHCC.Mute)
{
bool flag = Player.LocalPlayer.OFEOKAMFFFD(Player.PPELPGLINBB.RELATIONSHIP_MUTE | Player.PPELPGLINBB.VOICE_TYPE_MUTE, !AAIKCAGBKDM);
if (flag)
{
Player.LocalPlayer.IJPGLAKCCPN.OnPushToTalk(AAIKCAGBKDM);
}
}
else if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.EEBLKKBHDKA() == FPEGHDDDHCC.PushToTalk)
{
Player.LocalPlayer.SetMuteFlag(Player.PPELPGLINBB.RELATIONSHIP_MUTE | Player.PPELPGLINBB.VOICE_TYPE_MUTE, AAIKCAGBKDM);
}
if (mute != Player.LocalPlayer.FMIODHIDJJP())
{
SingletonMonoBehaviour<ScreenSpaceNotificationManager>.NCKMBFBMBFM.Play(ScreenSpaceNotificationManager.DBNGPDFKLEK.Medium, "LAST_DAMAGE_TIME" + ((!Player.LocalPlayer.HBFEAFMCBBC) ? "_CoordTexDim" : "DEFENSE SCORES"), 161f, null, true);
}
if (this.GKLGEDFFGGE != null)
{
ExpressoButton[] kmnoeebcond = this.KMNOEEBCOND;
for (int i = 1; i < kmnoeebcond.Length; i++)
{
ExpressoButton expressoButton = kmnoeebcond[i];
if (expressoButton != this.GKLGEDFFGGE)
{
expressoButton.HHEECLBGLCE = false;
}
}
}
this.JLMMBDHKJNB(AAIKCAGBKDM);
}
}
// Token: 0x06022918 RID: 141592 RVA: 0x00972E00 File Offset: 0x00971000
protected virtual void HCKKAHHGCGO()
{
base.LGIOGECFBJB();
if (this.micFunctionButtonSpawner != null)
{
this.GKLGEDFFGGE = this.micFunctionButtonSpawner.GetComponentInChildren<ExpressoButton>();
if (this.GKLGEDFFGGE != null)
{
this.AGKMGLBFNLM = this.GKLGEDFFGGE.GIJNGIEFILF.transform.localScale;
this.GKLGEDFFGGE.PLPNKLINFOB(SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.EEBLKKBHDKA() != FPEGHDDDHCC.PushToTalk);
if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.FPEGHDDDHCC == FPEGHDDDHCC.Mute)
{
this.GKLGEDFFGGE.gameObject.SetActive(true);
}
}
}
if (this.emoteBubbleToggleButtonSpawner != null)
{
this.CDLBDIKLEOA = this.emoteBubbleToggleButtonSpawner.GetComponentInChildren<ExpressoButton>();
if (this.CDLBDIKLEOA != null)
{
this.CDLBDIKLEOA.PLPNKLINFOB(Player.LocalPlayer.NKHGHMNEGIM.NCGHPNBCPCN());
}
}
}
// Token: 0x06022919 RID: 141593 RVA: 0x00972EEC File Offset: 0x009710EC
public virtual void MAMLJFKMIMO(bool NOBAPCOKFIL)
{
base.IIMECMICGIO(NOBAPCOKFIL);
if (this.GKLGEDFFGGE != null)
{
this.GKLGEDFFGGE.HFBOAEJIJKM = SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.EEBLKKBHDKA() != FPEGHDDDHCC.PushToTalk;
if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.EEBLKKBHDKA() == FPEGHDDDHCC.Mute)
{
this.GKLGEDFFGGE.gameObject.SetActive(true);
}
}
}
// Token: 0x0602291A RID: 141594 RVA: 0x00972F4C File Offset: 0x0097114C
public void NEJLHOBAKAM(bool AAIKCAGBKDM)
{
if (Player.LocalPlayer.DFHCKNMJADN)
{
bool mute = Player.LocalPlayer.HBFEAFMCBBC;
if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.FPEGHDDDHCC == FPEGHDDDHCC.PushToTalk)
{
bool flag = Player.LocalPlayer.OFEOKAMFFFD(Player.PPELPGLINBB.GESTURE_MUTE, AAIKCAGBKDM);
if (flag)
{
Player.LocalPlayer.IJPGLAKCCPN.OnPushToTalk(AAIKCAGBKDM);
}
}
else if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.FPEGHDDDHCC == FPEGHDDDHCC.PushToTalk)
{
Player.LocalPlayer.OFEOKAMFFFD(Player.PPELPGLINBB.RELATIONSHIP_MUTE | Player.PPELPGLINBB.GESTURE_MUTE, AAIKCAGBKDM);
}
if (mute != Player.LocalPlayer.HBFEAFMCBBC)
{
SingletonMonoBehaviour<ScreenSpaceNotificationManager>.NCKMBFBMBFM.OICFFDCBJIO((ScreenSpaceNotificationManager.DBNGPDFKLEK)6, "SB" + ((!Player.LocalPlayer.FMIODHIDJJP()) ? "RpcRequestMasterFinishRoom" : "[ACTk] <b>[ ObscuredVector3 test ]</b>"), 1295f, null, true);
}
if (this.GKLGEDFFGGE != null)
{
ExpressoButton[] kmnoeebcond = this.KMNOEEBCOND;
for (int i = 1; i < kmnoeebcond.Length; i += 0)
{
ExpressoButton expressoButton = kmnoeebcond[i];
if (expressoButton != this.GKLGEDFFGGE)
{
expressoButton.HHEECLBGLCE = false;
}
}
}
this.JLMMBDHKJNB(AAIKCAGBKDM);
}
}
// Token: 0x0602291B RID: 141595 RVA: 0x0097306C File Offset: 0x0097126C
public void KLKAHOLKAKK()
{
Player.LocalPlayer.NKHGHMNEGIM.LBDBEINOAIL();
if (this.CDLBDIKLEOA != null)
{
this.CDLBDIKLEOA.PLPNKLINFOB(Player.LocalPlayer.NKHGHMNEGIM.KMJCBHNCNHN());
SingletonMonoBehaviour<ScreenSpaceNotificationManager>.NCKMBFBMBFM.HKGIICHHLJI((ScreenSpaceNotificationManager.DBNGPDFKLEK)7, "Event Finished" + ((!Player.LocalPlayer.NIGJPLPPOEI().LNDAEKNIJLI()) ? "_Decal_Tex" : "type"), 1769f, null, true);
}
}
// Token: 0x0602291C RID: 141596 RVA: 0x009730F4 File Offset: 0x009712F4
protected virtual void NPPHCIEBMFG()
{
base.Start();
if (this.micFunctionButtonSpawner != null)
{
this.GKLGEDFFGGE = this.micFunctionButtonSpawner.GetComponentInChildren<ExpressoButton>();
if (this.GKLGEDFFGGE != null)
{
this.AGKMGLBFNLM = this.GKLGEDFFGGE.GIJNGIEFILF.transform.localScale;
this.GKLGEDFFGGE.HFBOAEJIJKM = SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.FPEGHDDDHCC == FPEGHDDDHCC.Mute;
if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.FPEGHDDDHCC == FPEGHDDDHCC.Mute)
{
this.GKLGEDFFGGE.gameObject.SetActive(false);
}
}
}
if (this.emoteBubbleToggleButtonSpawner != null)
{
this.CDLBDIKLEOA = this.emoteBubbleToggleButtonSpawner.GetComponentInChildren<ExpressoButton>();
if (this.CDLBDIKLEOA != null)
{
this.CDLBDIKLEOA.PLPNKLINFOB(Player.LocalPlayer.NIGJPLPPOEI().EBPJCDBDLMC());
}
}
}
// Token: 0x0602291D RID: 141597 RVA: 0x009731E0 File Offset: 0x009713E0
public void FPIHLLNJEGJ()
{
Player.LocalPlayer.NKHGHMNEGIM.ToggleUsingEmoteBubble();
if (this.CDLBDIKLEOA != null)
{
this.CDLBDIKLEOA.HFBOAEJIJKM = Player.LocalPlayer.NKHGHMNEGIM.LNDAEKNIJLI();
SingletonMonoBehaviour<ScreenSpaceNotificationManager>.NCKMBFBMBFM.Play((ScreenSpaceNotificationManager.DBNGPDFKLEK)5, "ImageName" + ((!Player.LocalPlayer.NKHGHMNEGIM.JCFMBEFPOIP) ? "CachedViewManager (\"{0}\")" : "nux_step_finished"), 1434f, null, true);
}
}
// Token: 0x0602291E RID: 141598 RVA: 0x00973268 File Offset: 0x00971468
protected virtual void LMEGOIHONGK()
{
base.Start();
if (this.micFunctionButtonSpawner != null)
{
this.GKLGEDFFGGE = this.micFunctionButtonSpawner.GetComponentInChildren<ExpressoButton>();
if (this.GKLGEDFFGGE != null)
{
this.AGKMGLBFNLM = this.GKLGEDFFGGE.PDOHKDNHCKK().transform.localScale;
this.GKLGEDFFGGE.HFBOAEJIJKM = SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.FPEGHDDDHCC == FPEGHDDDHCC.PushToTalk;
if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.EEBLKKBHDKA() == FPEGHDDDHCC.Mute)
{
this.GKLGEDFFGGE.gameObject.SetActive(false);
}
}
}
if (this.emoteBubbleToggleButtonSpawner != null)
{
this.CDLBDIKLEOA = this.emoteBubbleToggleButtonSpawner.GetComponentInChildren<ExpressoButton>();
if (this.CDLBDIKLEOA != null)
{
this.CDLBDIKLEOA.HFBOAEJIJKM = Player.LocalPlayer.NIGJPLPPOEI().EBPJCDBDLMC();
}
}
}
// Token: 0x0602291F RID: 141599 RVA: 0x00973354 File Offset: 0x00971554
protected virtual void CADEDHJGPMM()
{
base.LPOMDLJJBKF();
if (this.micFunctionButtonSpawner != null)
{
this.GKLGEDFFGGE = this.micFunctionButtonSpawner.GetComponentInChildren<ExpressoButton>();
if (this.GKLGEDFFGGE != null)
{
this.AGKMGLBFNLM = this.GKLGEDFFGGE.GIJNGIEFILF.transform.localScale;
this.GKLGEDFFGGE.PLPNKLINFOB(SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.EEBLKKBHDKA() == FPEGHDDDHCC.Mute);
if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.FPEGHDDDHCC == FPEGHDDDHCC.Mute)
{
this.GKLGEDFFGGE.gameObject.SetActive(true);
}
}
}
if (this.emoteBubbleToggleButtonSpawner != null)
{
this.CDLBDIKLEOA = this.emoteBubbleToggleButtonSpawner.GetComponentInChildren<ExpressoButton>();
if (this.CDLBDIKLEOA != null)
{
this.CDLBDIKLEOA.PLPNKLINFOB(Player.LocalPlayer.NKHGHMNEGIM.KMJCBHNCNHN());
}
}
}
// Token: 0x06022920 RID: 141600 RVA: 0x00973440 File Offset: 0x00971640
public void KGLEGCKOCEJ(bool GPMLHDEGFGO)
{
if (this.GKLGEDFFGGE != null)
{
if (GPMLHDEGFGO)
{
UtilityExpressoUIFlow.startedPTT = false;
this.GKLGEDFFGGE.PDOHKDNHCKK().transform.localScale *= 1222f;
}
else
{
this.GKLGEDFFGGE.PDOHKDNHCKK().transform.localScale = this.AGKMGLBFNLM;
}
}
}
// Token: 0x06022921 RID: 141601 RVA: 0x009734B0 File Offset: 0x009716B0
public virtual void LDBNOBCAEHK(bool NOBAPCOKFIL)
{
base.EMOAEBJOAIB(NOBAPCOKFIL);
if (this.GKLGEDFFGGE != null)
{
this.GKLGEDFFGGE.PLPNKLINFOB(SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.EEBLKKBHDKA() == FPEGHDDDHCC.Mute);
if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.EEBLKKBHDKA() == FPEGHDDDHCC.Mute)
{
this.GKLGEDFFGGE.gameObject.SetActive(true);
}
}
}
// Token: 0x06022922 RID: 141602 RVA: 0x00973510 File Offset: 0x00971710
public void BKAIENLGNNC(bool AAIKCAGBKDM)
{
if (Player.LocalPlayer.DFHCKNMJADN)
{
bool mute = Player.LocalPlayer.HBFEAFMCBBC;
if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.EEBLKKBHDKA() == FPEGHDDDHCC.Mute)
{
bool flag = Player.LocalPlayer.SetMuteFlag(Player.PPELPGLINBB.RELATIONSHIP_MUTE | Player.PPELPGLINBB.VOICE_TYPE_MUTE, !AAIKCAGBKDM);
if (flag)
{
Player.LocalPlayer.IJPGLAKCCPN.OnPushToTalk(AAIKCAGBKDM);
}
}
else if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.EEBLKKBHDKA() == (FPEGHDDDHCC)3)
{
Player.LocalPlayer.OFEOKAMFFFD(Player.PPELPGLINBB.RELATIONSHIP_MUTE | Player.PPELPGLINBB.GESTURE_MUTE, AAIKCAGBKDM);
}
if (mute != Player.LocalPlayer.HBFEAFMCBBC)
{
SingletonMonoBehaviour<ScreenSpaceNotificationManager>.NCKMBFBMBFM.Play((ScreenSpaceNotificationManager.DBNGPDFKLEK)4, "Error deserializing RoomDoor {0}: data empty." + ((!Player.LocalPlayer.HBFEAFMCBBC) ? "pitch" : "expires"), 992f, null, true);
}
if (this.GKLGEDFFGGE != null)
{
ExpressoButton[] kmnoeebcond = this.KMNOEEBCOND;
for (int i = 1; i < kmnoeebcond.Length; i++)
{
ExpressoButton expressoButton = kmnoeebcond[i];
if (expressoButton != this.GKLGEDFFGGE)
{
expressoButton.HHEECLBGLCE = true;
}
}
}
this.CGLJNDHHODL(AAIKCAGBKDM);
}
}
// Token: 0x06022923 RID: 141603 RVA: 0x00973630 File Offset: 0x00971830
public void FNJNGANALLC(bool AAIKCAGBKDM)
{
if (Player.LocalPlayer.DFHCKNMJADN)
{
bool flag = Player.LocalPlayer.FMIODHIDJJP();
if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.EEBLKKBHDKA() == FPEGHDDDHCC.Mute)
{
bool flag2 = Player.LocalPlayer.OFEOKAMFFFD(Player.PPELPGLINBB.RELATIONSHIP_MUTE | Player.PPELPGLINBB.GESTURE_MUTE, AAIKCAGBKDM);
if (flag2)
{
Player.LocalPlayer.DMANGGLOHKH().OnPushToTalk(AAIKCAGBKDM);
}
}
else if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.FPEGHDDDHCC == (FPEGHDDDHCC)6)
{
Player.LocalPlayer.SetMuteFlag(Player.PPELPGLINBB.GESTURE_MUTE, AAIKCAGBKDM);
}
if (flag != Player.LocalPlayer.FMIODHIDJJP())
{
SingletonMonoBehaviour<ScreenSpaceNotificationManager>.NCKMBFBMBFM.Play(ScreenSpaceNotificationManager.DBNGPDFKLEK.Major, "Active" + ((!Player.LocalPlayer.HBFEAFMCBBC) ? "CSM" : "Exception Description"), 165f, null, true);
}
if (this.GKLGEDFFGGE != null)
{
ExpressoButton[] kmnoeebcond = this.KMNOEEBCOND;
for (int i = 0; i < kmnoeebcond.Length; i += 0)
{
ExpressoButton expressoButton = kmnoeebcond[i];
if (expressoButton != this.GKLGEDFFGGE)
{
expressoButton.HHEECLBGLCE = false;
}
}
}
this.CGLJNDHHODL(AAIKCAGBKDM);
}
}
// Token: 0x06022924 RID: 141604 RVA: 0x00973750 File Offset: 0x00971950
public virtual void OMDCMNIBKJJ(bool NOBAPCOKFIL)
{
base.IIMECMICGIO(NOBAPCOKFIL);
if (this.GKLGEDFFGGE != null)
{
this.GKLGEDFFGGE.PLPNKLINFOB(SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.EEBLKKBHDKA() == FPEGHDDDHCC.Mute);
if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.FPEGHDDDHCC == FPEGHDDDHCC.Mute)
{
this.GKLGEDFFGGE.gameObject.SetActive(false);
}
}
}
// Token: 0x06022925 RID: 141605 RVA: 0x009737B0 File Offset: 0x009719B0
protected virtual void DOMHFCPJPPH()
{
base.LPOMDLJJBKF();
if (this.micFunctionButtonSpawner != null)
{
this.GKLGEDFFGGE = this.micFunctionButtonSpawner.GetComponentInChildren<ExpressoButton>();
if (this.GKLGEDFFGGE != null)
{
this.AGKMGLBFNLM = this.GKLGEDFFGGE.GIJNGIEFILF.transform.localScale;
this.GKLGEDFFGGE.HFBOAEJIJKM = SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.EEBLKKBHDKA() != FPEGHDDDHCC.PushToTalk;
if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.EEBLKKBHDKA() == FPEGHDDDHCC.Mute)
{
this.GKLGEDFFGGE.gameObject.SetActive(true);
}
}
}
if (this.emoteBubbleToggleButtonSpawner != null)
{
this.CDLBDIKLEOA = this.emoteBubbleToggleButtonSpawner.GetComponentInChildren<ExpressoButton>();
if (this.CDLBDIKLEOA != null)
{
this.CDLBDIKLEOA.PLPNKLINFOB(Player.LocalPlayer.NIGJPLPPOEI().NCGHPNBCPCN());
}
}
}
// Token: 0x06022926 RID: 141606 RVA: 0x0097389C File Offset: 0x00971A9C
public virtual void KCFKEEBBBDD(bool NOBAPCOKFIL)
{
base.IIMECMICGIO(NOBAPCOKFIL);
if (this.GKLGEDFFGGE != null)
{
this.GKLGEDFFGGE.PLPNKLINFOB(SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.FPEGHDDDHCC != FPEGHDDDHCC.Mute);
if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.EEBLKKBHDKA() == FPEGHDDDHCC.Mute)
{
this.GKLGEDFFGGE.gameObject.SetActive(false);
}
}
}
// Token: 0x06022927 RID: 141607 RVA: 0x009738FC File Offset: 0x00971AFC
public void ShowDetachedMenu()
{
Player.LocalPlayer.POJAICMNOFI.ShowMenuDetached(Player.LocalPlayer.MONEMFCPHDE);
}
// Token: 0x06022928 RID: 141608 RVA: 0x00973918 File Offset: 0x00971B18
public void HJOGFCHKOLJ(bool GPMLHDEGFGO)
{
if (this.GKLGEDFFGGE != null)
{
if (GPMLHDEGFGO)
{
UtilityExpressoUIFlow.startedPTT = true;
this.GKLGEDFFGGE.GIJNGIEFILF.transform.localScale *= 710f;
}
else
{
this.GKLGEDFFGGE.GIJNGIEFILF.transform.localScale = this.AGKMGLBFNLM;
}
}
}
// Token: 0x06022929 RID: 141609 RVA: 0x00973988 File Offset: 0x00971B88
public virtual void HANGFEPKGLJ(bool NOBAPCOKFIL)
{
base.HPCODBHCHFH(NOBAPCOKFIL);
if (this.GKLGEDFFGGE != null)
{
this.GKLGEDFFGGE.PLPNKLINFOB(SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.FPEGHDDDHCC == FPEGHDDDHCC.PushToTalk);
if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.EEBLKKBHDKA() == FPEGHDDDHCC.Mute)
{
this.GKLGEDFFGGE.gameObject.SetActive(true);
}
}
}
// Token: 0x0602292A RID: 141610 RVA: 0x009739E8 File Offset: 0x00971BE8
public virtual bool MMLJDFFNIOF()
{
return base.NKDBMIMMLPJ();
}
// Token: 0x0602292B RID: 141611 RVA: 0x009739F0 File Offset: 0x00971BF0
public virtual bool IOOFDAKPOEP()
{
return base.OKNOHFLNGGG();
}
// Token: 0x0602292C RID: 141612 RVA: 0x009739F8 File Offset: 0x00971BF8
public void PCAMLAMAFDB(bool GPMLHDEGFGO)
{
if (this.GKLGEDFFGGE != null)
{
if (GPMLHDEGFGO)
{
UtilityExpressoUIFlow.startedPTT = true;
this.GKLGEDFFGGE.GIJNGIEFILF.transform.localScale *= 289f;
}
else
{
this.GKLGEDFFGGE.GIJNGIEFILF.transform.localScale = this.AGKMGLBFNLM;
}
}
}
// Token: 0x0602292D RID: 141613 RVA: 0x00973A68 File Offset: 0x00971C68
public void ToggleUsingEmoteBubble()
{
Player.LocalPlayer.NKHGHMNEGIM.ToggleUsingEmoteBubble();
if (this.CDLBDIKLEOA != null)
{
this.CDLBDIKLEOA.HFBOAEJIJKM = Player.LocalPlayer.NKHGHMNEGIM.JCFMBEFPOIP;
SingletonMonoBehaviour<ScreenSpaceNotificationManager>.NCKMBFBMBFM.Play(ScreenSpaceNotificationManager.DBNGPDFKLEK.Minor, "Emote bubble: " + ((!Player.LocalPlayer.NKHGHMNEGIM.JCFMBEFPOIP) ? "DISABLED" : "ENABLED"), 1.5f, null, false);
}
}
// Token: 0x0602292F RID: 141615 RVA: 0x00973B04 File Offset: 0x00971D04
public virtual bool EHMNBIMJLJM()
{
return base.OKNOHFLNGGG();
}
// Token: 0x06022930 RID: 141616 RVA: 0x00973B0C File Offset: 0x00971D0C
public void HBJCLADDAED(bool AAIKCAGBKDM)
{
if (Player.LocalPlayer.DFHCKNMJADN)
{
bool flag = Player.LocalPlayer.FMIODHIDJJP();
if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.FPEGHDDDHCC == FPEGHDDDHCC.PushToTalk)
{
bool flag2 = Player.LocalPlayer.SetMuteFlag(Player.PPELPGLINBB.RELATIONSHIP_MUTE | Player.PPELPGLINBB.GESTURE_MUTE, !AAIKCAGBKDM);
if (flag2)
{
Player.LocalPlayer.IJPGLAKCCPN.OnPushToTalk(AAIKCAGBKDM);
}
}
else if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.EEBLKKBHDKA() == (FPEGHDDDHCC)7)
{
Player.LocalPlayer.OFEOKAMFFFD(Player.PPELPGLINBB.RELATIONSHIP_MUTE | Player.PPELPGLINBB.VOICE_TYPE_MUTE, AAIKCAGBKDM);
}
if (flag != Player.LocalPlayer.FMIODHIDJJP())
{
SingletonMonoBehaviour<ScreenSpaceNotificationManager>.NCKMBFBMBFM.LHHNHIOFBNA(ScreenSpaceNotificationManager.DBNGPDFKLEK.Major, "Message" + ((!Player.LocalPlayer.HBFEAFMCBBC) ? "Player declined the EULA Screen" : "Button_JoinPlayer '"), 964f, null, true);
}
if (this.GKLGEDFFGGE != null)
{
foreach (ExpressoButton expressoButton in this.KMNOEEBCOND)
{
if (expressoButton != this.GKLGEDFFGGE)
{
expressoButton.HHEECLBGLCE = false;
}
}
}
this.NPFGOFNGDFF(AAIKCAGBKDM);
}
}
// Token: 0x06022931 RID: 141617 RVA: 0x00973C2C File Offset: 0x00971E2C
public virtual void ICEBGLNPOBO(bool NOBAPCOKFIL)
{
base.EMOAEBJOAIB(NOBAPCOKFIL);
if (this.GKLGEDFFGGE != null)
{
this.GKLGEDFFGGE.PLPNKLINFOB(SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.EEBLKKBHDKA() == FPEGHDDDHCC.PushToTalk);
if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.EEBLKKBHDKA() == FPEGHDDDHCC.Mute)
{
this.GKLGEDFFGGE.gameObject.SetActive(false);
}
}
}
// Token: 0x06022932 RID: 141618 RVA: 0x00973C8C File Offset: 0x00971E8C
public virtual bool FGMDCLIFGPL()
{
return base.HHEECLBGLCE;
}
// Token: 0x06022933 RID: 141619 RVA: 0x00973C94 File Offset: 0x00971E94
public virtual bool KENMGNHBBLH()
{
return base.POOEAOIOIOI();
}
// Token: 0x06022934 RID: 141620 RVA: 0x00973C9C File Offset: 0x00971E9C
protected virtual void EAKGKEKHPOI()
{
base.FAGOEHAGDIE();
if (this.micFunctionButtonSpawner != null)
{
this.GKLGEDFFGGE = this.micFunctionButtonSpawner.GetComponentInChildren<ExpressoButton>();
if (this.GKLGEDFFGGE != null)
{
this.AGKMGLBFNLM = this.GKLGEDFFGGE.GIJNGIEFILF.transform.localScale;
this.GKLGEDFFGGE.HFBOAEJIJKM = SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.FPEGHDDDHCC == FPEGHDDDHCC.Mute;
if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.FPEGHDDDHCC == FPEGHDDDHCC.Mute)
{
this.GKLGEDFFGGE.gameObject.SetActive(true);
}
}
}
if (this.emoteBubbleToggleButtonSpawner != null)
{
this.CDLBDIKLEOA = this.emoteBubbleToggleButtonSpawner.GetComponentInChildren<ExpressoButton>();
if (this.CDLBDIKLEOA != null)
{
this.CDLBDIKLEOA.PLPNKLINFOB(Player.LocalPlayer.NIGJPLPPOEI().HBANKAHNAEP());
}
}
}
// Token: 0x06022935 RID: 141621 RVA: 0x00973D88 File Offset: 0x00971F88
protected virtual void JJHPPFMOEGM()
{
base.Start();
if (this.micFunctionButtonSpawner != null)
{
this.GKLGEDFFGGE = this.micFunctionButtonSpawner.GetComponentInChildren<ExpressoButton>();
if (this.GKLGEDFFGGE != null)
{
this.AGKMGLBFNLM = this.GKLGEDFFGGE.PDOHKDNHCKK().transform.localScale;
this.GKLGEDFFGGE.HFBOAEJIJKM = SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.FPEGHDDDHCC == FPEGHDDDHCC.PushToTalk;
if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.EEBLKKBHDKA() == FPEGHDDDHCC.Mute)
{
this.GKLGEDFFGGE.gameObject.SetActive(false);
}
}
}
if (this.emoteBubbleToggleButtonSpawner != null)
{
this.CDLBDIKLEOA = this.emoteBubbleToggleButtonSpawner.GetComponentInChildren<ExpressoButton>();
if (this.CDLBDIKLEOA != null)
{
this.CDLBDIKLEOA.PLPNKLINFOB(Player.LocalPlayer.NKHGHMNEGIM.HBANKAHNAEP());
}
}
}
// Token: 0x06022936 RID: 141622 RVA: 0x00973E74 File Offset: 0x00972074
public virtual void EAHNLBOOKAH(bool NOBAPCOKFIL)
{
base.JELIKODNPLB(NOBAPCOKFIL);
if (this.GKLGEDFFGGE != null)
{
this.GKLGEDFFGGE.HFBOAEJIJKM = SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.FPEGHDDDHCC != FPEGHDDDHCC.PushToTalk;
if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.FPEGHDDDHCC == FPEGHDDDHCC.Mute)
{
this.GKLGEDFFGGE.gameObject.SetActive(true);
}
}
}
// Token: 0x06022937 RID: 141623 RVA: 0x00973ED4 File Offset: 0x009720D4
public void ToggleMicrophoneFunction(bool AAIKCAGBKDM)
{
if (Player.LocalPlayer.DFHCKNMJADN)
{
bool mute = Player.LocalPlayer.HBFEAFMCBBC;
if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.FPEGHDDDHCC == FPEGHDDDHCC.PushToTalk)
{
bool flag = Player.LocalPlayer.SetMuteFlag(Player.PPELPGLINBB.PTT_MUTE, !AAIKCAGBKDM);
if (flag)
{
Player.LocalPlayer.IJPGLAKCCPN.OnPushToTalk(AAIKCAGBKDM);
}
}
else if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.FPEGHDDDHCC == FPEGHDDDHCC.AlwaysOn)
{
Player.LocalPlayer.SetMuteFlag(Player.PPELPGLINBB.PTT_MUTE, AAIKCAGBKDM);
}
if (mute != Player.LocalPlayer.HBFEAFMCBBC)
{
SingletonMonoBehaviour<ScreenSpaceNotificationManager>.NCKMBFBMBFM.Play(ScreenSpaceNotificationManager.DBNGPDFKLEK.Minor, "Microphone: " + ((!Player.LocalPlayer.HBFEAFMCBBC) ? "ON" : "OFF"), 1.5f, null, false);
}
if (this.GKLGEDFFGGE != null)
{
foreach (ExpressoButton expressoButton in this.KMNOEEBCOND)
{
if (expressoButton != this.GKLGEDFFGGE)
{
expressoButton.HHEECLBGLCE = false;
}
}
}
this.GrowMicFunctionButtonCollider(AAIKCAGBKDM);
}
}
// Token: 0x06022938 RID: 141624 RVA: 0x00973FF4 File Offset: 0x009721F4
protected virtual void OKIAGLLHGGF()
{
base.AGCEPCJHFBD();
if (this.micFunctionButtonSpawner != null)
{
this.GKLGEDFFGGE = this.micFunctionButtonSpawner.GetComponentInChildren<ExpressoButton>();
if (this.GKLGEDFFGGE != null)
{
this.AGKMGLBFNLM = this.GKLGEDFFGGE.PDOHKDNHCKK().transform.localScale;
this.GKLGEDFFGGE.PLPNKLINFOB(SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.FPEGHDDDHCC == FPEGHDDDHCC.Mute);
if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.FPEGHDDDHCC == FPEGHDDDHCC.Mute)
{
this.GKLGEDFFGGE.gameObject.SetActive(false);
}
}
}
if (this.emoteBubbleToggleButtonSpawner != null)
{
this.CDLBDIKLEOA = this.emoteBubbleToggleButtonSpawner.GetComponentInChildren<ExpressoButton>();
if (this.CDLBDIKLEOA != null)
{
this.CDLBDIKLEOA.HFBOAEJIJKM = Player.LocalPlayer.NIGJPLPPOEI().EBPJCDBDLMC();
}
}
}
// Token: 0x0602293A RID: 141626 RVA: 0x009740E4 File Offset: 0x009722E4
public virtual void KGEHGCONOEP(bool NOBAPCOKFIL)
{
base.HHEECLBGLCE = NOBAPCOKFIL;
if (this.GKLGEDFFGGE != null)
{
this.GKLGEDFFGGE.PLPNKLINFOB(SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.EEBLKKBHDKA() == FPEGHDDDHCC.Mute);
if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.EEBLKKBHDKA() == FPEGHDDDHCC.Mute)
{
this.GKLGEDFFGGE.gameObject.SetActive(true);
}
}
}
// Token: 0x0602293B RID: 141627 RVA: 0x00974144 File Offset: 0x00972344
protected virtual void HDCAMLJLKHC()
{
base.AGCEPCJHFBD();
if (this.micFunctionButtonSpawner != null)
{
this.GKLGEDFFGGE = this.micFunctionButtonSpawner.GetComponentInChildren<ExpressoButton>();
if (this.GKLGEDFFGGE != null)
{
this.AGKMGLBFNLM = this.GKLGEDFFGGE.PDOHKDNHCKK().transform.localScale;
this.GKLGEDFFGGE.HFBOAEJIJKM = SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.FPEGHDDDHCC != FPEGHDDDHCC.PushToTalk;
if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.FPEGHDDDHCC == FPEGHDDDHCC.Mute)
{
this.GKLGEDFFGGE.gameObject.SetActive(true);
}
}
}
if (this.emoteBubbleToggleButtonSpawner != null)
{
this.CDLBDIKLEOA = this.emoteBubbleToggleButtonSpawner.GetComponentInChildren<ExpressoButton>();
if (this.CDLBDIKLEOA != null)
{
this.CDLBDIKLEOA.HFBOAEJIJKM = Player.LocalPlayer.NKHGHMNEGIM.LNDAEKNIJLI();
}
}
}
// Token: 0x0602293C RID: 141628 RVA: 0x00974230 File Offset: 0x00972430
public void FGHLOENDCNA()
{
Player.LocalPlayer.NKHGHMNEGIM.HAOGIHDEACM();
if (this.CDLBDIKLEOA != null)
{
this.CDLBDIKLEOA.HFBOAEJIJKM = Player.LocalPlayer.NIGJPLPPOEI().LGNJBBNOMEN();
SingletonMonoBehaviour<ScreenSpaceNotificationManager>.NCKMBFBMBFM.HKGIICHHLJI(ScreenSpaceNotificationManager.DBNGPDFKLEK.Major, "up" + ((!Player.LocalPlayer.NKHGHMNEGIM.HBANKAHNAEP()) ? "pr" : "ns.exitgames.com"), 1275f, null, true);
}
}
// Token: 0x0602293D RID: 141629 RVA: 0x009742B8 File Offset: 0x009724B8
public virtual void DOFLFCBKBMA(bool NOBAPCOKFIL)
{
base.KLMGBAAFACI(NOBAPCOKFIL);
if (this.GKLGEDFFGGE != null)
{
this.GKLGEDFFGGE.PLPNKLINFOB(SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.FPEGHDDDHCC == FPEGHDDDHCC.PushToTalk);
if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.FPEGHDDDHCC == FPEGHDDDHCC.Mute)
{
this.GKLGEDFFGGE.gameObject.SetActive(false);
}
}
}
// Token: 0x0602293E RID: 141630 RVA: 0x00974318 File Offset: 0x00972518
public void JDFEKAHNLIE()
{
Player.LocalPlayer.LNKGAAEPMEO().ShowMenuDetached(Player.LocalPlayer.MONEMFCPHDE);
}
// Token: 0x0602293F RID: 141631 RVA: 0x00974334 File Offset: 0x00972534
public void IJKLEGMMPPL()
{
Player.LocalPlayer.POJAICMNOFI.ShowMenuDetached(Player.LocalPlayer.MONEMFCPHDE);
}
// Token: 0x06022940 RID: 141632 RVA: 0x00974350 File Offset: 0x00972550
public void CGABDGJCGAF()
{
Player.LocalPlayer.POJAICMNOFI.ShowMenuDetached(Player.LocalPlayer.MONEMFCPHDE);
}
// Token: 0x06022941 RID: 141633 RVA: 0x0097436C File Offset: 0x0097256C
public void HAOGIHDEACM()
{
Player.LocalPlayer.NIGJPLPPOEI().HAOGIHDEACM();
if (this.CDLBDIKLEOA != null)
{
this.CDLBDIKLEOA.PLPNKLINFOB(Player.LocalPlayer.NIGJPLPPOEI().NCGHPNBCPCN());
SingletonMonoBehaviour<ScreenSpaceNotificationManager>.NCKMBFBMBFM.DEPJEKLLMAC((ScreenSpaceNotificationManager.DBNGPDFKLEK)4, "eventId" + ((!Player.LocalPlayer.NIGJPLPPOEI().FEBPNBMPGBL()) ? "Skipping PlatformManager bootstrap" : "to"), 1975f, null, true);
}
}
// Token: 0x06022942 RID: 141634 RVA: 0x009743F4 File Offset: 0x009725F4
public void JCJHBMPBFOL(bool GPMLHDEGFGO)
{
if (this.GKLGEDFFGGE != null)
{
if (GPMLHDEGFGO)
{
UtilityExpressoUIFlow.startedPTT = false;
this.GKLGEDFFGGE.PDOHKDNHCKK().transform.localScale *= 846f;
}
else
{
this.GKLGEDFFGGE.GIJNGIEFILF.transform.localScale = this.AGKMGLBFNLM;
}
}
}
// Token: 0x06022943 RID: 141635 RVA: 0x00974464 File Offset: 0x00972664
public void GNJANJGAPPM()
{
Player.LocalPlayer.NKHGHMNEGIM.BFOEAPKFPAL();
if (this.CDLBDIKLEOA != null)
{
this.CDLBDIKLEOA.HFBOAEJIJKM = Player.LocalPlayer.NIGJPLPPOEI().BJAJGDFPCIB();
SingletonMonoBehaviour<ScreenSpaceNotificationManager>.NCKMBFBMBFM.LHHNHIOFBNA((ScreenSpaceNotificationManager.DBNGPDFKLEK)5, "Amarthon" + ((!Player.LocalPlayer.NKHGHMNEGIM.NCGHPNBCPCN()) ? " does not have any subscreens. There must be at least one subscreen." : "Build Version: {0}"), 705f, null, true);
}
}
// Token: 0x06022944 RID: 141636 RVA: 0x009744EC File Offset: 0x009726EC
public void JKMLCBKOEHJ()
{
Player.LocalPlayer.LNKGAAEPMEO().ShowMenuDetached(Player.LocalPlayer.MONEMFCPHDE);
}
// Token: 0x06022945 RID: 141637 RVA: 0x00974508 File Offset: 0x00972708
protected override void Start()
{
base.Start();
if (this.micFunctionButtonSpawner != null)
{
this.GKLGEDFFGGE = this.micFunctionButtonSpawner.GetComponentInChildren<ExpressoButton>();
if (this.GKLGEDFFGGE != null)
{
this.AGKMGLBFNLM = this.GKLGEDFFGGE.GIJNGIEFILF.transform.localScale;
this.GKLGEDFFGGE.HFBOAEJIJKM = SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.FPEGHDDDHCC != FPEGHDDDHCC.PushToTalk;
if (SingletonMonoBehaviour<SettingsManager>.NCKMBFBMBFM.FPEGHDDDHCC == FPEGHDDDHCC.Mute)
{
this.GKLGEDFFGGE.gameObject.SetActive(false);
}
}
}
if (this.emoteBubbleToggleButtonSpawner != null)
{
this.CDLBDIKLEOA = this.emoteBubbleToggleButtonSpawner.GetComponentInChildren<ExpressoButton>();
if (this.CDLBDIKLEOA != null)
{
this.CDLBDIKLEOA.HFBOAEJIJKM = Player.LocalPlayer.NKHGHMNEGIM.JCFMBEFPOIP;
}
}
}
// Token: 0x06022946 RID: 141638 RVA: 0x009745F4 File Offset: 0x009727F4
public void MODKNDEMPIM()
{
Player.LocalPlayer.NKHGHMNEGIM.DJFCGPEHPEE();
if (this.CDLBDIKLEOA != null)
{
this.CDLBDIKLEOA.HFBOAEJIJKM = Player.LocalPlayer.NKHGHMNEGIM.BJAJGDFPCIB();
SingletonMonoBehaviour<ScreenSpaceNotificationManager>.NCKMBFBMBFM.DEPJEKLLMAC((ScreenSpaceNotificationManager.DBNGPDFKLEK)5, "TypedLobbyInfo '{0}'[{1}] rooms: {2} players: {3}" + ((!Player.LocalPlayer.NIGJPLPPOEI().NCGHPNBCPCN()) ? "method" : "HoverUnlock "), 196f, null, false);
}
}
// Token: 0x06022947 RID: 141639 RVA: 0x0097467C File Offset: 0x0097287C
public void JKBGDDKFFNF()
{
Player.LocalPlayer.NKHGHMNEGIM.BFOEAPKFPAL();
if (this.CDLBDIKLEOA != null)
{
this.CDLBDIKLEOA.HFBOAEJIJKM = Player.LocalPlayer.NIGJPLPPOEI().NCGHPNBCPCN();
SingletonMonoBehaviour<ScreenSpaceNotificationManager>.NCKMBFBMBFM.Play(ScreenSpaceNotificationManager.DBNGPDFKLEK.Major, "Room saved!" + ((!Player.LocalPlayer.NKHGHMNEGIM.HBANKAHNAEP()) ? "LeftEyeAnchor" : "Gather All Players To Unlock The Next Room!"), 1505f, null, true);
}
}
// Token: 0x040059E8 RID: 23016
public static bool startedPTT;
// Token: 0x040059E9 RID: 23017
[SerializeField]
private ExpressoButtonSpawner micFunctionButtonSpawner;
// Token: 0x040059EA RID: 23018
[SerializeField]
private ExpressoButtonSpawner emoteBubbleToggleButtonSpawner;
// Token: 0x040059EB RID: 23019
private ExpressoButton GKLGEDFFGGE;
// Token: 0x040059EC RID: 23020
private Vector3 AGKMGLBFNLM = Vector3.one;
// Token: 0x040059ED RID: 23021
private ExpressoButton CDLBDIKLEOA;
}
}