KF2-YetAnotherScoreboard/ScoreboardExt/Classes/ScoreboardStyleClient.uc

12 lines
181 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)
var config bool bEnable;
defaultProperties
{
bEnable=false
}