mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Add missing lincense header, remove unnecessary comment and field.
This commit is contained in:
@ -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