move generic Voxel render traits to Mods.Common

This commit is contained in:
Matthias Mailänder
2015-05-14 16:55:10 +02:00
parent 7154ce4a2f
commit 7e1c3047f6
10 changed files with 14 additions and 14 deletions

View File

@@ -13,6 +13,7 @@ using System.Collections.Generic;
using System.Linq;
using OpenRA.Graphics;
using OpenRA.Mods.Common.Graphics;
using OpenRA.Mods.Common.Traits;
using OpenRA.Traits;
namespace OpenRA.Mods.TS.Traits