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: 0x020010ED RID: 4333
[Token(Token = "0x20010ED")]
public class MakerPenToolRadioGroup : RadioGroup3DBase<MakerPenToolRadioButton>
{
// Token: 0x06006222 RID: 25122 RVA: 0x00157CE0 File Offset: 0x00155EE0
[Token(Token = "0x6006222")]
[Address(RVA = "0xCDCAD0", Offset = "0xCDB8D0", VA = "0x180CDCAD0")]
public MakerPenToolRadioGroup()
{
}
}
}