1
0
KF2-Dev-Scripts/KFGameContent/Classes/KFDT_Bludgeon_Doshinegun.uc

16 lines
511 B
Ucode
Raw Permalink Normal View History

2021-11-16 17:03:42 +00:00
//=============================================================================
// KFDT_Bludgeon_Doshinegun
//=============================================================================
// Killing Floor 2
// Copyright (C) 2021 Tripwire Interactive LLC
//=============================================================================
class KFDT_Bludgeon_Doshinegun extends KFDT_Bludgeon_RifleButt
abstract
hidedropdown;
DefaultProperties
{
//defaults
WeaponDef=class'KFWeapDef_Doshinegun'
}