2021-06-08 21:21:28 +00:00
|
|
|
class SystemPlayerRank extends Object
|
2021-05-31 01:46:53 +00:00
|
|
|
dependson(Types)
|
|
|
|
config(ScoreboardExt);
|
|
|
|
|
|
|
|
var config string Rank;
|
2021-06-07 01:42:49 +00:00
|
|
|
var config ColorRGB TextColor;
|
2021-05-31 01:46:53 +00:00
|
|
|
var config Fields ApplyColorToFields;
|
2021-06-07 02:04:40 +00:00
|
|
|
|
|
|
|
DefaultProperties
|
|
|
|
{
|
|
|
|
|
|
|
|
}
|