diff --git a/osu.Game/Online/Rooms/APIPlaylistItem.cs b/osu.Game/Online/Rooms/APIPlaylistItem.cs index a9156f35ce..e9803a3a10 100644 --- a/osu.Game/Online/Rooms/APIPlaylistItem.cs +++ b/osu.Game/Online/Rooms/APIPlaylistItem.cs @@ -3,6 +3,7 @@ #nullable enable +using System; using System.Collections.Generic; using System.Linq; using MessagePack; @@ -10,6 +11,8 @@ using osu.Game.Online.API; namespace osu.Game.Online.Rooms { + [Serializable] + [MessagePackObject] public class APIPlaylistItem { [Key(0)]