From 71f3a64165f81d50b00cf4cb2b6a82ca8be6dba6 Mon Sep 17 00:00:00 2001 From: Dan Balasescu Date: Wed, 10 Nov 2021 18:25:14 +0900 Subject: [PATCH] Fix APIPlaylistItem serialisation --- osu.Game/Online/Rooms/APIPlaylistItem.cs | 3 +++ 1 file changed, 3 insertions(+) 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)]