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

73 lines
1.9 KiB
C#

using System;
using System.Collections.Generic;
using Cpp2IlInjected;
using RecRoom.Circuits;
namespace RecRoom.Core.Creation.Circuits
{
// Token: 0x0200336C RID: 13164
[Token(Token = "0x200336C")]
public class TimerCircuitNodeDisplay : ModedCircuitNodeDisplay<TimerNode>
{
// Token: 0x17003E11 RID: 15889
// (get) Token: 0x06016810 RID: 92176 RVA: 0x0053AAA0 File Offset: 0x00538CA0
[Token(Token = "0x17003E11")]
protected override Dictionary<string, FLCFOLDCOJJ> COHNLMCLBPI
{
[Token(Token = "0x6016810")]
[Address(RVA = "0x17A5880", Offset = "0x17A4880", VA = "0x1817A5880", Slot = "33")]
get
{
int num;
Dictionary<string, FLCFOLDCOJJ> dictionary;
Array values;
do
{
num = 0;
dictionary = new Dictionary();
values = Enum.GetValues(typeof(TimerNode.TimerModes));
}
while (values == 0);
if (num < values)
{
int hashCode = num.GetHashCode();
num++;
}
return dictionary;
}
}
// Token: 0x17003E12 RID: 15890
// (get) Token: 0x06016811 RID: 92177 RVA: 0x0053AAE8 File Offset: 0x00538CE8
[Token(Token = "0x17003E12")]
protected override object KCNNJNGLIEO
{
[Token(Token = "0x6016811")]
[Address(RVA = "0x17A5850", Offset = "0x17A4850", VA = "0x1817A5850", Slot = "34")]
get
{
return "mode";
}
}
// Token: 0x06016812 RID: 92178 RVA: 0x0053AAFC File Offset: 0x00538CFC
[Token(Token = "0x6016812")]
[Address(RVA = "0x17A57D0", Offset = "0x17A47D0", VA = "0x1817A57D0", Slot = "35")]
protected override int BJKDPHHLCII()
{
CircuitNode mbbjmcdgdmn = this.MBBJMCDGDMN;
if (mbbjmcdgdmn == 0 || mbbjmcdgdmn != 0)
{
}
return 0;
}
// Token: 0x06016813 RID: 92179 RVA: 0x0053AB1C File Offset: 0x00538D1C
[Token(Token = "0x6016813")]
[Address(RVA = "0x17A5A30", Offset = "0x17A4A30", VA = "0x1817A5A30")]
public TimerCircuitNodeDisplay()
{
}
}
}