C# Class Dwarrowdelf.Server.Fortress.WaterGenerator

Inheritance: Dwarrowdelf.Server.ItemObject
Afficher le fichier Open project: tomba/dwarrowdelf Class Usage Examples

Méthodes publiques

Méthode Description
Create ( World world ) : WaterGenerator
Destruct ( ) : void

Méthodes protégées

Méthode Description
Initialize ( World world ) : void

Private Methods

Méthode Description
OnTickStart ( ) : void
WaterGenerator ( ItemObjectBuilder builder ) : System
WaterGenerator ( SaveGameContext ctx ) : System

Method Details

Create() public static méthode

public static Create ( World world ) : WaterGenerator
world Dwarrowdelf.Server.World
Résultat WaterGenerator

Destruct() public méthode

public Destruct ( ) : void
Résultat void

Initialize() protected méthode

protected Initialize ( World world ) : void
world Dwarrowdelf.Server.World
Résultat void