KF2-YetAnotherScoreboard/ScoreboardExt/Classes/ScoreboardStyleClient.uc

12 lines
168 B
Ucode
Raw Normal View History

2021-06-13 03:17:40 +00:00
class ScoreboardStyleClient extends ScoreboardStyle
config(ScoreboardExt);
`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
}