chore: restructure files

This commit is contained in:
Muhammad Nauman Raza 2024-11-12 09:54:36 +00:00
parent c9f0a1cee2
commit 0e5030e904
Signed by: devraza
GPG key ID: 91EAD6081011574B
11 changed files with 3 additions and 3 deletions

View file

Before

Width:  |  Height:  |  Size: 710 B

After

Width:  |  Height:  |  Size: 710 B

View file

@ -2,7 +2,7 @@ using Terraria;
using Terraria.ID;
using Terraria.ModLoader;
namespace Continuity.Content.Items
namespace Continuity.Content.Items.Materials
{
public class ExquisiteGel : ModItem
{

View file

Before

Width:  |  Height:  |  Size: 434 B

After

Width:  |  Height:  |  Size: 434 B

View file

@ -2,7 +2,7 @@ using Terraria;
using Terraria.ID;
using Terraria.ModLoader;
namespace Continuity.Content.Items
namespace Continuity.Content.Items.Materials
{
public class PalishadeTissue : ModItem
{

View file

Before

Width:  |  Height:  |  Size: 405 B

After

Width:  |  Height:  |  Size: 405 B

View file

@ -9,7 +9,7 @@ using Terraria;
using Terraria.ID;
using Terraria.ModLoader;
namespace continuity.Content.Items
namespace continuity.Content.Items.Weapons
{
public class Geltana : ModItem
{

View file

Before

Width:  |  Height:  |  Size: 914 B

After

Width:  |  Height:  |  Size: 914 B