1
0
KF2-Dev-Scripts/KFGame/Classes/KFPowerUp_HellishRage_NoCostHeal.uc
2021-03-02 14:56:51 +03:00

15 lines
576 B
Ucode

//=============================================================================
// KFPowerUp_HellishRage
//=============================================================================
// Base class for the hellish rage power up
//=============================================================================
// Killing Floor 2
// Copyright (C) 2015 Tripwire Interactive LLC
//=============================================================================
class KFPowerUp_HellishRage_NoCostHeal extends KFPowerUp_HellishRage;
DefaultProperties
{
HealthCost=0
}