From 8ae2a65d9d4c368d0fd92f0e78e071a0b676733d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Thu, 24 Aug 2017 19:09:25 +0200 Subject: [PATCH] Shroud is actually a player trait. --- OpenRA.Game/OpenRA.Game.csproj | 2 +- OpenRA.Game/Traits/{World => Player}/Shroud.cs | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename OpenRA.Game/Traits/{World => Player}/Shroud.cs (100%) diff --git a/OpenRA.Game/OpenRA.Game.csproj b/OpenRA.Game/OpenRA.Game.csproj index 738ad33d50..cfea2b55a6 100644 --- a/OpenRA.Game/OpenRA.Game.csproj +++ b/OpenRA.Game/OpenRA.Game.csproj @@ -182,13 +182,13 @@ + - diff --git a/OpenRA.Game/Traits/World/Shroud.cs b/OpenRA.Game/Traits/Player/Shroud.cs similarity index 100% rename from OpenRA.Game/Traits/World/Shroud.cs rename to OpenRA.Game/Traits/Player/Shroud.cs