Moved FlashTarget to Mods.Common

There is nothing remaining in OpenRA.Game using this.
This commit is contained in:
reaperrr
2016-05-26 08:16:22 +02:00
parent b254d5fa88
commit bdb7c80f42
7 changed files with 6 additions and 5 deletions

View File

@@ -12,8 +12,8 @@
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using OpenRA.Effects;
using OpenRA.Graphics;
using OpenRA.Mods.Common.Effects;
using OpenRA.Mods.Common.Graphics;
using OpenRA.Traits;