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

◆ ApplyLoadedDataToPlayer()

void Terraria.GameContent.Creative.CreativePowerManager.ApplyLoadedDataToPlayer ( Player player)
inline

Definition at line 205 of file CreativePowerManager.cs.

206 {
207 while (this._powersById == null)
208 {
209 }
210 }

References Terraria.GameContent.Creative.CreativePowerManager._powersById.

Referenced by Terraria.Player.SetPlayerDataToOutOfClassFields().