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

◆ GetIsUnlocked()

override bool Terraria.GameContent.Creative.CreativePowers.SpawnRateSliderPerPlayerPower.GetIsUnlocked ( )
inline

Implements Terraria.GameContent.Creative.ICreativePower.

Definition at line 2387 of file CreativePowers.cs.

2388 {
2389 return true;
2390 }