C# Class Dwarrowdelf.Jobs.JobGroups.BuildItemJob

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

Méthodes publiques

Méthode Description
BuildItemJob ( IJobObserver parent, IItemObject workplace, string buildableItemKey, IEnumerable sourceObjects ) : System
ToString ( ) : string

Méthodes protégées

Méthode Description
OnSubJobDone ( IJob job ) : void

Private Methods

Méthode Description
BuildItemJob ( SaveGameContext ctx ) : System

Method Details

BuildItemJob() public méthode

public BuildItemJob ( IJobObserver parent, IItemObject workplace, string buildableItemKey, IEnumerable sourceObjects ) : System
parent IJobObserver
workplace IItemObject
buildableItemKey string
sourceObjects IEnumerable
Résultat System

OnSubJobDone() protected méthode

protected OnSubJobDone ( IJob job ) : void
job IJob
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string