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 RRUI.Data
{
// Token: 0x02000BF2 RID: 3058
[Token(Token = "0x2000BF2")]
public class DynamicIntInputFieldModel : DynamicInputFieldModel<LDOGKCENACO>
{
// Token: 0x06004B58 RID: 19288 RVA: 0x00117FAC File Offset: 0x001161AC
[Token(Token = "0x6004B58")]
[Address(RVA = "0x2086150", Offset = "0x2085150", VA = "0x182086150")]
public DynamicIntInputFieldModel()
{
}
}
}