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

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

            moveExecutor.Update();
            //sendMoveExecutor.Update();
        }
コード例 #2
0
ファイル: OtherPlayer.cs プロジェクト: Stoicode-dev/UniLib
 private void Update()
 {
     moveExecutor.Update();
 }