C# Class Dwarrowdelf.Server.Fortress.FoodGenerator

Inheritance: Dwarrowdelf.Server.ItemObject
Mostrar archivo Open project: tomba/dwarrowdelf Class Usage Examples

Public Methods

Method Description
Create ( World world ) : FoodGenerator
Destruct ( ) : void

Protected Methods

Method Description
Initialize ( World world ) : void

Private Methods

Method Description
FoodGenerator ( ItemObjectBuilder builder ) : System
FoodGenerator ( SaveGameContext ctx ) : System
OnTickStart ( ) : void

Method Details

Create() public static method

public static Create ( World world ) : FoodGenerator
world Dwarrowdelf.Server.World
return FoodGenerator

Destruct() public method

public Destruct ( ) : void
return void

Initialize() protected method

protected Initialize ( World world ) : void
world Dwarrowdelf.Server.World
return void