KF2-YetAnotherScoreboard/ScoreboardExt/Classes/ThresholdsHP.uc

11 lines
147 B
Ucode
Raw Normal View History

2021-06-07 02:04:40 +00:00
class ThresholdsHP extends Object
dependson(Types)
config(ScoreboardExt);
var config int HP_Low;
var config int HP_High;
DefaultProperties
{
}