mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 23:53:51 +09:00
Add basic xmldoc explaining CountdownOffset
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user