mirror of https://github.com/ppy/osu
Add todo
This commit is contained in:
parent
fbadc4897e
commit
1fcb1cdb10
|
@ -134,7 +134,7 @@ private int? maxAttempts
|
|||
/// The position of this <see cref="Room"/> in the list. This is not read from or written to the API.
|
||||
/// </summary>
|
||||
[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()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue