mirror of
https://github.com/ppy/osu-tools.git
synced 2025-06-08 07:17:01 +09:00
Implement command for testing legacy score total conversion
Comes in handy when needing to quickly diagnose failures in score importers without having to fabricate a replay or import data locally or do other similar shenanigans.
This commit is contained in:
parent
38cfa02cee
commit
8a681e11bc
2 changed files with 116 additions and 1 deletions
|
@ -22,7 +22,8 @@ namespace PerformanceCalculator
|
|||
[Subcommand(typeof(ProfileCommand))]
|
||||
[Subcommand(typeof(SimulateListingCommand))]
|
||||
[Subcommand(typeof(LeaderboardCommand))]
|
||||
[Subcommand(typeof(LegacyScoreCommand))]
|
||||
[Subcommand(typeof(LegacyScoreAttributesCommand))]
|
||||
[Subcommand(typeof(LegacyScoreConversionCommand))]
|
||||
[HelpOption("-?|-h|--help")]
|
||||
public class Program
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue