Adds Mods.Common usings where necessary.

This commit is contained in:
reaperrr
2014-11-05 18:44:14 +01:00
parent 488af4b4b9
commit 5aec72ce6d
11 changed files with 11 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
using System;
using OpenRA.Graphics;
using OpenRA.Mods.Common;
using OpenRA.Scripting;
using OpenRA.Traits;