mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
apply suggestions
This commit is contained in:
@ -25,13 +25,13 @@ namespace osu.Game.Users
|
||||
public override string Status => "Choosing a beatmap";
|
||||
}
|
||||
|
||||
public class InGame : UserActivity
|
||||
public abstract class InGame : UserActivity
|
||||
{
|
||||
public BeatmapInfo Beatmap { get; }
|
||||
|
||||
public RulesetInfo Ruleset { get; }
|
||||
|
||||
public InGame(BeatmapInfo info, RulesetInfo ruleset)
|
||||
protected InGame(BeatmapInfo info, RulesetInfo ruleset)
|
||||
{
|
||||
Beatmap = info;
|
||||
Ruleset = ruleset;
|
||||
|
Reference in New Issue
Block a user