KF2-YetAnotherScoreboard/ScoreboardExt/Classes/SystemPlayerRank.uc
2021-06-09 00:21:28 +03:00

12 lines
204 B
Ucode

class SystemPlayerRank extends Object
dependson(Types)
config(ScoreboardExt);
var config string Rank;
var config ColorRGB TextColor;
var config Fields ApplyColorToFields;
DefaultProperties
{
}