C# Class Dwarrowdelf.Jobs.Assignments.MineAssignment

Inheritance: Assignment
Datei anzeigen Open project: tomba/dwarrowdelf

Public Methods

Method Description
MineAssignment ( IJobObserver parent, IEnvironmentObject environment, IntVector3 location, MineActionType mineActionType ) : System
ToString ( ) : string

Protected Methods

Method Description
PrepareNextActionOverride ( JobStatus &progress ) : GameAction

Private Methods

Method Description
MineAssignment ( SaveGameContext ctx ) : System

Method Details

MineAssignment() public method

public MineAssignment ( IJobObserver parent, IEnvironmentObject environment, IntVector3 location, MineActionType mineActionType ) : System
parent IJobObserver
environment IEnvironmentObject
location IntVector3
mineActionType MineActionType
return System

PrepareNextActionOverride() protected method

protected PrepareNextActionOverride ( JobStatus &progress ) : GameAction
progress JobStatus
return GameAction

ToString() public method

public ToString ( ) : string
return string