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

◆ HandleAnglerService()

static void Terraria.GameContent.Achievements.AchievementsHelper.HandleAnglerService ( )
inlinestatic

Definition at line 313 of file AchievementsHelper.cs.

314 {
315 if (!true)
316 {
317 }
318 AchievementCondition condition = Main.Achievements.GetCondition("SERVANT_IN_TRAINING", "Finish");
319 if (Main.Achievements.GetCondition("GOOD_LITTLE_SLAVE", "Finish") != null)
320 {
321 }
322 if (Main.Achievements.GetCondition("TROUT_MONKEY", "Finish") != null)
323 {
324 }
325 if (Main.Achievements.GetCondition("FAST_AND_FISHIOUS", "Finish") != null)
326 {
327 }
328 if (Main.Achievements.GetCondition("SUPREME_HELPER_MINION", "Finish") != null)
329 {
330 }
331 }

References Terraria.Main.Achievements, and Terraria.Achievements.AchievementManager.GetCondition().