1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-30 12:10:25 +08:00

fix inputs

This commit is contained in:
Shawdooow
2018-03-20 11:22:16 -04:00
Unverified
parent 47deee204d
commit 5fcbf3d07f
@@ -25,10 +25,10 @@ namespace osu.Game.Rulesets.Vitaru
public enum VitaruAction
{
None,
None = -1,
//Movement
Left,
Left = 0,
Right,
Up,
Down,