This commit is contained in:
niko
2026-04-10 22:50:51 +02:00
parent 6d1607d5a2
commit f18d448581
17033 changed files with 2863270 additions and 0 deletions
@@ -0,0 +1,17 @@
using System;
using Cpp2IlInjected;
namespace AGUI.StackedUI
{
// Token: 0x020010D4 RID: 4308
[Token(Token = "0x20010D4")]
public class CreationObjectSettingFriendlyGuidSetControl : BaseCreationObjectSettingFriendlyIntControl<CreationObjectSettingFriendlyGuidSetControl>
{
// Token: 0x0600619F RID: 24991 RVA: 0x00156340 File Offset: 0x00154540
[Token(Token = "0x600619F")]
[Address(RVA = "0xF3E080", Offset = "0xF3CE80", VA = "0x180F3E080")]
public CreationObjectSettingFriendlyGuidSetControl()
{
}
}
}