mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 15:07:44 +08:00
Add index to Action column
Is used for default assignment
This commit is contained in:
parent
4da76cd98e
commit
3bee36f6a2
@ -27,6 +27,7 @@ namespace osu.Game.Input.Bindings
|
||||
private set { KeyCombination = value; }
|
||||
}
|
||||
|
||||
[Indexed]
|
||||
[Column("Action")]
|
||||
public new int Action
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user