1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 06:42:54 +08:00

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