Moving renders

Remove Traits.Render
This commit is contained in:
penev92
2014-11-30 03:14:08 +02:00
parent fbddff3a75
commit 09350528fd
53 changed files with 61 additions and 72 deletions

View File

@@ -10,10 +10,9 @@
using System;
using System.Collections.Generic;
using OpenRA.Mods.Common;
using OpenRA.Mods.Common.Traits;
using OpenRA.Mods.RA.Activities;
using OpenRA.Mods.RA.Move;
using OpenRA.Mods.RA.Render;
using OpenRA.Mods.RA.Traits;
using OpenRA.Traits;