scripts
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace AGUI.StackedUI
|
||||
{
|
||||
// Token: 0x02001A73 RID: 6771
|
||||
[Token(Token = "0x2001A73")]
|
||||
[StructLayout(3)]
|
||||
public class CreationObjectSettingFriendlyIntControl : BaseCreationObjectSettingFriendlyIntControl<CreationObjectSettingFriendlyIntControl>
|
||||
{
|
||||
// Token: 0x0600B60C RID: 46604 RVA: 0x002AB210 File Offset: 0x002A9410
|
||||
[Token(Token = "0x600B60C")]
|
||||
[Address(RVA = "0x11917C0", Offset = "0x11901C0", VA = "0x1811917C0")]
|
||||
public CreationObjectSettingFriendlyIntControl()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user