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

◆ FindUserSessions()

MPSession[] MPSessionAPI_Dummy.FindUserSessions ( PlatformUser[] users)
inline

Implements MPSessionAPI.

Definition at line 25 of file MPSessionAPI_Dummy.cs.

26 {
27 int num = 1;
29 if (users == null)
30 {
32 }
33 if (num != 0)
34 {
35 if (6400 != 0)
36 {
37 }
38 return "DummyWorld";
39 }
40 return "DummyWorld";
41 }
class f__AnonymousType0<< Count > j__TPar
static DrPlatform.DrPlatformType CurrentPlatform
Definition DrPlatform.cs:26

References DrPlatform.CurrentPlatform, and j__TPar.