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

@@ -11,6 +11,7 @@
using System.Collections.Generic;
using System.Linq;
using OpenRA.GameRules;
using OpenRA.Mods.Common.Traits;
using OpenRA.Traits;
namespace OpenRA.Mods.D2k.Traits