SurvivorNinja.Behaviors.PlayerBehavior.Initialize C# (CSharp) Method

Initialize() protected method

protected Initialize ( ) : void
return void
        protected override void Initialize()
        {
            base.Initialize();

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

            this.Reset();
        }