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

◆ ValidateWorld()

void Terraria.GameContent.Creative.CreativePowerManager.ValidateWorld ( BinaryReader reader,
int versionGameWasLastSavedOn )
inline

Definition at line 140 of file CreativePowerManager.cs.

141 {
142 if (this._powersById != null)
143 {
144 return;
145 }
146 }

References Terraria.GameContent.Creative.CreativePowerManager._powersById.