mirror of
https://github.com/ppy/osu.git
synced 2025-03-24 09:37:19 +08:00
Remove no longer necessary ruleset field
This commit is contained in:
parent
6e94a9780b
commit
9c19ae1df8
@ -227,13 +227,10 @@ namespace osu.Game.Screens.Play.HUD
|
||||
|
||||
public int? Team => (User.MatchState as TeamVersusUserState)?.TeamID;
|
||||
|
||||
private readonly RulesetInfo ruleset;
|
||||
private readonly ScoreInfo scoreInfo;
|
||||
|
||||
public TrackedUserData(MultiplayerRoomUser user, RulesetInfo ruleset, ScoreProcessor scoreProcessor)
|
||||
{
|
||||
this.ruleset = ruleset;
|
||||
|
||||
User = user;
|
||||
ScoreProcessor = scoreProcessor;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user