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

◆ ActivateDrops()

void GUIControllerBestiary.ActivateDrops ( int maxDrops)
inline

Definition at line 65 of file GUIControllerBestiary.cs.

66 {
67 if (this.dropsActive)
68 {
69 return;
70 }
71 int num = 1;
72 this.dropsActive = num != 0;
73 }
class f__AnonymousType0<< Count > j__TPar

References dropsActive, and j__TPar.