mirror of
https://github.com/ppy/osu.git
synced 2026-05-24 20:44:48 +08:00
Add default date to matches
This commit is contained in:
@@ -64,7 +64,7 @@ namespace osu.Game.Tournament.Models
|
||||
/// </summary>
|
||||
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]
|
||||
public readonly BindableList<ConditionalTournamentMatch> ConditionalMatches = new BindableList<ConditionalTournamentMatch>();
|
||||
|
||||
Reference in New Issue
Block a user