C# Class Dwarrowdelf.Server.Fortress.FoodGenerator

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
Initialize ( World world ) : void

Private Methods

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

Method Details

Create() public static méthode

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

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