From 43fc1219f05f0e87d44af4a3a119602f4affa3b3 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Sun, 16 Sep 2012 10:51:49 +1200 Subject: [PATCH] add Required field to PlayerReference --- OpenRA.FileFormats/Map/PlayerReference.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenRA.FileFormats/Map/PlayerReference.cs b/OpenRA.FileFormats/Map/PlayerReference.cs index d5facc27f2..cb72a61f52 100644 --- a/OpenRA.FileFormats/Map/PlayerReference.cs +++ b/OpenRA.FileFormats/Map/PlayerReference.cs @@ -23,6 +23,7 @@ namespace OpenRA.FileFormats public string Bot = null; public bool DefaultStartingUnits = false; public bool AllowBots = true; + public bool Required = false; public bool LockRace = false; public string Race;