C# Class AkkaOfEmpires.Units.VillagerActor

Inheritance: ReceiveActor
Afficher le fichier Open project: JulienFiaffe/AkkaOfEmpires

Méthodes publiques

Méthode Description
VillagerActor ( ISupervisorsFactory supervisorsFactory, ISubroutinesFactory subroutinesFactory ) : Akka.Actor

Méthodes protégées

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

Private Methods

Méthode Description
Idle ( ) : void
ListenForCommands ( ) : void

Method Details

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

VillagerActor() public méthode

public VillagerActor ( ISupervisorsFactory supervisorsFactory, ISubroutinesFactory subroutinesFactory ) : Akka.Actor
supervisorsFactory ISupervisorsFactory
subroutinesFactory ISubroutinesFactory
Résultat Akka.Actor