using System; using AGUI.StackedUI; using Cpp2IlInjected; // Token: 0x02000690 RID: 1680 [Token(Token = "0x2000690")] public class LeavePartyConditionalButton : ConditionalButton { // Token: 0x06003076 RID: 12406 RVA: 0x000C6244 File Offset: 0x000C4444 [Token(Token = "0x6003076")] [Address(RVA = "0x91E0C0", Offset = "0x91CEC0", VA = "0x18091E0C0", Slot = "5")] protected override void PICEBFBCNCL() { Player k__BackingField = Player.k__BackingField; int num = 0; if (k__BackingField != num) { PlayerParty playerParty = k__BackingField.playerParty; int num2 = 0; if (!(playerParty != num2) || k__BackingField.playerParty.IDNBLIJBPKB) { } } int num3 = 0; base.ILGFOHIJHMG = num3; } // Token: 0x06003077 RID: 12407 RVA: 0x000C6298 File Offset: 0x000C4498 [Token(Token = "0x6003077")] [Address(RVA = "0x91DF60", Offset = "0x91CD60", VA = "0x18091DF60", Slot = "8")] protected override void MGFKPEMKOOK() { Player k__BackingField = Player.k__BackingField; int num = 0; if (k__BackingField != num) { PlayerParty playerParty = k__BackingField.playerParty; int num2 = 0; if (playerParty != num2 && k__BackingField.playerParty.IDNBLIJBPKB) { k__BackingField.playerParty.LeaveCurrentParty(); base.OnEnable(); } } } // Token: 0x06003078 RID: 12408 RVA: 0x000C62F0 File Offset: 0x000C44F0 [Token(Token = "0x6003078")] [Address(RVA = "0x91E210", Offset = "0x91D010", VA = "0x18091E210")] public LeavePartyConditionalButton() { } // Token: 0x02000691 RID: 1681 [Token(Token = "0x2000691")] public enum PCPGHDEHBBA { // Token: 0x04002826 RID: 10278 [Token(Token = "0x4002826")] Disabled, // Token: 0x04002827 RID: 10279 [Token(Token = "0x4002827")] Enabled } }