Move VqaReader to Mods.Common.

This commit is contained in:
Paul Chote
2016-01-04 20:08:32 +00:00
parent 33f3e5ad47
commit 83477ec19e
6 changed files with 6 additions and 5 deletions

View File

@@ -13,10 +13,10 @@ using System.Drawing;
using System.IO;
using Eluant;
using OpenRA.Effects;
using OpenRA.FileFormats;
using OpenRA.GameRules;
using OpenRA.Graphics;
using OpenRA.Mods.Common.Effects;
using OpenRA.Mods.Common.FileFormats;
using OpenRA.Mods.Common.Traits;
using OpenRA.Scripting;

View File

@@ -10,7 +10,7 @@
using System;
using System.IO;
using OpenRA.FileFormats;
using OpenRA.Mods.Common.FileFormats;
using OpenRA.Mods.Common.Widgets;
using OpenRA.Widgets;