12 lines
205 B
Ucode
Raw Normal View History

2021-05-31 04:46:53 +03:00
class SystemPlayerGroup extends Object
dependson(Types)
config(ScoreboardExt);
var config string Rank;
2021-06-07 04:42:49 +03:00
var config ColorRGB TextColor;
2021-05-31 04:46:53 +03:00
var config Fields ApplyColorToFields;
2021-06-07 05:04:40 +03:00
DefaultProperties
{
}