mirror of
https://github.com/ppy/osu
synced 2025-03-02 01:21:19 +00:00
Add default date to matches
This commit is contained in:
parent
cffc82ce81
commit
5a34794240
@ -64,7 +64,7 @@ namespace osu.Game.Tournament.Models
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public readonly Bindable<bool> Current = new Bindable<bool>();
|
public readonly Bindable<bool> Current = new Bindable<bool>();
|
||||||
|
|
||||||
public readonly Bindable<DateTimeOffset> Date = new Bindable<DateTimeOffset>();
|
public readonly Bindable<DateTimeOffset> Date = new Bindable<DateTimeOffset>(DateTimeOffset.Now);
|
||||||
|
|
||||||
[JsonProperty]
|
[JsonProperty]
|
||||||
public readonly BindableList<ConditionalTournamentMatch> ConditionalMatches = new BindableList<ConditionalTournamentMatch>();
|
public readonly BindableList<ConditionalTournamentMatch> ConditionalMatches = new BindableList<ConditionalTournamentMatch>();
|
||||||
|
Loading…
Reference in New Issue
Block a user