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
FriendsSocialModule.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x0200052A RID: 1322
6 public abstract class FriendsSocialModule : ISocialModule
7 {
8 // Token: 0x060031D0 RID: 12752
9 public abstract string GetUsername();
10
11 // Token: 0x060031D1 RID: 12753
12 public abstract void OpenJoinInterface();
13
14 // Token: 0x060031D2 RID: 12754
15 public abstract void Initialize();
16
17 // Token: 0x060031D3 RID: 12755
18 public abstract void Shutdown();
19
20 // Token: 0x060031D4 RID: 12756 RVA: 0x001F8DC4 File Offset: 0x001F6FC4
22 {
23 }
24 }
25}