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

◆ NaturalAttempt()

static void Terraria.GameContent.Events.LanternNight.NaturalAttempt ( )
inlinestaticprivate

Definition at line 60 of file LanternNight.cs.

61 {
62 if (!true)
63 {
64 }
65 bool netClientOnly = Main.NetClientOnly;
66 bool flag = LanternNight.LanternsCanStart();
67 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, Terraria.GameContent.Events.LanternNight.LanternsCanStart(), and Terraria.Main.NetClientOnly.

Referenced by Terraria.GameContent.Events.LanternNight.CheckNight().