mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Initial refactoring of key binding logic
This commit is contained in:
@ -27,7 +27,7 @@ namespace osu.Game.Input.Bindings
|
||||
[Column("Action")]
|
||||
public new int Action
|
||||
{
|
||||
get { return base.Action; }
|
||||
get { return (int)base.Action; }
|
||||
private set { base.Action = value; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user