From b1327378ed03f97b1b29d11d48096810ea6aa373 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Thu, 20 May 2010 18:20:19 +1200 Subject: [PATCH] moved CrateSpawner --- OpenRA.Game/OpenRA.Game.csproj | 1 - {OpenRA.Game/Traits/World => OpenRA.Mods.RA}/CrateSpawner.cs | 3 ++- OpenRA.Mods.RA/OpenRA.Mods.RA.csproj | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) rename {OpenRA.Game/Traits/World => OpenRA.Mods.RA}/CrateSpawner.cs (95%) diff --git a/OpenRA.Game/OpenRA.Game.csproj b/OpenRA.Game/OpenRA.Game.csproj index a3c6b6a510..7ddbcd6b49 100755 --- a/OpenRA.Game/OpenRA.Game.csproj +++ b/OpenRA.Game/OpenRA.Game.csproj @@ -148,7 +148,6 @@ - diff --git a/OpenRA.Game/Traits/World/CrateSpawner.cs b/OpenRA.Mods.RA/CrateSpawner.cs similarity index 95% rename from OpenRA.Game/Traits/World/CrateSpawner.cs rename to OpenRA.Mods.RA/CrateSpawner.cs index e6b3492d03..d0152fce34 100644 --- a/OpenRA.Game/Traits/World/CrateSpawner.cs +++ b/OpenRA.Mods.RA/CrateSpawner.cs @@ -20,8 +20,9 @@ using System; using System.Collections.Generic; +using OpenRA.Traits; -namespace OpenRA.Traits +namespace OpenRA.Mods.RA { class CrateSpawnerInfo : ITraitInfo { diff --git a/OpenRA.Mods.RA/OpenRA.Mods.RA.csproj b/OpenRA.Mods.RA/OpenRA.Mods.RA.csproj index fe096846ee..38788356e9 100644 --- a/OpenRA.Mods.RA/OpenRA.Mods.RA.csproj +++ b/OpenRA.Mods.RA/OpenRA.Mods.RA.csproj @@ -66,6 +66,7 @@ +