KF2-YetAnotherScoreboard/ScoreboardExt/Classes/ThresholdsHP.uc
2021-06-07 05:04:40 +03:00

11 lines
147 B
Ucode

class ThresholdsHP extends Object
dependson(Types)
config(ScoreboardExt);
var config int HP_Low;
var config int HP_High;
DefaultProperties
{
}