start breaking things

This commit is contained in:
Chris Forbes
2010-08-23 21:21:03 +12:00
parent 825743b225
commit 16402f26fe
5 changed files with 25 additions and 7 deletions

View File

@@ -18,7 +18,8 @@ namespace OpenRA.FileFormats
public string Palette;
public string Race;
public bool OwnsWorld = false;
public bool NonCombatant = false;
public bool NonCombatant = false;
public bool Playable = false;
public Color Color = Color.FromArgb(238,238,238);
public Color Color2 = Color.FromArgb(44,28,24);