Skip to content

Commit

Permalink
Fix constants namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaioru committed Sep 28, 2024
1 parent a3a7536 commit 7b0fa40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/common/Edelstein.Common.Constants/ItemConstants.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Edelstein.Common.Gameplay.Constants;
namespace Edelstein.Common.Constants;

public static class ItemConstants
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Linq;
using System.Threading.Tasks;
using Duey.Abstractions;
using Edelstein.Common.Gameplay.Constants;
using Edelstein.Common.Constants;
using Edelstein.Common.Gameplay.Entities.Inventories.Templates.Special;
using Edelstein.Common.Utilities.Templates;
using Edelstein.Protocol.Gameplay.Entities.Inventories.Templates;
Expand Down

0 comments on commit 7b0fa40

Please sign in to comment.