mirror of
https://github.com/osukey/osukey.git
synced 2025-06-18 09:47:59 +09: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…
x
Reference in New Issue
Block a user