Merge pull request #6917 from reaperrr/common-11

Move palette stuff + nuke effect + Immobile trait to Mods.Common
This commit is contained in:
obrakmann
2014-11-13 20:52:21 +01:00
15 changed files with 23 additions and 21 deletions

View File

@@ -11,6 +11,7 @@
using System;
using System.Drawing;
using System.Linq;
using OpenRA.Mods.Common;
using OpenRA.Mods.RA.Scripting;
using OpenRA.Network;
using OpenRA.Traits;

View File

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