Exemple #1
0
        /// <summary>
        /// Update event
        /// </summary>
        private void Update()
        {
            if (!Enabled)
            {
                return;
            }

            SetInput();
            SetState();
            Movement();

            moveExecutor.Update();
            //sendMoveExecutor.Update();
        }
Exemple #2
0
 private void Update()
 {
     moveExecutor.Update();
 }