This commit is contained in:
niko
2026-04-11 22:19:20 +02:00
parent 45b857ff11
commit 8fc35183db
17034 changed files with 2863552 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()
{
}
}
}