Move FloatingText effect to Mods.Common

This commit is contained in:
reaperrr
2014-10-02 22:58:22 +02:00
parent a7d3ff973e
commit ab30e8a993
11 changed files with 10 additions and 9 deletions

View File

@@ -11,7 +11,7 @@
using System.Collections.Generic;
using System.Linq;
using OpenRA.Mods.RA.Activities;
using OpenRA.Mods.RA.Effects;
using OpenRA.Mods.Common.Effects;
using OpenRA.Mods.RA.Render;
using OpenRA.Traits;