sawedoffizh18shotgun.c 300 B

123456789101112131415
  1. /**@class SawedoffIzh18Shotgun
  2. * @brief base for SawedoffIzh18Shotgun
  3. * @NOTE name copies config base class
  4. **/
  5. class SawedoffIzh18Shotgun extends Izh18Shotgun_Base
  6. {
  7. void SawedoffIzh18Shotgun ()
  8. {
  9. }
  10. override RecoilBase SpawnRecoilObject()
  11. {
  12. return new Izh18ShotgunRecoil(this);
  13. }
  14. };