Exemplo n.º 1
0
 // Update is called once per frame
 void Update()
 {
     if (!m_IsDead)
     {
         AimAtMouse();
         m_PlayerInput.AllInputs(m_WeaponController, ref m_VectorInput);
         m_PlayerAnimation.AddMovementAnimation(ref m_VectorInput);
     }
 }