25 lines
847 B
C#
25 lines
847 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace RecRoom.Circuits.Utils
|
|
{
|
|
// Token: 0x02000094 RID: 148
|
|
[Token(Token = "0x2000094")]
|
|
internal static class NodeEventUtil
|
|
{
|
|
// Token: 0x06000424 RID: 1060 RVA: 0x00002053 File Offset: 0x00000253
|
|
[Token(Token = "0x6000424")]
|
|
[Address(RVA = "0x38B9A90", Offset = "0x38B8890", VA = "0x1838B9A90")]
|
|
internal static void SafeInvoke(this CircuitNode.NodeLifecycleEvent nodeLifecycleEvent, CircuitNode nodeArg)
|
|
{
|
|
}
|
|
|
|
// Token: 0x06000425 RID: 1061 RVA: 0x00002053 File Offset: 0x00000253
|
|
[Token(Token = "0x6000425")]
|
|
[Address(RVA = "0x38B99F0", Offset = "0x38B87F0", VA = "0x1838B99F0")]
|
|
internal static void SafeInvoke(this CircuitNode.NodeConnectionChanged nodeConnectionEvent, CircuitNode sourceNode, CircuitNode destNode, InputSlot inputSlot, OutputSlot outputSlot)
|
|
{
|
|
}
|
|
}
|
|
}
|