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
IAchievementTracker.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x0200069C RID: 1692
6 public interface IAchievementTracker
7 {
8 // Token: 0x06003871 RID: 14449
9 void ReportAs(string name);
10
11 // Token: 0x06003872 RID: 14450
13
14 // Token: 0x06003873 RID: 14451
15 void Load();
16
17 // Token: 0x06003874 RID: 14452
18 void Clear();
19 }
20}