mirror of
https://github.com/ppy/osu.git
synced 2026-05-19 16:20:14 +08:00
Formatting
This commit is contained in:
@@ -21,9 +21,9 @@ namespace osu.Game.Graphics.UserInterface
|
||||
/// </summary>
|
||||
public class OsuTabControlCheckBox : CheckBox
|
||||
{
|
||||
private Box box;
|
||||
private SpriteText text;
|
||||
private TextAwesome icon;
|
||||
private readonly Box box;
|
||||
private readonly SpriteText text;
|
||||
private readonly TextAwesome icon;
|
||||
|
||||
public event EventHandler<CheckBoxState> Action;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user