C# Class AkkaOfEmpires.ConsoleUI.ConsoleActors.ConsoleVillagerActor

Inheritance: AkkaOfEmpires.Units.VillagerActor
Afficher le fichier Open project: JulienFiaffe/AkkaOfEmpires

Méthodes publiques

Méthode Description
ConsoleVillagerActor ( ISupervisorsFactory supervisorsFactory, ISubroutinesFactory subroutinesFactory ) : System

Méthodes protégées

Méthode Description
PreStart ( ) : void
ResourceCarrier ( uint quantity ) : void
ResourceHarvester ( IHarvestResourceCommand command ) : void

Method Details

ConsoleVillagerActor() public méthode

public ConsoleVillagerActor ( ISupervisorsFactory supervisorsFactory, ISubroutinesFactory subroutinesFactory ) : System
supervisorsFactory ISupervisorsFactory
subroutinesFactory ISubroutinesFactory
Résultat System

PreStart() protected méthode

protected PreStart ( ) : void
Résultat void

ResourceCarrier() protected méthode

protected ResourceCarrier ( uint quantity ) : void
quantity uint
Résultat void

ResourceHarvester() protected méthode

protected ResourceHarvester ( IHarvestResourceCommand command ) : void
command IHarvestResourceCommand
Résultat void