12 lines
286 B
C#
12 lines
286 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace RecRoom.Circuits
|
|
{
|
|
// Token: 0x0200004B RID: 75
|
|
// (Invoke) Token: 0x060001EE RID: 494
|
|
[Token(Token = "0x200004B")]
|
|
public delegate void OutputNodeUpdated(Dictionary<InputSlot, int> slotUpdates);
|
|
}
|