Пример #1
0
        void Update()
        {
            m_rotationValue = m_inputController.GetRotationValue();

            // Shoot.
            if (m_inputController.IsShot())
            {
                m_weaponController.DoShoot();
            }
        }