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

14 lines
612 B
Ucode

//=============================================================================
// 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();