Move Guard, CashTrickler, Explodes, SelfHealing, Sellable and Crushable to Mods.Common.

Extract Guardable trait from Guard into own file.
This commit is contained in:
reaperrr
2015-01-04 16:17:09 +01:00
parent dbbc790dab
commit d07db9c6a9
12 changed files with 45 additions and 34 deletions

View File

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