- class SV98_Base : BoltActionRifle_ExternalMagazine_Base
- {
- override RecoilBase SpawnRecoilObject()
- {
- return new SV98Recoil(this);
- }
-
- //Debug menu Spawn Ground Special
- override void OnDebugSpawn()
- {
- super.OnDebugSpawn();
-
- GetInventory().CreateAttachment("ACOGOptic");
- }
- };
|