1
0
KF2-Dev-Scripts/KFGame/Classes/KFInterface_DamageCauser.uc

14 lines
612 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// KFInterface_DamageCauser
//=============================================================================
// Interface common to any damage causer that can be implemented for common
// utility functions.
//=============================================================================
// Killing Floor 2
// Copyright (C) 2017 Tripwire Interactive LLC
// - Dan Weiss
//=============================================================================
interface KFInterface_DamageCauser;
function float GetIncapMod();