16 lines
501 B
Ucode
16 lines
501 B
Ucode
|
//=============================================================================
|
||
|
// KFDT_Bludgeon_M4Shotgun
|
||
|
//=============================================================================
|
||
|
// Killing Floor 2
|
||
|
// Copyright (C) 2015 Tripwire Interactive LLC
|
||
|
//=============================================================================
|
||
|
|
||
|
class KFDT_Bludgeon_M4Shotgun extends KFDT_Bludgeon_RifleButt
|
||
|
abstract
|
||
|
hidedropdown;
|
||
|
|
||
|
DefaultProperties
|
||
|
{
|
||
|
//defaults
|
||
|
WeaponDef=class'KFWeapDef_M4'
|
||
|
}
|