1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

Add basic xmldoc explaining CountdownOffset

This commit is contained in:
Dean Herbert 2021-08-25 13:24:52 +09:00
parent acc27fc79c
commit 414457ba57

View File

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