mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
MultiplayerRoom -> Room
This commit is contained in:
@ -7,7 +7,7 @@ using osu.Game.Users;
|
||||
|
||||
namespace osu.Game.Online.Multiplayer
|
||||
{
|
||||
public class MultiplayerRoom
|
||||
public class Room
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public User Host { get; set; }
|
Reference in New Issue
Block a user