C# Class Dwarrowdelf.Jobs.Assignments.MineAssignment

Inheritance: Assignment
Afficher le fichier Open project: tomba/dwarrowdelf

Méthodes publiques

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

Méthodes protégées

Méthode Description
PrepareNextActionOverride ( JobStatus &progress ) : GameAction

Private Methods

Méthode Description
MineAssignment ( SaveGameContext ctx ) : System

Method Details

MineAssignment() public méthode

public MineAssignment ( IJobObserver parent, IEnvironmentObject environment, IntVector3 location, MineActionType mineActionType ) : System
parent IJobObserver
environment IEnvironmentObject
location IntVector3
mineActionType MineActionType
Résultat System

PrepareNextActionOverride() protected méthode

protected PrepareNextActionOverride ( JobStatus &progress ) : GameAction
progress JobStatus
Résultat GameAction

ToString() public méthode

public ToString ( ) : string
Résultat string