C# Class Terraria.ModLoader.Default.MysteryTilesWorld

Inheritance: ModWorld
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

Private Methods

Méthode Description
ConfirmPendingInfo ( ) : void
RestoreTiles ( List canRestore ) : 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