1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-27 00:20:50 +08:00

Fix APIPlaylistItem serialisation

This commit is contained in:
Dan Balasescu
2021-11-10 18:25:14 +09:00
Unverified
parent 35a5182ebf
commit 71f3a64165
+3
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)]