Update naming conventions.

This commit is contained in:
Dean Herbert
2016-09-04 16:15:35 +09:00
parent eeb3494f04
commit 23111821f5
3 changed files with 8 additions and 8 deletions

View File

@ -21,7 +21,7 @@ namespace osu.Game.GameModes.Menu
base.Load();
AudioSample welcome = Game.Audio.Sample.Get(@"welcome");
welcome.Play();
//welcome.Play();
Add(new ButtonSystem());