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

◆ IsCompleted

bool Terraria.Achievements.AchievementCondition.IsCompleted
getinherited

Definition at line 36 of file AchievementCondition.cs.

37 {
38 get
39 {
40 return this._isCompleted;
41 }
42 }