mirror of
https://github.com/ppy/osu-tools.git
synced 2025-06-07 23:07:01 +09:00
Fix remaining code style issues part 2
This commit is contained in:
parent
03c60ad39f
commit
b8c55b4f81
2 changed files with 6 additions and 9 deletions
|
@ -5,10 +5,11 @@ using osu.Game.Beatmaps;
|
|||
using osu.Game.Rulesets.Difficulty.Preprocessing;
|
||||
using osu.Game.Rulesets.Difficulty.Skills;
|
||||
|
||||
namespace PerformanceCalculatorGUI;
|
||||
|
||||
public interface IExtendedDifficultyCalculator
|
||||
namespace PerformanceCalculatorGUI
|
||||
{
|
||||
Skill[] GetSkills();
|
||||
DifficultyHitObject[] GetDifficultyHitObjects(IBeatmap beatmap, double clockRate);
|
||||
public interface IExtendedDifficultyCalculator
|
||||
{
|
||||
Skill[] GetSkills();
|
||||
DifficultyHitObject[] GetDifficultyHitObjects(IBeatmap beatmap, double clockRate);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,10 +3,7 @@
|
|||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using osu.Framework.Audio.Track;
|
||||
using osu.Framework.Graphics.Textures;
|
||||
using osu.Game.Beatmaps;
|
||||
using osu.Game.Rulesets;
|
||||
using osu.Game.Rulesets.Catch;
|
||||
|
@ -19,7 +16,6 @@ using osu.Game.Rulesets.Osu.Objects;
|
|||
using osu.Game.Rulesets.Scoring;
|
||||
using osu.Game.Rulesets.Taiko;
|
||||
using osu.Game.Rulesets.Taiko.Objects;
|
||||
using osu.Game.Skinning;
|
||||
|
||||
namespace PerformanceCalculatorGUI
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue