namespace Minecraft_Realms_Emulator.Entities { public class Slot { public int SlotId { get; set; } public string Options { get; set; } = "{}"; } }