This commit is contained in:
niko
2026-04-08 23:40:05 +02:00
parent d6894bcbc7
commit 18dc73f922
7750 changed files with 1795369 additions and 0 deletions
@@ -0,0 +1,19 @@
using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace RRUI.Data
{
// Token: 0x02000A48 RID: 2632
[Token(Token = "0x2000A48")]
[StructLayout(3)]
public class PosableHatDialogModel : PosableHatDialogModel<EKBJNAABAPK>
{
// Token: 0x060043CA RID: 17354 RVA: 0x00108D80 File Offset: 0x00106F80
[Token(Token = "0x60043CA")]
[Address(RVA = "0x1962740", Offset = "0x1961140", VA = "0x181962740")]
public PosableHatDialogModel()
{
}
}
}