Register chat overlay with API.

This commit is contained in:
Dean Herbert 2016-11-30 15:49:15 +09:00
parent 18509e6a60
commit 88748499fa

View File

@ -57,6 +57,7 @@ namespace osu.Game.Overlays
private void load(APIAccess api)
{
this.api = api;
api.Register(this);
initializeChannels();
}