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
+21
View File
@@ -0,0 +1,21 @@
using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using CircuitsV2;
using Cpp2IlInjected;
// Token: 0x02002335 RID: 9013
[Token(Token = "0x2002335")]
[StructLayout(3)]
public interface MFCBKMADIEL
{
// Token: 0x170029FC RID: 10748
// (get) Token: 0x0600F867 RID: 63591
[Token(Token = "0x170029FC")]
IEnumerable<CircuitEventDefinition> OKLNJOPHHDI
{
[Token(Token = "0x600F867")]
[Address(Slot = "0")]
get;
}
}