Пример #1
0
 public void ShootRH()             //For shooting Right hand
 {
     if (equippedWeaponRH != null) //If weapon is currently equipped Right Hand
     {
         equippedWeaponRH.ShootRH();
     }
 }