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