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
Local.cs
Go to the documentation of this file.
1using System;
5
7{
8 // Token: 0x02000003 RID: 3
9 public class Local : ISocialPlatform
10 {
11 // Token: 0x17000003 RID: 3
12 // (get) Token: 0x06000003 RID: 3 RVA: 0x00002076 File Offset: 0x00000276
14 {
15 get
16 {
17 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
18 }
19 }
20
21 // Token: 0x06000004 RID: 4 RVA: 0x00002084 File Offset: 0x00000284
23 {
24 if (user != null)
25 {
26 }
29 this.PopulateStaticData();
31 if (callback != null)
32 {
33 return;
34 }
35 }
36
37 // Token: 0x06000005 RID: 5 RVA: 0x00002076 File Offset: 0x00000276
38 private void PopulateStaticData()
39 {
40 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
41 }
42
43 // Token: 0x06000006 RID: 6 RVA: 0x000020BC File Offset: 0x000002BC
44 private Texture2D CreateDummyTexture(int width, int height)
45 {
46 }
47
48 // Token: 0x06000007 RID: 7 RVA: 0x000020CC File Offset: 0x000002CC
49 public Local()
50 {
51 }
52
53 // Token: 0x04000001 RID: 1
54 private static LocalUser m_LocalUser;
55
56 // Token: 0x04000002 RID: 2
58
59 // Token: 0x04000003 RID: 3
61
62 // Token: 0x04000004 RID: 4
64
65 // Token: 0x04000005 RID: 5
67
68 // Token: 0x04000006 RID: 6
70
71 // Token: 0x04000007 RID: 7
73 }
74}
class f__AnonymousType0<< Count > j__TPar
List< AchievementDescription > m_AchievementDescriptions
Definition Local.cs:63
List< Achievement > m_Achievements
Definition Local.cs:66
Texture2D CreateDummyTexture(int width, int height)
Definition Local.cs:44
List< UserProfile > m_Friends
Definition Local.cs:57
List< Leaderboard > m_Leaderboards
Definition Local.cs:69
static LocalUser m_LocalUser
Definition Local.cs:54
List< UserProfile > m_Users
Definition Local.cs:60
void Authenticate(ILocalUser user, Action< bool > callback)