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

16 lines
520 B
Ucode
Raw Permalink Normal View History

2022-05-11 15:13:25 +00:00
//=============================================================================
// KFDT_Bludgeon_HRG_Crossboom
//=============================================================================
// Killing Floor 2
// Copyright (C) 2022 Tripwire Interactive LLC
//=============================================================================
class KFDT_Bludgeon_HRG_Crossboom extends KFDT_Bludgeon_RifleButt
abstract
hidedropdown;
DefaultProperties
{
//defaults
WeaponDef=class'KFWeapDef_HRG_Crossboom'
}