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
Social.cs
Go to the documentation of this file.
1using System;
5
6namespace UnityEngine
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000002")]
9 public static class Social
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x17000001")]
12 public static ISocialPlatform Active
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x6000001")]
15 [global::Cpp2ILInjected.Address(RVA = "0x1F9283C", Offset = "0x1F9283C", Length = "0x4")]
16 [global::Cpp2ILInjected.CallAnalysis.CallAnalysisNotSupported]
17 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
18 get
19 {
20 throw null;
21 }
22 }
23
24 [global::Cpp2ILInjected.Token(Token = "0x17000002")]
25 public static ILocalUser localUser
26 {
27 [global::Cpp2ILInjected.Token(Token = "0x6000002")]
28 [global::Cpp2ILInjected.Address(RVA = "0x1F928A8", Offset = "0x1F928A8", Length = "0x98")]
29 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
30 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "iOS_UserManager", Member = "UpdateUser", ReturnType = typeof(void))]
31 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "iOS_UserManager", Member = "AttemptSignIn", ReturnType = typeof(void))]
32 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 8)]
33 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ActivePlatform), Member = "get_Instance", ReturnType = typeof(ISocialPlatform))]
34 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
35 get
36 {
37 throw null;
38 }
39 }
40 }
41}
class f__AnonymousType0<< Count > j__TPar
static ISocialPlatform Active
Definition Social.cs:13
static ILocalUser localUser
Definition Social.cs:26