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
XBOPresenceManager.cs
Go to the documentation of this file.
1using System;
3
4// Token: 0x0200004B RID: 75
5public static class XBOPresenceManager
6{
7 // Token: 0x06000198 RID: 408 RVA: 0x00004B7C File Offset: 0x00002D7C
8 [Conditional("UNITY_XBOXONE")]
9 public static void SetPresence(string state)
10 {
11 }
12}
static void SetPresence(string state)