mirror of
https://github.com/osukey/osukey.git
synced 2025-06-05 12:57:39 +09:00
Add xmldoc
This commit is contained in:
parent
173e20938c
commit
4194c9308e
@ -288,7 +288,7 @@ namespace osu.Game.Overlays.Mods
|
|||||||
Vertical = 15,
|
Vertical = 15,
|
||||||
Horizontal = OsuScreen.HORIZONTAL_OVERFLOW_PADDING
|
Horizontal = OsuScreen.HORIZONTAL_OVERFLOW_PADDING
|
||||||
},
|
},
|
||||||
Children = new Drawable[]
|
Children = new[]
|
||||||
{
|
{
|
||||||
DeselectAllButton = new TriangleButton
|
DeselectAllButton = new TriangleButton
|
||||||
{
|
{
|
||||||
@ -509,6 +509,10 @@ namespace osu.Game.Overlays.Mods
|
|||||||
refreshSelectedMods();
|
refreshSelectedMods();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Invoked when a new <see cref="Mod"/> has been selected.
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="mod">The <see cref="Mod"/> that has been selected.</param>
|
||||||
protected virtual void OnModSelected(Mod mod)
|
protected virtual void OnModSelected(Mod mod)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user