This commit is contained in:
alzeih
2010-08-31 19:10:53 +12:00
parent af157867d8
commit c88ea2bd7c
9 changed files with 420 additions and 142 deletions

View File

@@ -22,7 +22,6 @@ namespace OpenRA.Traits
public class HealthInfo : ITraitInfo
{
public readonly int HP = 0;
public readonly ArmorType Armor = ArmorType.none;
public virtual object Create(ActorInitializer init) { return new Health(init, this); }
}