mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
GetScore -> CreateScore.
This commit is contained in:
@ -60,7 +60,11 @@ namespace osu.Game.Modes
|
||||
Reset();
|
||||
}
|
||||
|
||||
public virtual Score GetScore() => new Score
|
||||
/// <summary>
|
||||
/// Creates a Score applicable to the game mode in which this ScoreProcessor resides.
|
||||
/// </summary>
|
||||
/// <returns>The Score.</returns>
|
||||
public virtual Score CreateScore() => new Score
|
||||
{
|
||||
TotalScore = TotalScore,
|
||||
Combo = Combo,
|
||||
|
Reference in New Issue
Block a user