mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Rename countdown Delay -> Duration
This commit is contained in:
@ -18,6 +18,6 @@ namespace osu.Game.Online.Multiplayer.Countdown
|
||||
/// How long the countdown should last.
|
||||
/// </summary>
|
||||
[Key(0)]
|
||||
public TimeSpan Delay { get; set; }
|
||||
public TimeSpan Duration { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user