mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Add missing lincense header, remove unnecessary comment and field.
This commit is contained in:
@ -14,7 +14,6 @@ namespace osu.Game.Graphics.UserInterface
|
||||
private Sprite buttonSprite;
|
||||
private Sprite glowSprite;
|
||||
private Container textLayer;
|
||||
private SpriteText keySpriteText;
|
||||
private SpriteText countSpriteText;
|
||||
|
||||
public override string Name { get; }
|
||||
@ -71,7 +70,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
Origin = Anchor.Centre,
|
||||
Children = new Drawable[]
|
||||
{
|
||||
keySpriteText = new SpriteText
|
||||
new SpriteText
|
||||
{
|
||||
Text = Name,
|
||||
Anchor = Anchor.Centre,
|
||||
|
@ -16,7 +16,6 @@ namespace osu.Game.Graphics.UserInterface
|
||||
}
|
||||
|
||||
private List<KeyCounter> counters = new List<KeyCounter>();
|
||||
//default capacity is 4, and osu! uses 4 keys usually, so it won't trouble
|
||||
public IReadOnlyList<KeyCounter> Counters => counters;
|
||||
|
||||
public void AddKey(KeyCounter key)
|
||||
|
Reference in New Issue
Block a user