This commit is contained in:
niko
2026-04-08 23:40:05 +02:00
parent d6894bcbc7
commit 18dc73f922
7750 changed files with 1795369 additions and 0 deletions
@@ -0,0 +1,22 @@
using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace CircuitsV2.Graph
{
// Token: 0x02000274 RID: 628
[Token(Token = "0x200019B")]
[StructLayout(3)]
public interface ITransformable
{
// Token: 0x1700042F RID: 1071
// (get) Token: 0x06001572 RID: 5490
[Token(Token = "0x17000414")]
CircuitObjectTransform Transform
{
[Token(Token = "0x600115E")]
[Address(Slot = "0")]
get;
}
}
}