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

◆ ClearAllDD2EnergyCrystalsInChests()

static void Terraria.GameContent.Events.DD2Event.ClearAllDD2EnergyCrystalsInChests ( )
inlinestatic

Definition at line 706 of file DD2Event.cs.

707 {
708 if (!true)
709 {
710 }
711 bool netClientOnly = Main.NetClientOnly;
712 List<int> currentlyOpenChests = Chest.GetCurrentlyOpenChests();
713 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Chest.GetCurrentlyOpenChests(), j__TPar, and Terraria.Main.NetClientOnly.

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