mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Add a way to get the score string from JugementInfo.
This commit is contained in:
@ -7,5 +7,8 @@ namespace osu.Game.Modes.Catch.Judgements
|
||||
{
|
||||
public class CatchJudgementInfo : JudgementInfo
|
||||
{
|
||||
public override string ScoreString => string.Empty;
|
||||
|
||||
public override string MaxScoreString => string.Empty;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user