diff --git a/EOLib/PacketHandlers/Interact/Shop/ShopCraftHandler.cs b/EOLib/PacketHandlers/Shop/ShopCraftHandler.cs similarity index 98% rename from EOLib/PacketHandlers/Interact/Shop/ShopCraftHandler.cs rename to EOLib/PacketHandlers/Shop/ShopCraftHandler.cs index 6581d2a6a..3aa83c6d5 100644 --- a/EOLib/PacketHandlers/Interact/Shop/ShopCraftHandler.cs +++ b/EOLib/PacketHandlers/Shop/ShopCraftHandler.cs @@ -5,7 +5,7 @@ using EOLib.Net.Handlers; using Optional.Collections; -namespace EOLib.PacketHandlers.Interact.Shop +namespace EOLib.PacketHandlers.Shop { [AutoMappedType] public class ShopCraftHandler : InGameOnlyPacketHandler diff --git a/EOLib/PacketHandlers/Interact/Shop/ShopOpenHandler.cs b/EOLib/PacketHandlers/Shop/ShopOpenHandler.cs similarity index 98% rename from EOLib/PacketHandlers/Interact/Shop/ShopOpenHandler.cs rename to EOLib/PacketHandlers/Shop/ShopOpenHandler.cs index 66d9eb0d4..a1a80ca79 100644 --- a/EOLib/PacketHandlers/Interact/Shop/ShopOpenHandler.cs +++ b/EOLib/PacketHandlers/Shop/ShopOpenHandler.cs @@ -6,7 +6,7 @@ using EOLib.Net.Handlers; using System.Collections.Generic; -namespace EOLib.PacketHandlers.Interact.Shop +namespace EOLib.PacketHandlers.Shop { [AutoMappedType] public class ShopOpenHandler : InGameOnlyPacketHandler diff --git a/EOLib/PacketHandlers/Interact/Shop/ShopTradeHandler.cs b/EOLib/PacketHandlers/Shop/ShopTradeHandler.cs similarity index 98% rename from EOLib/PacketHandlers/Interact/Shop/ShopTradeHandler.cs rename to EOLib/PacketHandlers/Shop/ShopTradeHandler.cs index 13f10e6c6..bed555489 100644 --- a/EOLib/PacketHandlers/Interact/Shop/ShopTradeHandler.cs +++ b/EOLib/PacketHandlers/Shop/ShopTradeHandler.cs @@ -5,7 +5,7 @@ using EOLib.Net.Handlers; using Optional.Collections; -namespace EOLib.PacketHandlers.Interact.Shop +namespace EOLib.PacketHandlers.Shop { public abstract class ShopTradeHandler : InGameOnlyPacketHandler {