Move WorldInteractionControllerWidget and SpriteEffect to Common

This commit is contained in:
reaperrr
2016-05-23 23:22:51 +02:00
parent 6682a4e97e
commit 6a988fd676
6 changed files with 9 additions and 6 deletions

View File

@@ -9,8 +9,8 @@
*/
#endregion
using OpenRA.Effects;
using OpenRA.Mods.Common.Activities;
using OpenRA.Mods.Common.Effects;
using OpenRA.Primitives;
using OpenRA.Traits;