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

16 lines
611 B
Ucode

//=============================================================================
// KFDT_Slashing_Gorefast_AOE
//=============================================================================
// Slashing damage with light impact energy (AOE)
//=============================================================================
// Killing Floor 2
// Copyright (C) 2015 Tripwire Interactive LLC
//=============================================================================
class KFDT_Slashing_Gorefast_AOE extends KFDT_Slashing_Gorefast
abstract;
defaultproperties
{
bConsideredIndirectOrAoE=true
}