1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-29 02:12:57 +08:00

Override Type in Match.

This commit is contained in:
DrabWeb 2018-06-01 17:16:35 -03:00
parent 5073057420
commit da8b1f996f

View File

@ -27,6 +27,7 @@ namespace osu.Game.Screens.Multi.Screens.Match
protected override Container<Drawable> TransitionContent => participants;
public override string Type => "room";
public override string Title => room.Name.Value;
public Match(Room room)