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

◆ WinInvasionInternal()

static void Terraria.GameContent.Events.DD2Event.WinInvasionInternal ( )
inlinestaticprivate

Definition at line 308 of file DD2Event.cs.

309 {
310 if (!true)
311 {
312 }
313 if (!true)
314 {
315 }
316 if (!true)
317 {
318 }
319 if (!true)
320 {
321 }
322 if (!true)
323 {
324 }
325 if (!true)
326 {
327 }
328 DD2Event.DropMedals(3);
329 if (!true)
330 {
331 }
332 if (!true)
333 {
334 }
335 DD2Event.DropMedals(15);
336 if (!true)
337 {
338 }
340 if (!true)
341 {
342 }
343 DD2Event.DropMedals(60);
344 if (!true)
345 {
346 }
347 if (!true)
348 {
349 }
350 if (!true)
351 {
352 }
353 }

References Terraria.GameContent.Events.DD2Event.DropMedals(), and Terraria.GameContent.Achievements.AchievementsHelper.NotifyProgressionEvent().

Referenced by Terraria.GameContent.Events.DD2Event.StopInvasion().