Move more files

Move VoxelNormalsPalette to TS
This commit is contained in:
penev92
2014-12-13 19:11:44 +02:00
parent 611e3038b2
commit 1e9535b63a
23 changed files with 43 additions and 39 deletions

View File

@@ -8,9 +8,10 @@
*/
#endregion
using OpenRA.Mods.RA.Render;
using OpenRA.Traits;
namespace OpenRA.Mods.RA.Render
namespace OpenRA.Mods.Cnc.Traits
{
[Desc("Building animation to play when ProductionAirdrop is used to deliver units.")]
public class WithDeliveryAnimationInfo : ITraitInfo, Requires<RenderBuildingInfo>