This commit is contained in:
niko
2026-04-10 22:50:51 +02:00
parent 6d1607d5a2
commit f18d448581
17033 changed files with 2863270 additions and 0 deletions
@@ -0,0 +1,55 @@
using System;
using Cpp2IlInjected;
using UnityEngine;
namespace RRUI.Data
{
// Token: 0x02000B01 RID: 2817
[Token(Token = "0x2000B01")]
public class InitializationModel : RRUIModel
{
// Token: 0x17000C59 RID: 3161
// (get) Token: 0x06004740 RID: 18240 RVA: 0x00110C08 File Offset: 0x0010EE08
[Token(Token = "0x17000C59")]
protected override bool PHGOLNMDJLH
{
[Token(Token = "0x6004740")]
[Address(RVA = "0x460D40", Offset = "0x45FB40", VA = "0x180460D40", Slot = "12")]
get
{
return true;
}
}
// Token: 0x06004741 RID: 18241 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6004741")]
[Address(RVA = "0x402080", Offset = "0x400E80", VA = "0x180402080", Slot = "22")]
protected override void AHFKACICJNC()
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06004742 RID: 18242 RVA: 0x00110C18 File Offset: 0x0010EE18
[Token(Token = "0x6004742")]
[Address(RVA = "0xF6A230", Offset = "0xF69030", VA = "0x180F6A230", Slot = "26")]
protected override DABKFAIHBBP GLPJPIEOLDF()
{
return JJEKJGALHKO.<EIDHKJMHBEC>k__BackingField;
}
// Token: 0x06004743 RID: 18243 RVA: 0x00110C2C File Offset: 0x0010EE2C
[Token(Token = "0x6004743")]
[Address(RVA = "0xF6A2D0", Offset = "0xF690D0", VA = "0x180F6A2D0")]
public InitializationModel()
{
}
// Token: 0x04003696 RID: 13974
[FieldOffset(Offset = "0x68")]
[Token(Token = "0x4003696")]
[SerializeField]
[INPFBLGGAJF]
[IKJMHFGIDEP("This is a model which should only be used in the rare case\nthat an RRUI screen has no other models and contains controllers\non inactive GameObjects that are bound to models outside the screen's scope.\nWithout this model, these controllers would never be initialized.")]
private bool comment;
}
}