This commit is contained in:
niko
2026-04-11 22:19:20 +02:00
parent 45b857ff11
commit 8fc35183db
17034 changed files with 2863552 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
using System;
using System.Collections.Generic;
using Cpp2IlInjected;
// Token: 0x0200004E RID: 78
[Token(Token = "0x200004E")]
public interface PIFMNIINPBA<TNode, TInputPort, TOutputPort, TCheckableConnection> : ICGMFALLCID where TNode : class, NLNCALNMFGJ<TNode, TInputPort, TOutputPort, TCheckableConnection> where TInputPort : class, ODLPMCMJJNJ<TNode, TInputPort, TOutputPort, TCheckableConnection> where TOutputPort : class, PIFMNIINPBA<TNode, TInputPort, TOutputPort, TCheckableConnection> where TCheckableConnection : class, DBBPKNDGNIM<TNode, TInputPort, TOutputPort, TCheckableConnection>
{
// Token: 0x170000A6 RID: 166
// (get) Token: 0x06000305 RID: 773
[Token(Token = "0x170000A6")]
IEnumerable<TCheckableConnection> NEHADGCNHDE
{
[Token(Token = "0x6000305")]
[Address(Slot = "0")]
get;
}
}