Add xmldoc to TriangleButton

This commit is contained in:
Dean Herbert 2017-11-27 18:26:20 +09:00
parent 96d42b3e5b
commit bf5ea027ef
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@
namespace osu.Game.Graphics.UserInterface
{
/// <summary>
/// A button with moving triangles in the background.
/// </summary>
public class TriangleButton : OsuButton, IFilterable
{
private Box hover;