Add Timestep property to GlobalSettings.

This commit is contained in:
Paul Chote
2015-09-03 18:06:56 +01:00
parent 7912e3c7ff
commit 257c043e58
3 changed files with 3 additions and 1 deletions

View File

@@ -172,6 +172,7 @@ namespace OpenRA.Network
{
public string ServerName;
public string Map;
public int Timestep = 40;
public int OrderLatency = 3; // net tick frames (x 120 = ms)
public int RandomSeed = 0;
public bool FragileAlliances = false; // Allow diplomatic stance changes after game start.