add CountryInfo.Selectable

This commit is contained in:
Chris Forbes
2011-10-15 13:00:19 +13:00
parent d9d0e74d74
commit 1e32014190
6 changed files with 16 additions and 16 deletions

View File

@@ -14,8 +14,7 @@ namespace OpenRA.Traits
{
public readonly string Name = null;
public readonly string Race = null;
/* todo: icon,... */
public readonly bool Selectable = true;
}
public class Country { /* we're only interested in the Info */ }