Merge branch 'master' into wiggle-repeat-points

This commit is contained in:
Dean Herbert
2018-10-10 19:42:10 +09:00
committed by GitHub
16 changed files with 29 additions and 29 deletions

View File

@ -45,10 +45,10 @@ namespace osu.Game.Rulesets.Osu
public enum OsuAction
{
[Description("Left Button")]
[Description("Left button")]
LeftButton,
[Description("Right Button")]
[Description("Right button")]
RightButton
}
}