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

◆ LoadFromWorld()

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

Definition at line 131 of file CreativePowerManager.cs.

132 {
133 if (this._powersById != null)
134 {
135 return;
136 }
137 }

References Terraria.GameContent.Creative.CreativePowerManager._powersById.

Referenced by Terraria.IO.WorldFile.LoadCreativePowers().