Add async workflow.

This commit is contained in:
Dean Herbert
2016-11-01 23:24:14 +09:00
parent b292387c6a
commit b86f308af6
48 changed files with 224 additions and 118 deletions

View File

@ -25,6 +25,7 @@ namespace osu.Game.GameModes.Multiplayer
protected override void OnEntering(GameMode last)
{
base.OnEntering(last);
Background.FadeColour(Color4.DarkGray, 500);
}