KF2-YetAnotherScoreboard/ScoreboardExt/Classes/ScoreboardExtMut.uc
2021-05-16 08:57:50 +03:00

11 lines
176 B
Ucode

class ScoreboardExtMut extends KFMutator;
function PostBeginPlay()
{
Super.PostBeginPlay();
WorldInfo.Game.HUDType = class'ScoreboardExtHUD';
}
defaultproperties
{
}