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
PlatformSocialModule.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x0200052D RID: 1325
6 public abstract class PlatformSocialModule : ISocialModule
7 {
8 // Token: 0x060031EB RID: 12779
9 public abstract void Initialize();
10
11 // Token: 0x060031EC RID: 12780
12 public abstract void Shutdown();
13
14 // Token: 0x060031ED RID: 12781 RVA: 0x001F8E00 File Offset: 0x001F7000
16 {
17 }
18 }
19}