2021-05-16 03:37:39 +00:00
|
|
|
class ScoreboardExtMut extends KFMutator;
|
2020-01-10 13:14:11 +00:00
|
|
|
|
2020-01-18 01:54:24 +00:00
|
|
|
function PostBeginPlay()
|
2020-01-10 13:14:11 +00:00
|
|
|
{
|
2021-05-16 09:40:02 +00:00
|
|
|
Super.PostBeginPlay();
|
|
|
|
WorldInfo.Game.HUDType = class'ScoreboardExtHUD';
|
2020-01-10 13:14:11 +00:00
|
|
|
}
|
|
|
|
|
2020-01-17 18:46:21 +00:00
|
|
|
defaultproperties
|
|
|
|
{
|
2020-01-10 13:14:11 +00:00
|
|
|
}
|