Move Power and PowerdownIndicator effect to Mods.Common

This commit is contained in:
reaperrr
2014-11-06 18:43:00 +01:00
parent ac82e3079a
commit 477f5aac94
21 changed files with 28 additions and 28 deletions

View File

@@ -12,7 +12,7 @@ using System;
using System.Collections.Generic;
using System.Linq;
using OpenRA.Mods.RA.Buildings;
using OpenRA.Mods.RA.Power;
using OpenRA.Mods.Common.Power;
using OpenRA.Traits;
namespace OpenRA.Mods.RA