scripts
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace AGUI.StackedUI
|
||||
{
|
||||
// Token: 0x02001A6A RID: 6762
|
||||
[Token(Token = "0x2001A6A")]
|
||||
[StructLayout(3)]
|
||||
public class CreationObjectSettingFriendlyFlagsControl : BaseCreationObjectSettingFriendlyFlagsControl<CreationObjectSettingFriendlyFlagsControl>
|
||||
{
|
||||
// Token: 0x0600B5EE RID: 46574 RVA: 0x002AAD68 File Offset: 0x002A8F68
|
||||
[Token(Token = "0x600B5EE")]
|
||||
[Address(RVA = "0x1191700", Offset = "0x1190100", VA = "0x181191700")]
|
||||
public CreationObjectSettingFriendlyFlagsControl()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user