chore: move endgame overrides to Systems/

This commit is contained in:
Muhammad Nauman Raza 2024-11-16 12:16:24 +00:00
parent f106a650ee
commit 98424e0045
Signed by: devraza
GPG key ID: 91EAD6081011574B

View file

@ -3,7 +3,7 @@ using Terraria.ID;
using Terraria.ModLoader;
using Continuity.Content.Items;
namespace Continuity.Content
namespace Continuity.Content.Systems
{
public class EndgameRecipeOverrides : ModSystem
{