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:
parent
5073057420
commit
da8b1f996f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user