fix toplevel exception handler in ralint; update cnc to use new armortypes

This commit is contained in:
Chris Forbes
2010-09-08 22:11:19 +12:00
parent c88ea2bd7c
commit 95d29c6910
7 changed files with 229 additions and 89 deletions

View File

@@ -18,7 +18,7 @@ namespace OpenRA.Traits
{
public class ArmorInfo : ITraitInfo
{
[FieldLoader.Load] public readonly string Type = null;
public readonly string Type = null;
public object Create (ActorInitializer init) { return new Armor(); }
}
public class Armor {}