refactor: move shared code to Shared directory

This commit is contained in:
2024-12-09 14:30:18 +01:00
parent 92a9177d1f
commit d302ea46e2
100 changed files with 200 additions and 203 deletions

View File

@ -1,7 +1,7 @@
using Microsoft.AspNetCore.Mvc;
using Minecraft_Realms_Emulator.Attributes;
using Minecraft_Realms_Emulator.Data;
using Minecraft_Realms_Emulator.Responses;
using Minecraft_Realms_Emulator.Shared.Attributes;
using Minecraft_Realms_Emulator.Shared.Data;
using Minecraft_Realms_Emulator.Shared.Responses;
namespace Minecraft_Realms_Emulator.Modes.External
{