Merge pull request #9593 from huwpascoe/HealthTrait

Moved Health to OpenRA.Mods.Common
This commit is contained in:
RoosterDragon
2015-10-20 20:59:04 +01:00
13 changed files with 63 additions and 47 deletions

View File

@@ -8,6 +8,7 @@
*/
#endregion
using OpenRA.Mods.Common.Traits;
using OpenRA.Scripting;
using OpenRA.Traits;