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: 0x020011BA RID: 4538
[Token(Token = "0x20011BA")]
public class MakerPenToolRadioGroup : RadioGroup3DBase<MakerPenToolRadioButton>
{
// Token: 0x06006578 RID: 25976 RVA: 0x0015FA9C File Offset: 0x0015DC9C
[Token(Token = "0x6006578")]
[Address(RVA = "0x17DBB40", Offset = "0x17DAB40", VA = "0x1817DBB40")]
public MakerPenToolRadioGroup()
{
}
}
}