Dayz Explorer 1.29.162510
Loading...
Searching...
No Matches
sawedoffizh18shotgun.c
Go to the documentation of this file.
5class SawedoffIzh18Shotgun extends Izh18Shotgun_Base
6{
7 void SawedoffIzh18Shotgun ()
8 {
9 }
10
11 override RecoilBase SpawnRecoilObject()
12 {
13 return new Izh18ShotgunRecoil(this);
14 }
15};