Moved Health trait to OpenRA.Mods.Common

In preparation for custom hitboxes.
This commit is contained in:
Huw Pascoe
2015-10-11 01:28:34 +01:00
parent 5a81d5dfa7
commit c95fc793e4
10 changed files with 10 additions and 7 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;