scripts
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace RecRoom.CircuitsV2.Adapter
|
||||
{
|
||||
// Token: 0x02002376 RID: 9078
|
||||
[Token(Token = "0x2002376")]
|
||||
[Serializable]
|
||||
[StructLayout(3, Size = 4)]
|
||||
public enum IOKind
|
||||
{
|
||||
// Token: 0x0400A757 RID: 42839
|
||||
[Token(Token = "0x400A757")]
|
||||
Input,
|
||||
// Token: 0x0400A758 RID: 42840
|
||||
[Token(Token = "0x400A758")]
|
||||
Output
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user