Let activities know when they are being run for the first or last time

This commit is contained in:
Oliver Brakmann
2016-11-28 19:41:27 +01:00
parent 85053d8d59
commit 0dfbd46b1f
3 changed files with 38 additions and 1 deletions

View File

@@ -92,6 +92,7 @@ namespace OpenRA
public bool SanityCheckUnsyncedCode = false;
public int Samples = 25;
public bool IgnoreVersionMismatch = false;
public bool StrictActivityChecking = false;
public bool SendSystemInformation = true;
public int SystemInformationVersionPrompt = 0;
public string UUID = System.Guid.NewGuid().ToString();