KF2-YetAnotherScoreboard/YAS/Classes/ScoreboardStyleClient.uc

12 lines
158 B
Ucode
Raw Normal View History

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