mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 17:32:54 +08:00
Rename modes
This commit is contained in:
parent
f41cf822b0
commit
a1c9b56083
@ -45,7 +45,7 @@ namespace osu.Game.Online.Multiplayer
|
||||
public MatchType MatchType { get; set; } = MatchType.HeadToHead;
|
||||
|
||||
[Key(9)]
|
||||
public QueueModes QueueMode { get; set; } = QueueModes.HostPick;
|
||||
public QueueModes QueueMode { get; set; } = QueueModes.HostOnly;
|
||||
|
||||
public bool Equals(MultiplayerRoomSettings other)
|
||||
=> BeatmapID == other.BeatmapID
|
||||
|
@ -9,10 +9,13 @@ namespace osu.Game.Online.Multiplayer.Queueing
|
||||
{
|
||||
// used for osu-web deserialization so names shouldn't be changed.
|
||||
|
||||
[Description("Host pick")]
|
||||
HostPick,
|
||||
[Description("Host only")]
|
||||
HostOnly,
|
||||
|
||||
[Description("Karaoke")]
|
||||
Karaoke,
|
||||
[Description("Free-for-all")]
|
||||
FreeForAll,
|
||||
|
||||
[Description("Fair rotate")]
|
||||
FairRotate
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user