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

◆ ApplyLoadedDataToOutOfPlayerFields()

void Terraria.GameContent.Creative.CreativePowers.SpawnRateSliderPerPlayerPower.ApplyLoadedDataToOutOfPlayerFields ( Player player)
inline

Implements Terraria.GameContent.IPersistentPerPlayerContent.

Definition at line 2413 of file CreativePowers.cs.

2414 {
2415 float spawnRatePowerSliderValue = player.savedPerPlayerFieldsThatArentInThePlayerClass.spawnRatePowerSliderValue;
2416 }

References Terraria.Player.savedPerPlayerFieldsThatArentInThePlayerClass.