Files
27Aug2021-Cpp2IL-Dump/Assembly-CSharp/RecRoom/Core/Creation/SandboxGizmos/LogScreenModelController.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

81 lines
2.4 KiB
C#

using System;
using System.Collections.Generic;
using Cpp2IlInjected;
using RRUI.Data;
using UnityEngine;
namespace RecRoom.Core.Creation.SandboxGizmos
{
// Token: 0x02003402 RID: 13314
[Token(Token = "0x2003402")]
public class LogScreenModelController : ModelController<LogScreenModel>
{
// Token: 0x06016D8E RID: 93582 RVA: 0x0054E5D8 File Offset: 0x0054C7D8
[Token(Token = "0x6016D8E")]
[Address(RVA = "0x1DD7050", Offset = "0x1DD6050", VA = "0x181DD7050")]
public LogScreenModelController()
{
}
// Token: 0x02003403 RID: 13315
[Token(Token = "0x2003403")]
[Serializable]
private class LogSpawnerImpl : RecyclingListControllerImpl<LogScreenModel, LogEntryModel>
{
// Token: 0x06016D8F RID: 93583 RVA: 0x0054E5EC File Offset: 0x0054C7EC
[Token(Token = "0x6016D8F")]
[Address(RVA = "0x1DD88E0", Offset = "0x1DD78E0", VA = "0x181DD88E0", Slot = "27")]
protected override void DMAHGBLDMFA()
{
int num = 0;
bool flag;
if (flag)
{
base.KDEDJECMBGK<KLGMIAKHOOM.LogEntry>(num);
}
}
// Token: 0x06016D90 RID: 93584 RVA: 0x0054E60C File Offset: 0x0054C80C
[Token(Token = "0x6016D90")]
[Address(RVA = "0x1DD8640", Offset = "0x1DD7640", VA = "0x181DD8640", Slot = "33")]
protected override void CLBPDGGELMA(GameObject GCCLEJOGCCE, int EFBDCIJMFGD)
{
int num = 0;
if (num < EFBDCIJMFGD)
{
num += num;
if ("{il2cpp array field il2cppMethodInfo->}" == typeof(IReadOnlyList<KLGMIAKHOOM.LogEntry>).TypeHandle)
{
throw new NullReferenceException();
}
num++;
}
int num2 = 0;
ulong num3;
LogEntryModel logEntryModel = GCCLEJOGCCE.MHBNENBBNDJ(num3 != 0UL, num2 != 0);
bool flag;
if (!flag)
{
LogScreenModel caogbaacioh = logEntryModel.CAOGBAACIOH;
int num4 = 0;
if (caogbaacioh != num4)
{
MFBGLIHGCGO<ModelBase> <CDDJODFEDFI>k__BackingField = logEntryModel.CAOGBAACIOH.<CDDJODFEDFI>k__BackingField;
Action<ModelBase> action = new Action(logEntryModel.BGNBCLCEPPH);
}
logEntryModel.CAOGBAACIOH = this;
Action<ModelBase> action2 = new Action(logEntryModel.BGNBCLCEPPH);
}
logEntryModel.Clear();
}
// Token: 0x06016D91 RID: 93585 RVA: 0x0054E698 File Offset: 0x0054C898
[Token(Token = "0x6016D91")]
[Address(RVA = "0x1DD8970", Offset = "0x1DD7970", VA = "0x181DD8970")]
public LogSpawnerImpl()
{
}
}
}
}