mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Fix remaining issues
This commit is contained in:
@ -9,7 +9,9 @@ namespace osu.Game.Screens.Play
|
||||
public class KeyCounterKeyboard : KeyCounter
|
||||
{
|
||||
public Key Key { get; }
|
||||
public KeyCounterKeyboard(Key key) : base(key.ToString())
|
||||
|
||||
public KeyCounterKeyboard(Key key)
|
||||
: base(key.ToString())
|
||||
{
|
||||
Key = key;
|
||||
}
|
||||
|
Reference in New Issue
Block a user