add a new /pause command

This commit is contained in:
Matthias Mailänder
2014-05-13 10:30:36 +02:00
parent e647712003
commit 83a3835802
7 changed files with 46 additions and 2 deletions

View File

@@ -38,9 +38,9 @@ namespace OpenRA.Mods.RA
}
public void InvokeCommand(string name, string arg)
{
{
Game.Debug("Here are the available commands:");
foreach (var key in console.Commands.Keys)
{
var description = "";