KF2-YetAnotherScoreboard/ScoreboardExt/Classes/SystemPlayerRank.uc
2021-06-09 02:22:35 +03:00

12 lines
204 B
Ucode

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