Files
Aug2021-Cpp2IL-Dump/Assembly-CSharp/RecRoom/Core/Creation/Circuits/TimerCircuitNodeDisplay.cs
T
2026-04-10 22:50:51 +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: 0x0200327F RID: 12927
[Token(Token = "0x200327F")]
public class TimerCircuitNodeDisplay : ModedCircuitNodeDisplay<TimerNode>
{
// Token: 0x17003D4D RID: 15693
// (get) Token: 0x06016383 RID: 91011 RVA: 0x0052FCD8 File Offset: 0x0052DED8
[Token(Token = "0x17003D4D")]
protected override Dictionary<string, FLCFOLDCOJJ> COHNLMCLBPI
{
[Token(Token = "0x6016383")]
[Address(RVA = "0xC65260", Offset = "0xC64060", VA = "0x180C65260", 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: 0x17003D4E RID: 15694
// (get) Token: 0x06016384 RID: 91012 RVA: 0x0052FD20 File Offset: 0x0052DF20
[Token(Token = "0x17003D4E")]
protected override object KCNNJNGLIEO
{
[Token(Token = "0x6016384")]
[Address(RVA = "0xC65230", Offset = "0xC64030", VA = "0x180C65230", Slot = "34")]
get
{
return "mode";
}
}
// Token: 0x06016385 RID: 91013 RVA: 0x0052FD34 File Offset: 0x0052DF34
[Token(Token = "0x6016385")]
[Address(RVA = "0xC651B0", Offset = "0xC63FB0", VA = "0x180C651B0", Slot = "35")]
protected override int BJKDPHHLCII()
{
CircuitNode mbbjmcdgdmn = this.MBBJMCDGDMN;
if (mbbjmcdgdmn == 0 || mbbjmcdgdmn != 0)
{
}
return 0;
}
// Token: 0x06016386 RID: 91014 RVA: 0x0052FD54 File Offset: 0x0052DF54
[Token(Token = "0x6016386")]
[Address(RVA = "0xC65410", Offset = "0xC64210", VA = "0x180C65410")]
public TimerCircuitNodeDisplay()
{
}
}
}