mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09: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