mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Rename request
This commit is contained in:
@ -14,7 +14,7 @@ namespace osu.Game.Online.Multiplayer
|
||||
[Serializable]
|
||||
[MessagePackObject]
|
||||
[Union(0, typeof(ChangeTeamRequest))] // IMPORTANT: Add rules to SignalRUnionWorkaroundResolver for new derived types.
|
||||
[Union(1, typeof(AddPlaylistItemRequest))]
|
||||
[Union(1, typeof(EnqueuePlaylistItemRequest))]
|
||||
public abstract class MatchUserRequest
|
||||
{
|
||||
}
|
||||
|
@ -10,7 +10,7 @@ using osu.Game.Online.API;
|
||||
|
||||
namespace osu.Game.Online.Multiplayer.Queueing
|
||||
{
|
||||
public class AddPlaylistItemRequest : MatchUserRequest
|
||||
public class EnqueuePlaylistItemRequest : MatchUserRequest
|
||||
{
|
||||
[Key(0)]
|
||||
public int BeatmapID { get; set; }
|
Reference in New Issue
Block a user