mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 02:33:20 +08:00
Convert to auto-properties
This commit is contained in:
parent
9b6e26583b
commit
e3cd3cf1da
@ -31,12 +31,12 @@ namespace osu.Game.Screens.Select
|
||||
/// <summary>
|
||||
/// Height of the area above the carousel that should be treated as visible due to transparency of elements in front of it.
|
||||
/// </summary>
|
||||
public float BleedTop;
|
||||
public float BleedTop { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Height of the area below the carousel that should be treated as visible due to transparency of elements in front of it.
|
||||
/// </summary>
|
||||
public float BleedBottom;
|
||||
public float BleedBottom { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Triggered when the <see cref="BeatmapSets"/> loaded change and are completely loaded.
|
||||
|
Loading…
Reference in New Issue
Block a user