1
0
KF2-Dev-Scripts/KFGameContent/Classes/KFWeapAttach_PowerGloves.uc
2020-12-13 18:01:13 +03:00

18 lines
695 B
Ucode

//=============================================================================
// 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
{
}