This commit is contained in:
niko
2026-04-10 22:50:51 +02:00
parent 6d1607d5a2
commit f18d448581
17033 changed files with 2863270 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;
}
}