1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 05:27:23 +08:00

Add missing xmldoc

This commit is contained in:
Dean Herbert 2021-05-20 20:09:22 +09:00
parent df5970fab4
commit 0f4b502fdf

View File

@ -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>