diff --git a/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj b/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj index 3c7d1e348d..ccab2ed6e6 100644 --- a/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj +++ b/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj @@ -73,15 +73,15 @@ - - - - - + + + + + diff --git a/OpenRA.Mods.Cnc/RenderGunboat.cs b/OpenRA.Mods.Cnc/Render/RenderGunboat.cs similarity index 100% rename from OpenRA.Mods.Cnc/RenderGunboat.cs rename to OpenRA.Mods.Cnc/Render/RenderGunboat.cs diff --git a/OpenRA.Mods.Cnc/WithCargo.cs b/OpenRA.Mods.Cnc/Render/WithCargo.cs similarity index 100% rename from OpenRA.Mods.Cnc/WithCargo.cs rename to OpenRA.Mods.Cnc/Render/WithCargo.cs diff --git a/OpenRA.Mods.Cnc/WithDeliveryAnimation.cs b/OpenRA.Mods.Cnc/Render/WithDeliveryAnimation.cs similarity index 100% rename from OpenRA.Mods.Cnc/WithDeliveryAnimation.cs rename to OpenRA.Mods.Cnc/Render/WithDeliveryAnimation.cs diff --git a/OpenRA.Mods.Cnc/WithFire.cs b/OpenRA.Mods.Cnc/Render/WithFire.cs similarity index 100% rename from OpenRA.Mods.Cnc/WithFire.cs rename to OpenRA.Mods.Cnc/Render/WithFire.cs diff --git a/OpenRA.Mods.Cnc/WithRoof.cs b/OpenRA.Mods.Cnc/Render/WithRoof.cs similarity index 100% rename from OpenRA.Mods.Cnc/WithRoof.cs rename to OpenRA.Mods.Cnc/Render/WithRoof.cs