Method | Description | |
---|---|---|
VillagerActor ( ISupervisorsFactory supervisorsFactory, ISubroutinesFactory subroutinesFactory ) : Akka.Actor |
Method | Description | |
---|---|---|
PreStart ( ) : void | ||
ResourceCarrier ( uint quantity ) : void | ||
ResourceHarvester ( IHarvestResourceCommand command ) : void |
Method | Description | |
---|---|---|
Idle ( ) : void | ||
ListenForCommands ( ) : void |
protected ResourceCarrier ( uint quantity ) : void | ||
quantity | uint | |
return | void |
protected ResourceHarvester ( IHarvestResourceCommand command ) : void | ||
command | IHarvestResourceCommand | |
return | void |
public VillagerActor ( ISupervisorsFactory supervisorsFactory, ISubroutinesFactory subroutinesFactory ) : Akka.Actor | ||
supervisorsFactory | ISupervisorsFactory | |
subroutinesFactory | ISubroutinesFactory | |
return | Akka.Actor |