scripts
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace AGUI.StackedUI
|
||||
{
|
||||
// Token: 0x02001A70 RID: 6768
|
||||
[Token(Token = "0x2001A70")]
|
||||
[StructLayout(3)]
|
||||
public class CreationObjectSettingFriendlyGuidSetControl : BaseCreationObjectSettingFriendlyIntControl<CreationObjectSettingFriendlyGuidSetControl>
|
||||
{
|
||||
// Token: 0x0600B601 RID: 46593 RVA: 0x002AAFE4 File Offset: 0x002A91E4
|
||||
[Token(Token = "0x600B601")]
|
||||
[Address(RVA = "0x1191780", Offset = "0x1190180", VA = "0x181191780")]
|
||||
public CreationObjectSettingFriendlyGuidSetControl()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user