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
CoreSocialModule.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000515 RID: 1301
7 {
8 // Token: 0x0600316C RID: 12652 RVA: 0x001F826C File Offset: 0x001F646C
9 public void Initialize()
10 {
11 }
12
13 // Token: 0x0600316D RID: 12653 RVA: 0x001F827C File Offset: 0x001F647C
14 public void Shutdown()
15 {
16 if (!true)
17 {
18 }
20 }
21
22 // Token: 0x0600316E RID: 12654 RVA: 0x001F8294 File Offset: 0x001F6494
23 private void Pulse()
24 {
26 }
27
28 // Token: 0x0600316F RID: 12655 RVA: 0x001F82A8 File Offset: 0x001F64A8
30 {
31 }
32
33 // Token: 0x04003B1D RID: 15133
34 private const string TERRARIA_STEAM_APPLICATION_ID = "105600";
35
36 // Token: 0x04003B1E RID: 15134
37 private const string TERRARIA_DISCORD_APPLICATION_ID = "356943499456937984";
38
39 // Token: 0x04003B1F RID: 15135
40 private const bool AUTO_REGISTER_STEAM = false;
41
42 // Token: 0x04003B20 RID: 15136
43 public static DiscordHooks Hooks;
44
45 // Token: 0x04003B21 RID: 15137
47 }
48}