mirror of
https://github.com/osukey/osukey.git
synced 2025-05-18 03:57:32 +09:00
Change to long
This commit is contained in:
parent
100097d78f
commit
f61b8e6154
@ -40,7 +40,7 @@ namespace osu.Game.Online.Multiplayer
|
|||||||
/// Only used for client-side mutation.
|
/// Only used for client-side mutation.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[Key(6)]
|
[Key(6)]
|
||||||
public int PlaylistItemId { get; set; }
|
public long PlaylistItemId { get; set; }
|
||||||
|
|
||||||
public bool Equals(MultiplayerRoomSettings other)
|
public bool Equals(MultiplayerRoomSettings other)
|
||||||
=> BeatmapID == other.BeatmapID
|
=> BeatmapID == other.BeatmapID
|
||||||
|
Loading…
x
Reference in New Issue
Block a user