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

15 lines
509 B
Ucode
Raw Permalink Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// KFDT_Bludgeon_SealSqueal
//=============================================================================
// Killing Floor 2
// Copyright (C) 2017 Tripwire Interactive LLC
//=============================================================================
class KFDT_Bludgeon_SealSqueal extends KFDT_Bludgeon_RifleButt
abstract
hidedropdown;
DefaultProperties
{
//defaults
WeaponDef=class'KFWeapDef_SealSqueal'
}