Unbitrot GDI01. The broken rules overrides have been left as a testcase for #768

This commit is contained in:
Paul Chote
2011-06-19 18:14:07 +12:00
parent c014731a2f
commit 347a80f0a7
4 changed files with 48 additions and 40 deletions

View File

@@ -84,6 +84,6 @@ namespace OpenRA.Mods.RA
/* tag trait for things that must be destroyed for a short game to end */
class MustBeDestroyedInfo : TraitInfo<MustBeDestroyed> { }
class MustBeDestroyed { }
public class MustBeDestroyedInfo : TraitInfo<MustBeDestroyed> { }
public class MustBeDestroyed { }
}