Rename countdown Delay -> Duration

This commit is contained in:
Dan Balasescu
2022-03-23 15:21:16 +09:00
parent f7c0047206
commit a83a90e675
4 changed files with 6 additions and 6 deletions

View File

@ -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; }
}
}