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.DifficultySliderPower.GetIsUnlocked ( )
inline

Implements Terraria.GameContent.Creative.ICreativePower.

Definition at line 1792 of file CreativePowers.cs.

1793 {
1794 return true;
1795 }