1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 22:07:25 +08:00

Add xml docs

This commit is contained in:
BlauFx 2022-08-07 13:31:26 +02:00
parent 09230304a4
commit bb344e064f
No known key found for this signature in database
GPG Key ID: BB73374479D2AA97

View File

@ -32,6 +32,9 @@ namespace osu.Game.Screens.Play
/// </summary>
public bool AllowSkipping { get; set; } = true;
/// <summary>
/// Whether the intro should be skipped by default.
/// </summary>
public bool AutomaticallySkipIntro { get; set; }
}
}