scripts
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace AGUI.StackedUI
|
||||
{
|
||||
// Token: 0x02001A6C RID: 6764
|
||||
[Token(Token = "0x2001A6C")]
|
||||
[StructLayout(3)]
|
||||
public class CreationObjectSettingFriendlyGuidControl : BaseCreationObjectSettingFriendlyIntControl<CreationObjectSettingFriendlyGuidControl>
|
||||
{
|
||||
// Token: 0x0600B5F7 RID: 46583 RVA: 0x002AAED4 File Offset: 0x002A90D4
|
||||
[Token(Token = "0x600B5F7")]
|
||||
[Address(RVA = "0x1191740", Offset = "0x1190140", VA = "0x181191740")]
|
||||
public CreationObjectSettingFriendlyGuidControl()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user