Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Load()

void Terraria.GameContent.Creative.CreativePowers.GodmodePower.Load ( Player player,
BinaryReader reader,
int gameVersionSaveWasMadeOn )
inline

Implements Terraria.GameContent.IPersistentPerPlayerContent.

Definition at line 719 of file CreativePowers.cs.

720 {
721 bool godmodePowerEnabled = reader.ReadBoolean();
722 player.savedPerPlayerFieldsThatArentInThePlayerClass.godmodePowerEnabled = godmodePowerEnabled;
723 }
virtual bool ReadBoolean()

References System.IO.BinaryReader.ReadBoolean().