1
1
mirror of https://github.com/CyberL1/MyMcRealms.git synced 2025-07-13 06:39:41 -04:00

chrore: group mymc api to one directory

This commit is contained in:
2024-04-20 11:37:26 +02:00
parent 31bc0663a6
commit c536831faf
4 changed files with 11 additions and 10 deletions

View File

@ -0,0 +1,7 @@
namespace Minecraft_Realms_Emulator.MyMcAPI.Responses
{
public class HelloResponse
{
public string Message { get; set; } = string.Empty;
}
}