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

◆ SaveToWorld()

void Terraria.GameContent.Creative.CreativePowerManager.SaveToWorld ( BinaryWriter writer)
inline

Definition at line 123 of file CreativePowerManager.cs.

124 {
125 while (this._powersById == null)
126 {
127 }
128 }

References Terraria.GameContent.Creative.CreativePowerManager._powersById.