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

◆ Achievements

List<Achievement> GUIAchievementsMenu.Achievements
getprivate

Definition at line 39 of file GUIAchievementsMenu.cs.

40 {
41 get
42 {
44 if (this._achievements == null)
45 {
48 }
49 return list;
50 }
51 }
class f__AnonymousType0<< Count > j__TPar
List< Achievement > _achievements
static AchievementManager Achievements
Definition Main.cs:4221