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

18 lines
695 B
Ucode
Raw Permalink Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// KFWeapAttach_PowerGloves
//=============================================================================
//
//=============================================================================
// Killing Floor 2
// Copyright (C) 2018 Tripwire Interactive LLC
//=============================================================================
class KFWeapAttach_PowerGloves extends KFWeapAttach_DualBase;
/** Overrides to prevent weapon animation */
simulated function PlayWeaponFireAnim();
simulated function PlayWeaponMeshAnim(name AnimName, AnimNodeSlot SyncNode, bool bLoop);
defaultproperties
{
}