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:
parent
35a5182ebf
commit
71f3a64165
@ -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)]
|
||||
|
Loading…
Reference in New Issue
Block a user