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: 0x02000A55 RID: 2645
[Token(Token = "0x2000A55")]
[StructLayout(3)]
public class ThreeButtonMessageDialogModel : ThreeButtonMessageDialogModel<IOMBIEIBFAK>
{
// Token: 0x060043F2 RID: 17394 RVA: 0x001090F0 File Offset: 0x001072F0
[Token(Token = "0x60043F2")]
[Address(RVA = "0x1B01C40", Offset = "0x1B00640", VA = "0x181B01C40")]
public ThreeButtonMessageDialogModel()
{
}
}
}