mirror of
https://github.com/ppy/osu.git
synced 2026-05-30 12:10:25 +08:00
fix inputs
This commit is contained in:
@@ -25,10 +25,10 @@ namespace osu.Game.Rulesets.Vitaru
|
||||
|
||||
public enum VitaruAction
|
||||
{
|
||||
None,
|
||||
None = -1,
|
||||
|
||||
//Movement
|
||||
Left,
|
||||
Left = 0,
|
||||
Right,
|
||||
Up,
|
||||
Down,
|
||||
|
||||
Reference in New Issue
Block a user