Move Common Modifiers and PaletteEffects into Traits space

This commit is contained in:
reaperrr
2014-11-17 12:55:40 +01:00
parent 127969d014
commit f3f051fd46
13 changed files with 24 additions and 23 deletions

View File

@@ -12,7 +12,7 @@ using System;
using System.Collections.Generic;
using OpenRA.Effects;
using OpenRA.Graphics;
using OpenRA.Mods.Common;
using OpenRA.Mods.Common.Traits;
using OpenRA.Primitives;
using OpenRA.Traits;