237 lines
7.0 KiB
C#
237 lines
7.0 KiB
C#
using System;
|
|
using System.Runtime.CompilerServices;
|
|
using AGUI.StackedUI;
|
|
using CodeStage.AntiCheat.ObscuredTypes;
|
|
using RecNet;
|
|
using UnityEngine;
|
|
using UnityEngine.UI;
|
|
|
|
// Token: 0x0200123D RID: 4669
|
|
public class SendMessagePlayerWatchUIFlow : PlayerWatchUIFlow
|
|
{
|
|
// Token: 0x06028341 RID: 164673 RVA: 0x00B31474 File Offset: 0x00B2F674
|
|
public void CIELGHMKMMP()
|
|
{
|
|
string text = this.inputField3D.FMLLFMDJNDK().text;
|
|
if (!string.IsNullOrEmpty(text) && base.CNEINLCOBDF != null)
|
|
{
|
|
this.inputField3D.DNMECLBBGAP.DeactivateInputField();
|
|
this.sendButton.LAEOBJEDBNM = false;
|
|
SingletonMonoBehaviour<SessionManager>.NCKMBFBMBFM.SendTextMessageToPlayer(ObscuredLong.BCOOPNEAHJJ(base.CNEINLCOBDF.OPMJADPPPBI()), text, new HEMCJJJMLKI.CBJHDCMGOCN(this.MBHOIMDFBJL));
|
|
}
|
|
}
|
|
|
|
// Token: 0x06028342 RID: 164674 RVA: 0x00B314EC File Offset: 0x00B2F6EC
|
|
private void CEEDJPJMAON(string DAKCKPMBKFF)
|
|
{
|
|
if (!string.IsNullOrEmpty(DAKCKPMBKFF))
|
|
{
|
|
Debug.LogError(DAKCKPMBKFF);
|
|
}
|
|
base.LJEGODCLHAG.PopFlow();
|
|
}
|
|
|
|
// Token: 0x06028343 RID: 164675 RVA: 0x00B3150C File Offset: 0x00B2F70C
|
|
public void Button_SendMessage()
|
|
{
|
|
string text = this.inputField3D.DNMECLBBGAP.text;
|
|
if (!string.IsNullOrEmpty(text) && base.CNEINLCOBDF != null)
|
|
{
|
|
this.inputField3D.DNMECLBBGAP.DeactivateInputField();
|
|
this.sendButton.LAEOBJEDBNM = false;
|
|
SingletonMonoBehaviour<SessionManager>.NCKMBFBMBFM.SendTextMessageToPlayer(ObscuredLong.EDHNDLCFIOL(base.CNEINLCOBDF.PKJFPDJKJAH), text, new HEMCJJJMLKI.CBJHDCMGOCN(this.EJMOGIKBIOH));
|
|
}
|
|
}
|
|
|
|
// Token: 0x06028345 RID: 164677 RVA: 0x00B3158C File Offset: 0x00B2F78C
|
|
public void IGOJHAAJFPM(string DBFLEFGEFCO)
|
|
{
|
|
if (string.IsNullOrEmpty(DBFLEFGEFCO))
|
|
{
|
|
this.textSize.text = "Logging in...";
|
|
this.sendButton.LAEOBJEDBNM = true;
|
|
}
|
|
else
|
|
{
|
|
this.textSize.text = DBFLEFGEFCO.Length.ToString();
|
|
this.sendButton.LAEOBJEDBNM = true;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06028346 RID: 164678 RVA: 0x00B315F0 File Offset: 0x00B2F7F0
|
|
public void CMAFCNHEAAJ(string DBFLEFGEFCO)
|
|
{
|
|
if (string.IsNullOrEmpty(DBFLEFGEFCO))
|
|
{
|
|
this.textSize.text = "lifeBar";
|
|
this.sendButton.LAEOBJEDBNM = false;
|
|
}
|
|
else
|
|
{
|
|
this.textSize.text = DBFLEFGEFCO.Length.ToString();
|
|
this.sendButton.LAEOBJEDBNM = true;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06028347 RID: 164679 RVA: 0x00B31654 File Offset: 0x00B2F854
|
|
public virtual void CHAEOBBPAMG(StackedUIFlowBase KJKLMLPCCAO)
|
|
{
|
|
base.OnFlowEntered(KJKLMLPCCAO);
|
|
this.inputField3D.DNMECLBBGAP.text = string.Empty;
|
|
this.sendButton.LAEOBJEDBNM = false;
|
|
this.inputField3D.JJNGCDLLIDG().Select();
|
|
}
|
|
|
|
// Token: 0x06028348 RID: 164680 RVA: 0x00B31690 File Offset: 0x00B2F890
|
|
public void EBNEJADMOEH()
|
|
{
|
|
string text = this.inputField3D.JJNGCDLLIDG().text;
|
|
if (!string.IsNullOrEmpty(text) && base.CNEINLCOBDF != null)
|
|
{
|
|
this.inputField3D.DNMECLBBGAP.DeactivateInputField();
|
|
this.sendButton.LAEOBJEDBNM = true;
|
|
SingletonMonoBehaviour<SessionManager>.NCKMBFBMBFM.SendTextMessageToPlayer(ObscuredLong.BCOOPNEAHJJ(base.CNEINLCOBDF.GBLOHKIKJHD()), text, new HEMCJJJMLKI.CBJHDCMGOCN(this.CEEDJPJMAON));
|
|
}
|
|
}
|
|
|
|
// Token: 0x06028349 RID: 164681 RVA: 0x00B31708 File Offset: 0x00B2F908
|
|
private void MBHOIMDFBJL(string DAKCKPMBKFF)
|
|
{
|
|
if (!string.IsNullOrEmpty(DAKCKPMBKFF))
|
|
{
|
|
Debug.LogError(DAKCKPMBKFF);
|
|
}
|
|
base.LJEGODCLHAG.PopFlow();
|
|
}
|
|
|
|
// Token: 0x0602834A RID: 164682 RVA: 0x00B31728 File Offset: 0x00B2F928
|
|
[CompilerGenerated]
|
|
private void EJMOGIKBIOH(string DAKCKPMBKFF)
|
|
{
|
|
if (!string.IsNullOrEmpty(DAKCKPMBKFF))
|
|
{
|
|
Debug.LogError(DAKCKPMBKFF);
|
|
}
|
|
base.LJEGODCLHAG.PopFlow();
|
|
}
|
|
|
|
// Token: 0x0602834B RID: 164683 RVA: 0x00B31748 File Offset: 0x00B2F948
|
|
private void FLCJIHNFKMI(string DAKCKPMBKFF)
|
|
{
|
|
if (!string.IsNullOrEmpty(DAKCKPMBKFF))
|
|
{
|
|
Debug.LogError(DAKCKPMBKFF);
|
|
}
|
|
base.LJEGODCLHAG.PopFlow();
|
|
}
|
|
|
|
// Token: 0x0602834C RID: 164684 RVA: 0x00B31768 File Offset: 0x00B2F968
|
|
public void FPJGEHOJAIM()
|
|
{
|
|
string text = this.inputField3D.JJNGCDLLIDG().text;
|
|
if (!string.IsNullOrEmpty(text) && base.CNEINLCOBDF != null)
|
|
{
|
|
this.inputField3D.IBOEAKEEHIJ().DeactivateInputField();
|
|
this.sendButton.LAEOBJEDBNM = true;
|
|
SingletonMonoBehaviour<SessionManager>.NCKMBFBMBFM.SendTextMessageToPlayer(ObscuredLong.EDHNDLCFIOL(base.CNEINLCOBDF.OPMJADPPPBI()), text, new HEMCJJJMLKI.CBJHDCMGOCN(this.CEEDJPJMAON));
|
|
}
|
|
}
|
|
|
|
// Token: 0x0602834D RID: 164685 RVA: 0x00B317E0 File Offset: 0x00B2F9E0
|
|
public virtual void CCNCIJOMNFI(StackedUIFlowBase KJKLMLPCCAO)
|
|
{
|
|
base.OnFlowEntered(KJKLMLPCCAO);
|
|
this.inputField3D.IBOEAKEEHIJ().text = string.Empty;
|
|
this.sendButton.LAEOBJEDBNM = false;
|
|
this.inputField3D.JJNGCDLLIDG().Select();
|
|
}
|
|
|
|
// Token: 0x0602834E RID: 164686 RVA: 0x00B3181C File Offset: 0x00B2FA1C
|
|
public override void AFBOMACKOOK(StackedUIFlowBase KJKLMLPCCAO)
|
|
{
|
|
base.OnFlowEntered(KJKLMLPCCAO);
|
|
this.inputField3D.FMLLFMDJNDK().text = string.Empty;
|
|
this.sendButton.LAEOBJEDBNM = false;
|
|
this.inputField3D.JJNGCDLLIDG().Select();
|
|
}
|
|
|
|
// Token: 0x0602834F RID: 164687 RVA: 0x00B31858 File Offset: 0x00B2FA58
|
|
public void BKANJIDGLND(string DBFLEFGEFCO)
|
|
{
|
|
if (string.IsNullOrEmpty(DBFLEFGEFCO))
|
|
{
|
|
this.textSize.text = "{0}:{1}:{2}:{3}:{4}:{5}";
|
|
this.sendButton.LAEOBJEDBNM = true;
|
|
}
|
|
else
|
|
{
|
|
this.textSize.text = DBFLEFGEFCO.Length.ToString();
|
|
this.sendButton.LAEOBJEDBNM = false;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06028350 RID: 164688 RVA: 0x00B318BC File Offset: 0x00B2FABC
|
|
public void AOEKCNNOPPE(string DBFLEFGEFCO)
|
|
{
|
|
if (string.IsNullOrEmpty(DBFLEFGEFCO))
|
|
{
|
|
this.textSize.text = "Visible";
|
|
this.sendButton.LAEOBJEDBNM = false;
|
|
}
|
|
else
|
|
{
|
|
this.textSize.text = DBFLEFGEFCO.Length.ToString();
|
|
this.sendButton.LAEOBJEDBNM = true;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06028351 RID: 164689 RVA: 0x00B31920 File Offset: 0x00B2FB20
|
|
public void AJHMDPFFBLH()
|
|
{
|
|
string text = this.inputField3D.JJNGCDLLIDG().text;
|
|
if (!string.IsNullOrEmpty(text) && base.CNEINLCOBDF != null)
|
|
{
|
|
this.inputField3D.JJNGCDLLIDG().DeactivateInputField();
|
|
this.sendButton.LAEOBJEDBNM = false;
|
|
SingletonMonoBehaviour<SessionManager>.NCKMBFBMBFM.SendTextMessageToPlayer(ObscuredLong.EDHNDLCFIOL(base.CNEINLCOBDF.PKJFPDJKJAH), text, new HEMCJJJMLKI.CBJHDCMGOCN(this.EJMOGIKBIOH));
|
|
}
|
|
}
|
|
|
|
// Token: 0x06028352 RID: 164690 RVA: 0x00B31998 File Offset: 0x00B2FB98
|
|
public override void OnFlowEntered(StackedUIFlowBase KJKLMLPCCAO)
|
|
{
|
|
base.OnFlowEntered(KJKLMLPCCAO);
|
|
this.inputField3D.DNMECLBBGAP.text = string.Empty;
|
|
this.sendButton.LAEOBJEDBNM = false;
|
|
this.inputField3D.DNMECLBBGAP.Select();
|
|
}
|
|
|
|
// Token: 0x06028353 RID: 164691 RVA: 0x00B319D4 File Offset: 0x00B2FBD4
|
|
public void OnTextValueChanged(string DBFLEFGEFCO)
|
|
{
|
|
if (string.IsNullOrEmpty(DBFLEFGEFCO))
|
|
{
|
|
this.textSize.text = "0";
|
|
this.sendButton.LAEOBJEDBNM = false;
|
|
}
|
|
else
|
|
{
|
|
this.textSize.text = DBFLEFGEFCO.Length.ToString();
|
|
this.sendButton.LAEOBJEDBNM = true;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0400640A RID: 25610
|
|
[Header("Enter Text Message")]
|
|
[SerializeField]
|
|
private InputField3D inputField3D;
|
|
|
|
// Token: 0x0400640B RID: 25611
|
|
[SerializeField]
|
|
private Text textSize;
|
|
|
|
// Token: 0x0400640C RID: 25612
|
|
[SerializeField]
|
|
private Button3D sendButton;
|
|
}
|