mirror of
https://github.com/ppy/osu
synced 2025-02-01 19:02:00 +00:00
Add missing xmldoc
This commit is contained in:
parent
df5970fab4
commit
0f4b502fdf
@ -5,6 +5,9 @@ using System;
|
||||
|
||||
namespace osu.Game.Graphics.UserInterface
|
||||
{
|
||||
/// <summary>
|
||||
/// A ternary state menu item which will always set the item to <c>true</c> on click, even if already <c>true</c>.
|
||||
/// </summary>
|
||||
public class TernaryStateRadioMenuItem : TernaryStateMenuItem
|
||||
{
|
||||
/// <summary>
|
||||
|
Loading…
Reference in New Issue
Block a user