Merge pull request #9599 from ChaoticMind/lua_debug

Add a Lua wrapper to display debug messages (shows if setting enabled)
This commit is contained in:
Pavel Penev
2015-11-14 20:00:38 +02:00
5 changed files with 26 additions and 2 deletions

View File

@@ -101,6 +101,7 @@ namespace OpenRA
public class DebugSettings
{
public bool BotDebug = false;
public bool LuaDebug = false;
public bool PerfText = false;
public bool PerfGraph = false;
public float LongTickThresholdMs = 1;