Move Palette traits to their own directory.

Also adds missing TraitLocation definitions.
This commit is contained in:
Paul Chote
2021-04-23 21:27:34 +01:00
committed by teinarss
parent 3bc42543fa
commit 98caae106f
13 changed files with 10 additions and 6 deletions

View File

@@ -15,8 +15,8 @@ using System.IO;
using System.Linq;
using OpenRA.Graphics;
using OpenRA.Mods.Cnc.SpriteLoaders;
using OpenRA.Mods.Common.Traits;
using OpenRA.Primitives;
using OpenRA.Traits;
namespace OpenRA.Mods.Cnc.UtilityCommands
{