mirror of
https://github.com/CyberL1/Minecraft-Realms-Emulator.git
synced 2025-07-01 09:39:44 -04:00
10 lines
225 B
C#
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!;
|
|
}
|
|
}
|