cz527.c 291 B

123456789101112131415
  1. class CZ527_Base : BoltActionRifle_ExternalMagazine_Base
  2. {
  3. override RecoilBase SpawnRecoilObject()
  4. {
  5. return new CZ527Recoil(this);
  6. }
  7. //Debug menu Spawn Ground Special
  8. override void OnDebugSpawn()
  9. {
  10. super.OnDebugSpawn();
  11. GetInventory().CreateAttachment("HuntingOptic");
  12. }
  13. };