KF2-YetAnotherScoreboard/ScoreboardExt/Classes/ScoreboardExtMut.uc

11 lines
176 B
Ucode
Raw Normal View History

2021-05-16 03:37:39 +00:00
class ScoreboardExtMut extends KFMutator;
2020-01-10 13:14:11 +00:00
function PostBeginPlay()
2020-01-10 13:14:11 +00:00
{
Super.PostBeginPlay();
2021-05-16 03:37:39 +00:00
WorldInfo.Game.HUDType = class'ScoreboardExtHUD';
2020-01-10 13:14:11 +00:00
}
defaultproperties
{
2020-01-10 13:14:11 +00:00
}