11 lines
176 B
Ucode
11 lines
176 B
Ucode
class ScoreboardExtMut extends KFMutator;
|
|
|
|
function PostBeginPlay()
|
|
{
|
|
Super.PostBeginPlay();
|
|
WorldInfo.Game.HUDType = class'ScoreboardExtHUD';
|
|
}
|
|
|
|
defaultproperties
|
|
{
|
|
} |