using MessagePack; namespace SVSim.EmulatedEntrypoint.Models.Dtos; [MessagePackObject] public class AvatarInfo { public Dictionary Abilities { get; set; } = new Dictionary(); public SpecialRotationSchedule Schedules { get; set; } = new SpecialRotationSchedule(); }