Add missing xmldoc

This commit is contained in:
Dean Herbert 2021-05-20 20:09:22 +09:00
parent df5970fab4
commit 0f4b502fdf
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@
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>