C# Class Dwarrowdelf.Server.Fortress.WaterGenerator

Inheritance: Dwarrowdelf.Server.ItemObject
Show file Open project: tomba/dwarrowdelf Class Usage Examples

Public Methods

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

Protected Methods

Method Description
Initialize ( World world ) : void

Private Methods

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

Method Details

Create() public static method

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

Destruct() public method

public Destruct ( ) : void
return void

Initialize() protected method

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