terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
MPSessionAPI.cs
Go to the documentation of this file.
1using System;
2
3// Token: 0x020002B2 RID: 690
4public interface MPSessionAPI
5{
6 // Token: 0x06001004 RID: 4100
8
9 // Token: 0x06001005 RID: 4101
11
12 // Token: 0x06001006 RID: 4102
13 MPSession CreateNewDirectSession(PlatformUser hostUser, MPSessionManager.LobbyState state, string serverAddress, int serverPort);
14
15 // Token: 0x06001007 RID: 4103
17
18 // Token: 0x06001008 RID: 4104
19 void Update();
20}
class f__AnonymousType0<< Count > j__TPar
MPSession CreateNewDirectSession(PlatformUser hostUser, MPSessionManager.LobbyState state, string serverAddress, int serverPort)
MPSession[] FindUserSessions(PlatformUser[] users)
MPSession CreateNewSession(PlatformUser hostUser, MPSessionManager.LobbyState state)
void OpenInviteOverlay(MPSession session, PlatformUser user, int numSlotsLeft)
void Update()