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

16 lines
511 B
Ucode
Raw Normal View History

2021-09-02 21:46:08 +00:00
//=============================================================================
// KFDT_Bludgeon_HRG_Energy
//=============================================================================
// Killing Floor 2
// Copyright (C) 2021 Tripwire Interactive LLC
//=============================================================================
class KFDT_Bludgeon_HRG_Energy extends KFDT_Bludgeon_RifleButt
abstract
hidedropdown;
DefaultProperties
{
//defaults
WeaponDef=class'KFWeapDef_HRG_Energy'
}