96 lines
2.8 KiB
C#
96 lines
2.8 KiB
C#
using System;
|
|
using UnityEngine;
|
|
|
|
namespace AGUI.StackedUI.Dialog
|
|
{
|
|
// Token: 0x0200105D RID: 4189
|
|
public class UINUXReportDialog : ConfirmUIDialog
|
|
{
|
|
// Token: 0x060234EF RID: 144623 RVA: 0x009A09F0 File Offset: 0x0099EBF0
|
|
public override void OnFlowExited()
|
|
{
|
|
base.OnFlowExited();
|
|
global::UnityEngine.Object.Destroy(base.gameObject);
|
|
}
|
|
|
|
// Token: 0x060234F0 RID: 144624 RVA: 0x009A0A04 File Offset: 0x0099EC04
|
|
private void Awake()
|
|
{
|
|
this.reportButtons[0].KPLIDIBCAKP = true;
|
|
}
|
|
|
|
// Token: 0x060234F1 RID: 144625 RVA: 0x009A0A14 File Offset: 0x0099EC14
|
|
private void DLCHNOFPONJ()
|
|
{
|
|
this.reportButtons[1].KPLIDIBCAKP = true;
|
|
}
|
|
|
|
// Token: 0x060234F2 RID: 144626 RVA: 0x009A0A24 File Offset: 0x0099EC24
|
|
public virtual void ADAHFMMLNCC()
|
|
{
|
|
base.OnFlowExited();
|
|
global::UnityEngine.Object.Destroy(base.gameObject);
|
|
}
|
|
|
|
// Token: 0x060234F3 RID: 144627 RVA: 0x009A0A38 File Offset: 0x0099EC38
|
|
public void AIELHBKKIPD()
|
|
{
|
|
SingletonMonoBehaviour<ScreenSpaceNotificationManager>.NCKMBFBMBFM.PBFHPHLLDKB(ScreenSpaceNotificationManager.DBNGPDFKLEK.Vital, "COLORED_ON", "pr", 144f, 1551f, null);
|
|
if (this.reportButtons != null)
|
|
{
|
|
foreach (Button3D button3D in this.reportButtons)
|
|
{
|
|
button3D.LAEOBJEDBNM = false;
|
|
}
|
|
}
|
|
base.HKBNABEAKBE(HDPGPHCMBGP.Cancel, true);
|
|
}
|
|
|
|
// Token: 0x060234F4 RID: 144628 RVA: 0x009A0AA0 File Offset: 0x0099ECA0
|
|
public void Button_Report()
|
|
{
|
|
SingletonMonoBehaviour<ScreenSpaceNotificationManager>.NCKMBFBMBFM.PlayDelayed(ScreenSpaceNotificationManager.DBNGPDFKLEK.Major, "Thanks for your report.", "We will investigate.", 4f, 0.5f, null);
|
|
if (this.reportButtons != null)
|
|
{
|
|
foreach (Button3D button3D in this.reportButtons)
|
|
{
|
|
button3D.LAEOBJEDBNM = false;
|
|
}
|
|
}
|
|
base.HKBNABEAKBE(HDPGPHCMBGP.Affirmative, true);
|
|
}
|
|
|
|
// Token: 0x060234F6 RID: 144630 RVA: 0x009A0B10 File Offset: 0x0099ED10
|
|
public void FECBDNOLAHE()
|
|
{
|
|
SingletonMonoBehaviour<ScreenSpaceNotificationManager>.NCKMBFBMBFM.CPHPFIJEFCG(ScreenSpaceNotificationManager.DBNGPDFKLEK.Major, "\" gets executed locally only, if at all.", "DiscGolfParticles", 1395f, 1728f, null);
|
|
if (this.reportButtons != null)
|
|
{
|
|
foreach (Button3D button3D in this.reportButtons)
|
|
{
|
|
button3D.LAEOBJEDBNM = false;
|
|
}
|
|
}
|
|
base.HKBNABEAKBE(HDPGPHCMBGP.Cancel, false);
|
|
}
|
|
|
|
// Token: 0x060234F7 RID: 144631 RVA: 0x009A0B78 File Offset: 0x0099ED78
|
|
public virtual void JMCPJMLMEKC()
|
|
{
|
|
base.OnFlowExited();
|
|
global::UnityEngine.Object.Destroy(base.gameObject);
|
|
}
|
|
|
|
// Token: 0x060234F8 RID: 144632 RVA: 0x009A0B8C File Offset: 0x0099ED8C
|
|
public virtual void MEIAHPMFJHP()
|
|
{
|
|
base.OnFlowExited();
|
|
global::UnityEngine.Object.Destroy(base.gameObject);
|
|
}
|
|
|
|
// Token: 0x04005AC4 RID: 23236
|
|
[SerializeField]
|
|
private Button3D[] reportButtons;
|
|
}
|
|
}
|