Fancy up the lobby GUI.
This commit is contained in:
@@ -14,5 +14,7 @@ namespace Content.Server.GameTicking.GamePresets
|
||||
{
|
||||
_gameTicker.AddGameRule<RuleDeathMatch>();
|
||||
}
|
||||
|
||||
public override string Description => "Deathmatch, go and kill everybody else to win!";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,5 +14,7 @@ namespace Content.Server.GameTicking.GamePresets
|
||||
{
|
||||
_sandboxManager.IsSandboxEnabled = true;
|
||||
}
|
||||
|
||||
public override string Description => "Sandbox, go and build something!";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user