Files
27Aug2021-Cpp2IL-Dump/PhotonRealtime/GAGAJPGDOFG.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

39 lines
958 B
C#

using System;
using System.Collections.Generic;
using Cpp2IlInjected;
// Token: 0x02000010 RID: 16
[Token(Token = "0x2000010")]
public interface GAGAJPGDOFG
{
// Token: 0x060000AA RID: 170
[Token(Token = "0x60000AA")]
[Address(Slot = "0")]
void OnConnected();
// Token: 0x060000AB RID: 171
[Token(Token = "0x60000AB")]
[Address(Slot = "1")]
void OnConnectedToMaster();
// Token: 0x060000AC RID: 172
[Token(Token = "0x60000AC")]
[Address(Slot = "2")]
void OnDisconnected(HBLIFEODFBP HBFDEOCGFIC);
// Token: 0x060000AD RID: 173
[Token(Token = "0x60000AD")]
[Address(Slot = "3")]
void OnRegionListReceived(PAFALHLLJFO JLOJMJNINAB);
// Token: 0x060000AE RID: 174
[Token(Token = "0x60000AE")]
[Address(Slot = "4")]
void OnCustomAuthenticationResponse(Dictionary<string, object> ABADFLCBFIJ);
// Token: 0x060000AF RID: 175
[Token(Token = "0x60000AF")]
[Address(Slot = "5")]
void OnCustomAuthenticationFailed(string NLFHMKPDGNI);
}