19 lines
706 B
C#
19 lines
706 B
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
using AGUI.StackedUI;
|
|
using Cpp2IlInjected;
|
|
|
|
// Token: 0x0200025C RID: 604
|
|
[Token(Token = "0x200025C")]
|
|
[StructLayout(3)]
|
|
public class CPNMFOKDBKM : OMKPHDBNLKH<CreationObjectSettingBooleanUIControl, bool>
|
|
{
|
|
// Token: 0x060011FC RID: 4604 RVA: 0x0004D82C File Offset: 0x0004BA2C
|
|
[Token(Token = "0x60011FC")]
|
|
[Address(RVA = "0x13746D0", Offset = "0x13730D0", VA = "0x1813746D0")]
|
|
public CPNMFOKDBKM(OMKPHDBNLKH<CreationObjectSettingBooleanUIControl, bool>.DEDABHKCIBG prefabResolver, OMKPHDBNLKH<CreationObjectSettingBooleanUIControl, bool>.OHINDOLFNMP onInstanceCreated, int priority)
|
|
: base(prefabResolver, onInstanceCreated, priority)
|
|
{
|
|
}
|
|
}
|