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

15 lines
488 B
Ucode
Raw Permalink Normal View History

2023-09-21 19:31:11 +00:00
//=============================================================================
// KFDT_Bludgeon_MG3
//=============================================================================
// Killing Floor 2
// Copyright (C) 2016 Tripwire Interactive LLC
//=============================================================================
class KFDT_Bludgeon_MG3 extends KFDT_Bludgeon_RifleButt
abstract
hidedropdown;
DefaultProperties
{
//defaults
WeaponDef=class'KFWeapDef_MG3'
}