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

87 lines
2.6 KiB
C#

using System;
using System.Collections.Generic;
using Cpp2IlInjected;
using RecRoom.Circuits;
namespace RecRoom.Core.Creation.Circuits
{
// Token: 0x0200334A RID: 13130
[Token(Token = "0x200334A")]
public class RandomCircuitNodeDisplay : ModedCircuitNodeDisplay<RandomNode>
{
// Token: 0x17003DE9 RID: 15849
// (get) Token: 0x060166F8 RID: 91896 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x17003DE9")]
protected override Dictionary<string, FLCFOLDCOJJ> COHNLMCLBPI
{
[Token(Token = "0x60166F8")]
[Address(RVA = "0x17960F0", Offset = "0x17950F0", VA = "0x1817960F0", Slot = "33")]
get
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
}
// Token: 0x17003DEA RID: 15850
// (get) Token: 0x060166F9 RID: 91897 RVA: 0x00535F0C File Offset: 0x0053410C
[Token(Token = "0x17003DEA")]
protected override object KCNNJNGLIEO
{
[Token(Token = "0x60166F9")]
[Address(RVA = "0x17960C0", Offset = "0x17950C0", VA = "0x1817960C0", Slot = "34")]
get
{
return "mode";
}
}
// Token: 0x060166FA RID: 91898 RVA: 0x00535F20 File Offset: 0x00534120
[Token(Token = "0x60166FA")]
[Address(RVA = "0x1796040", Offset = "0x1795040", VA = "0x181796040", Slot = "35")]
protected override int BJKDPHHLCII()
{
CircuitNode mbbjmcdgdmn = this.MBBJMCDGDMN;
if (mbbjmcdgdmn == 0 || mbbjmcdgdmn != 0)
{
}
return 0;
}
// Token: 0x060166FB RID: 91899 RVA: 0x00535F40 File Offset: 0x00534140
[Token(Token = "0x60166FB")]
[Address(RVA = "0x1796230", Offset = "0x1795230", VA = "0x181796230")]
public RandomCircuitNodeDisplay()
{
}
// Token: 0x060166FC RID: 91900 RVA: 0x00535F54 File Offset: 0x00534154
// Note: this type is marked as 'beforefieldinit'.
[Token(Token = "0x60166FC")]
[Address(RVA = "0x1796150", Offset = "0x1795150", VA = "0x181796150")]
static RandomCircuitNodeDisplay()
{
Dictionary<string, FLCFOLDCOJJ> dictionary = new Dictionary();
}
// Token: 0x0400EA90 RID: 60048
[Token(Token = "0x400EA90")]
private const string EDPFEAGALGB = "Continuous";
// Token: 0x0400EA91 RID: 60049
[Token(Token = "0x400EA91")]
private const string FJDOJLEGFCG = "Keep outputting after signal";
// Token: 0x0400EA92 RID: 60050
[Token(Token = "0x400EA92")]
private const string EKMLEMPFMOO = "Pulse";
// Token: 0x0400EA93 RID: 60051
[Token(Token = "0x400EA93")]
private const string LCOJNPNFNOB = "Output once per signal";
// Token: 0x0400EA94 RID: 60052
[Token(Token = "0x400EA94")]
private static readonly Dictionary<string, FLCFOLDCOJJ> FDFJMLGMIDE;
}
}