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

◆ ResetPowersForPlayer()

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

Definition at line 213 of file CreativePowerManager.cs.

214 {
215 while (this._powersById == null)
216 {
217 }
218 }

References Terraria.GameContent.Creative.CreativePowerManager._powersById.

Referenced by Terraria.GameContent.Creative.CreativePowerManager.LoadToPlayer().