C# Class Terraria.ModLoader.Default.MysteryPlayer

Inheritance: ModPlayer
Afficher le fichier Open project: bluemagic123/tModLoader

Méthodes publiques

Méthode Description
Initialize ( ) : void
Load ( TagCompound tag ) : void
LoadLegacy ( BinaryReader reader ) : void
Save ( ) : TagCompound
SetupStartInventory ( IList items ) : void

Method Details

Initialize() public méthode

public Initialize ( ) : void
Résultat void

Load() public méthode

public Load ( TagCompound tag ) : void
tag TagCompound
Résultat void

LoadLegacy() public méthode

public LoadLegacy ( BinaryReader reader ) : void
reader System.IO.BinaryReader
Résultat void

Save() public méthode

public Save ( ) : TagCompound
Résultat TagCompound

SetupStartInventory() public méthode

public SetupStartInventory ( IList items ) : void
items IList
Résultat void