1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-21 18:10:40 +08:00

Add missing lincense header, remove unnecessary comment and field.

This commit is contained in:
Huo Yaoyuan
2016-09-26 13:56:05 +08:00
Unverified
parent 3d23dda3b4
commit 756e7a6a67
4 changed files with 9 additions and 5 deletions
@@ -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)