Add EnableDebugCommandsInReplays option

This commit is contained in:
rob-v
2017-08-09 20:30:15 +02:00
committed by reaperrr
parent 6840177776
commit dd9d5450bc
5 changed files with 17 additions and 1 deletions

View File

@@ -94,6 +94,7 @@ namespace OpenRA
public bool SendSystemInformation = true;
public int SystemInformationVersionPrompt = 0;
public string UUID = System.Guid.NewGuid().ToString();
public bool EnableDebugCommandsInReplays = false;
}
public class GraphicSettings