mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 09:07:25 +08:00
Add basic xmldoc explaining CountdownOffset
This commit is contained in:
parent
acc27fc79c
commit
414457ba57
@ -95,6 +95,10 @@ namespace osu.Game.Beatmaps
|
||||
public bool EpilepsyWarning { get; set; }
|
||||
|
||||
public CountdownType Countdown { get; set; } = CountdownType.Normal;
|
||||
|
||||
/// <summary>
|
||||
/// The number of beats to move the countdown backwards (compared to its default location).
|
||||
/// </summary>
|
||||
public int CountdownOffset { get; set; }
|
||||
|
||||
// Editor
|
||||
|
Loading…
Reference in New Issue
Block a user