1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-19 06:31:19 +08:00

Move xml doc to the right class.

This commit is contained in:
Huo Yaoyuan
2017-07-18 17:03:59 +08:00
Unverified
parent 9cd895c249
commit a0c4fcdb4b
2 changed files with 3 additions and 3 deletions
@@ -10,6 +10,9 @@ using System.Linq;
namespace osu.Game.Graphics.UserInterface
{
/// <summary>
/// A textbox which holds focus eagerly.
/// </summary>
public class FocusedTextBox : OsuTextBox
{
protected override Color4 BackgroundUnfocused => new Color4(10, 10, 10, 255);