mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
split multiplayer and playlist activity
This commit is contained in:
@ -50,6 +50,14 @@ namespace osu.Game.Users
|
||||
public override string Status => $@"{base.Status} with others";
|
||||
}
|
||||
|
||||
public class InPlaylistGame : InGame
|
||||
{
|
||||
public InPlaylistGame(BeatmapInfo beatmap, RulesetInfo ruleset)
|
||||
: base(beatmap, ruleset)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
public class InSoloGame : InGame
|
||||
{
|
||||
public InSoloGame(BeatmapInfo info, RulesetInfo ruleset)
|
||||
|
Reference in New Issue
Block a user