Hide developer-only settings behind a hidden setting.

This commit is contained in:
Paul Chote
2018-12-26 16:27:53 +13:00
committed by reaperrr
parent 601990aa27
commit 69105180eb
4 changed files with 117 additions and 70 deletions

View File

@@ -87,6 +87,8 @@ namespace OpenRA
public class DebugSettings
{
public bool DisplayDeveloperSettings = false;
public bool BotDebug = false;
public bool LuaDebug = false;
public bool PerfText = false;