mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 22:22:54 +08:00
Add xmldoc to ScoringValues
This commit is contained in:
parent
a638392e81
commit
773ba97117
@ -8,6 +8,9 @@ using osu.Game.Rulesets.Scoring;
|
|||||||
|
|
||||||
namespace osu.Game.Scoring
|
namespace osu.Game.Scoring
|
||||||
{
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Stores the required scoring data that fulfils the minimum requirements for a <see cref="ScoreProcessor"/> to calculate score.
|
||||||
|
/// </summary>
|
||||||
[MessagePackObject]
|
[MessagePackObject]
|
||||||
public struct ScoringValues
|
public struct ScoringValues
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user