using System; using System.Runtime.InteropServices; using Cpp2IlInjected; using UnityEngine; namespace RecRoom.Core.Creation.Costumes { // Token: 0x02002D3F RID: 11583 [Token(Token = "0x2002D3F")] [StructLayout(3)] public class CostumeUIPivot : BaseUIPivot { // Token: 0x060147CF RID: 83919 RVA: 0x004EA15C File Offset: 0x004E835C [Token(Token = "0x60147CF")] [Address(RVA = "0x167E670", Offset = "0x167D070", VA = "0x18167E670", Slot = "4")] protected override bool AADDLGNNEAB() { if (base.AADDLGNNEAB()) { Costume costume = this.costume; int num = 0; if (costume != num) { return this.costume.k__BackingField; } } throw new NullReferenceException(); } // Token: 0x060147D0 RID: 83920 RVA: 0x004EA198 File Offset: 0x004E8398 [Token(Token = "0x60147D0")] [Address(RVA = "0x167E710", Offset = "0x167D110", VA = "0x18167E710")] public CostumeUIPivot() { } // Token: 0x0400DB23 RID: 56099 [global::Cpp2IlInjected.FieldOffset(Offset = "0x30")] [Token(Token = "0x400DB23")] [SerializeField] [DDPIINEJFMD(JIBDPHMGEGO.Parent, false, false)] private Costume costume; } }