Ejemplo n.º 1
0
        /// <summary>
        /// Called on Start
        /// </summary>
        protected override void Start()
        {
            base.Start();

            _steerForFormation = this.GetComponent<SteerForFormationComponent>();
            _steerForPath = this.GetComponent<SteerForPathComponent>();
        }
Ejemplo n.º 2
0
        /// <summary>
        /// Called on Start
        /// </summary>
        protected override void Start()
        {
            base.Start();

            _steerForFormation = this.GetComponent <SteerForFormationComponent>();
            _steerForPath      = this.GetComponent <SteerForPathComponent>();
        }