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

◆ CanDrop()

bool Terraria.GameContent.ItemDropRules.Conditions.FrostMoonDropGateForTrophies.CanDrop ( DropAttemptInfo info)
inline

Implements Terraria.GameContent.ItemDropRules.IItemDropRuleCondition.

Definition at line 187 of file Conditions.cs.

188 {
189 int num = 1;
190 if (num == 0)
191 {
192 }
193 if (num != 0)
194 {
195 if (num == 0)
196 {
197 }
198 bool expertMode = Main.expertMode;
199 if (num == 0)
200 {
201 }
202 int num2 = info.rng.Next(int.MinValue);
203 return;
204 }
205 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Main.expertMode, System.info, and j__TPar.