Fix APIPlaylistItem serialisation

This commit is contained in:
Dan Balasescu 2021-11-10 18:25:14 +09:00
parent 35a5182ebf
commit 71f3a64165

View File

@ -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)]