RoomSettingsOverlay -> MatchSettingOverlay

This commit is contained in:
Dean Herbert
2018-12-26 16:11:40 +09:00
parent a8d0ff67a9
commit 9b2575cc20
5 changed files with 9 additions and 9 deletions

View File

@ -16,7 +16,7 @@ namespace osu.Game.Online.Multiplayer
public Bindable<int?> RoomID { get; private set; } = new Bindable<int?>();
[JsonProperty("name")]
public Bindable<string> Name { get; private set; } = new Bindable<string>("My awesome room!");
public Bindable<string> Name { get; private set; } = new Bindable<string>();
[JsonProperty("host")]
public Bindable<User> Host { get; private set; } = new Bindable<User>();