SurvivorNinja.Behaviors.PlayerBehavior.Initialize C# (CSharp) 메소드

Initialize() 보호된 메소드

protected Initialize ( ) : void
리턴 void
        protected override void Initialize()
        {
            base.Initialize();

            this.initialPosition = this.transform.Position;
            this.hubPanel = this.EntityManager.Find<HubPanel>("HubPanel");

            this.Reset();
        }