1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 00:47:24 +08:00

Add index to Action column

Is used for default assignment
This commit is contained in:
Dean Herbert 2017-08-15 23:59:06 +09:00
parent 4da76cd98e
commit 3bee36f6a2

View File

@ -27,6 +27,7 @@ namespace osu.Game.Input.Bindings
private set { KeyCombination = value; }
}
[Indexed]
[Column("Action")]
public new int Action
{