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,9 +8,9 @@
*/
#endregion
using System;
using System.Collections.Generic;
using OpenRA.Graphics;
using OpenRA.Mods.Common.Traits;
using OpenRA.Primitives;
using OpenRA.Traits;