hotfix: use the correct namespace for ExquisiteGel
This commit is contained in:
parent
b046a5b2f8
commit
68d65d2300
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ using Terraria;
|
|||
using Terraria.ID;
|
||||
using Terraria.ModLoader;
|
||||
|
||||
namespace Continuity.Content.Items.Materials
|
||||
namespace Continuity.Content.Items
|
||||
{
|
||||
public class ExquisiteGel : ModItem
|
||||
{
|
||||
|
|
Reference in a new issue