fixed #1232 -- bots repair their own damaged buildings

This commit is contained in:
Chris Forbes
2011-10-24 17:40:02 +13:00
parent 92f5d67ef1
commit bfddbeeb02
3 changed files with 16 additions and 3 deletions

View File

@@ -93,7 +93,7 @@ namespace OpenRA.Mods.RA.Buildings
--remainingTicks;
}
}
public class AllowsBuildingRepairInfo : TraitInfo<AllowsBuildingRepair> { }
public class AllowsBuildingRepair { }
}