11 lines
163 B
Ucode
11 lines
163 B
Ucode
class ExtWeapDef_9mm extends KFWeapDef_9mm
|
|
abstract;
|
|
|
|
defaultproperties
|
|
{
|
|
// Set free ammo
|
|
AmmoPricePerMag=0
|
|
|
|
WeaponClassPath="ServerExt.ExtWeap_Pistol_9mm"
|
|
}
|