mirror of
https://github.com/CyberL1/Minecraft-Realms-Emulator.git
synced 2025-07-01 09:39:44 -04:00
refactor: move shared code to Shared directory
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user