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
ISocialModule.cs
Go to the documentation of this file.
1using System;
2
3namespace Terraria.Social
4{
5 // Token: 0x0200050E RID: 1294
6 public interface ISocialModule
7 {
8 // Token: 0x06003143 RID: 12611
9 void Initialize();
10
11 // Token: 0x06003144 RID: 12612
12 void Shutdown();
13 }
14}