terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
XBOPresenceManager.cs
Go to the documentation of this file.
1using System;
5
6[global::Cpp2ILInjected.Token(Token = "0x200004B")]
7public static class XBOPresenceManager
8{
9 [Conditional("UNITY_XBOXONE")]
10 [global::Cpp2ILInjected.Token(Token = "0x6000198")]
11 [global::Cpp2ILInjected.Address(RVA = "0x705F80", Offset = "0x705F80", Length = "0x4")]
12 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
13 public static void SetPresence(string state)
14 {
15 throw null;
16 }
17}
static void SetPresence(string state)