Exemple #1
0
 void HandleWeaponInputs()
 {
     if (Input.GetButton("Fire1"))
     {
         playerShipWeapons.FirePrimary();
     }
 }