AkkaOfEmpires.Units.VillagerActor.PreStart C# (CSharp) Méthode

PreStart() protected méthode

protected PreStart ( ) : void
Résultat void
        protected override void PreStart()
        {
            base.PreStart();
            Become(Idle);
        }