This commit is contained in:
niko
2026-04-08 23:40:05 +02:00
parent d6894bcbc7
commit 18dc73f922
7750 changed files with 1795369 additions and 0 deletions
@@ -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()
{
}
}
}