mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Remove Statistics
from interface until we figure how to properly deserialise
This commit is contained in:
@ -2,11 +2,9 @@
|
||||
// See the LICENCE file in the repository root for full licence text.
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using osu.Game.Beatmaps;
|
||||
using osu.Game.Database;
|
||||
using osu.Game.Rulesets;
|
||||
using osu.Game.Rulesets.Scoring;
|
||||
using osu.Game.Users;
|
||||
|
||||
namespace osu.Game.Scoring
|
||||
@ -29,13 +27,13 @@ namespace osu.Game.Scoring
|
||||
|
||||
IBeatmapInfo Beatmap { get; }
|
||||
|
||||
Dictionary<HitResult, int> Statistics { get; }
|
||||
|
||||
IRulesetInfo Ruleset { get; }
|
||||
|
||||
public ScoreRank Rank { get; }
|
||||
|
||||
// Mods is currently missing from this interface as the `IMod` class has properties which can't be fulfilled by `APIMod`,
|
||||
// but also doesn't expose `Settings`. We can consider how to implement this in the future if required.
|
||||
|
||||
// Statistics is also missing. This can be reconsidered once changes in serialisation have been completed.
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user