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: 0x02000A44 RID: 2628
[Token(Token = "0x2000A44")]
[StructLayout(3)]
public class OneButtonMessageDialogModel : OneButtonMessageDialogModel<DGHLPMOEABF>
{
// Token: 0x0600438C RID: 17292 RVA: 0x00108B18 File Offset: 0x00106D18
[Token(Token = "0x600438C")]
[Address(RVA = "0x195A490", Offset = "0x1958E90", VA = "0x18195A490")]
public OneButtonMessageDialogModel()
{
}
}
}