KF2-YetAnotherScoreboard/YAS/Classes/ScoreboardStyleClient.uc

12 lines
158 B
Ucode
Raw Normal View History

2021-06-13 06:17:40 +03:00
class ScoreboardStyleClient extends ScoreboardStyle
2021-06-20 08:04:22 +03:00
config(YAS);
2021-06-13 06:17:40 +03:00
`include(Build.uci)
`include(Logger.uci)
2021-06-13 06:31:09 +03:00
var config bool bEnabled;
2021-06-13 06:17:40 +03:00
defaultProperties
{
2021-06-13 06:31:09 +03:00
2021-06-13 06:17:40 +03:00
}