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,26 @@
using System;
using Cpp2IlInjected;
using UnityEngine;
namespace RRUI.Data
{
// Token: 0x0200088D RID: 2189
[Token(Token = "0x200088D")]
public abstract class RadioButtonSliderControllerImpl<T> : SliderControllerImpl<T> where T : ICEIABPJKLB
{
// Token: 0x06003CD7 RID: 15575 RVA: 0x000F5870 File Offset: 0x000F3A70
[Token(Token = "0x6003CD7")]
[Address(RVA = "0x1CC5F20", Offset = "0x1CC4F20", VA = "0x181CC5F20")]
protected RadioButtonSliderControllerImpl()
{
bool subscribeToDefaultModelEvents = ((MIGKLLCFKNJ)this).OFMCMEJOOJN;
}
// Token: 0x0400335A RID: 13146
[FieldOffset(Offset = "0x0")]
[Token(Token = "0x400335A")]
[SerializeField]
[NKNLDEIPALE(FHBJCBPFODN.Self, false, false, false)]
protected RadioButtonSlider radioButtonSlider;
}
}