Use consistent and easy to read debug command names.

Reorganize dev cheat command handling.
This commit is contained in:
Matthias Mailänder
2021-05-16 17:37:53 +02:00
committed by teinarss
parent ca2bef3cd1
commit 3980e4fa90
4 changed files with 173 additions and 127 deletions

View File

@@ -24,7 +24,7 @@ namespace OpenRA.Mods.Common.Traits
public class TerrainGeometryOverlay : IRenderAnnotations, IWorldLoaded, IChatCommand
{
const string CommandName = "terrainoverlay";
const string CommandName = "terrain-geometry";
const string CommandDesc = "toggles the terrain geometry overlay.";
public bool Enabled;