C# 클래스 AkkaOfEmpires.Units.VillagerActor

상속: ReceiveActor
파일 보기 프로젝트 열기: JulienFiaffe/AkkaOfEmpires

공개 메소드들

메소드 설명
VillagerActor ( ISupervisorsFactory supervisorsFactory, ISubroutinesFactory subroutinesFactory ) : Akka.Actor

보호된 메소드들

메소드 설명
PreStart ( ) : void
ResourceCarrier ( uint quantity ) : void
ResourceHarvester ( IHarvestResourceCommand command ) : void

비공개 메소드들

메소드 설명
Idle ( ) : void
ListenForCommands ( ) : void

메소드 상세

PreStart() 보호된 메소드

protected PreStart ( ) : void
리턴 void

ResourceCarrier() 보호된 메소드

protected ResourceCarrier ( uint quantity ) : void
quantity uint
리턴 void

ResourceHarvester() 보호된 메소드

protected ResourceHarvester ( IHarvestResourceCommand command ) : void
command IHarvestResourceCommand
리턴 void

VillagerActor() 공개 메소드

public VillagerActor ( ISupervisorsFactory supervisorsFactory, ISubroutinesFactory subroutinesFactory ) : Akka.Actor
supervisorsFactory ISupervisorsFactory
subroutinesFactory ISubroutinesFactory
리턴 Akka.Actor