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
+38
View File
@@ -0,0 +1,38 @@
using System;
using System.Collections.Generic;
using Cpp2IlInjected;
// Token: 0x02000011 RID: 17
[Token(Token = "0x2000011")]
public interface GAGAJPGDOFG
{
// Token: 0x060000B9 RID: 185
[Token(Token = "0x60000B9")]
[Address(Slot = "0")]
void OnConnected();
// Token: 0x060000BA RID: 186
[Token(Token = "0x60000BA")]
[Address(Slot = "1")]
void OnConnectedToMaster();
// Token: 0x060000BB RID: 187
[Token(Token = "0x60000BB")]
[Address(Slot = "2")]
void OnDisconnected(HBLIFEODFBP HBFDEOCGFIC);
// Token: 0x060000BC RID: 188
[Token(Token = "0x60000BC")]
[Address(Slot = "3")]
void OnRegionListReceived(PAFALHLLJFO JLOJMJNINAB);
// Token: 0x060000BD RID: 189
[Token(Token = "0x60000BD")]
[Address(Slot = "4")]
void OnCustomAuthenticationResponse(Dictionary<string, object> ABADFLCBFIJ);
// Token: 0x060000BE RID: 190
[Token(Token = "0x60000BE")]
[Address(Slot = "5")]
void OnCustomAuthenticationFailed(string NLFHMKPDGNI);
}