This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
@@ -0,0 +1,17 @@
using System;
using Cpp2IlInjected;
namespace AGUI.StackedUI
{
// Token: 0x02001172 RID: 4466
[Token(Token = "0x2001172")]
public class RadioGroup3D : RadioGroup3DBase<RadioButton3D>
{
// Token: 0x060063EE RID: 25582 RVA: 0x0015AF2C File Offset: 0x0015912C
[Token(Token = "0x60063EE")]
[Address(RVA = "0x1DC6CB0", Offset = "0x1DC5CB0", VA = "0x181DC6CB0")]
public RadioGroup3D()
{
}
}
}