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

15 lines
736 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// KFSM_PlayerGorefast_Melee3
//=============================================================================
// Player controlled stalker attacks
//=============================================================================
// Killing Floor 2
// Copyright (C) 2015 Tripwire Interactive LLC
//=============================================================================
class KFSM_PlayerGorefast_Melee3 extends KFSM_PlayerMeleeBase;
defaultproperties
{
Attacks.Add((Type=PZA_Default, Stance=EAS_FullBody, Anims=(Player_Special), bIsInputHeld=true))
Attacks.Add((Type=PZA_Sprinting, Stance=EAS_FullBody, Anims=(Player_Special_Sprint)))
}