Files
Minecraft-Realms-Emulator/Minecraft-Realms-Emulator/Responses/SlotOptionsResponse.cs
2024-05-21 12:41:32 +02:00

10 lines
225 B
C#

using Minecraft_Realms_Emulator.Requests;
namespace Minecraft_Realms_Emulator.Responses
{
public class SlotOptionsResponse : SlotOptionsRequest
{
public string Compatibility { get; set; } = null!;
}
}