Skip to content

Commit

Permalink
Move packet handlers for shop out of Interact namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanmoffat committed Apr 10, 2022
1 parent 9d694e0 commit 14503ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 14503ab

Please sign in to comment.