1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 05:27:23 +08:00
This commit is contained in:
smoogipoo 2021-08-13 22:01:47 +09:00
parent fbadc4897e
commit 1fcb1cdb10

View File

@ -134,7 +134,7 @@ namespace osu.Game.Online.Rooms
/// The position of this <see cref="Room"/> in the list. This is not read from or written to the API. /// The position of this <see cref="Room"/> in the list. This is not read from or written to the API.
/// </summary> /// </summary>
[JsonIgnore] [JsonIgnore]
public readonly Bindable<long> Position = new Bindable<long>(-1); public readonly Bindable<long> Position = new Bindable<long>(-1); // Todo: This does not need to exist.
public Room() public Room()
{ {