1
0
mirror of https://github.com/ppy/osu synced 2025-03-20 09:57:01 +00:00

Move rhythm preprocessing to its own folder

This commit is contained in:
vun 2022-07-14 17:25:21 +08:00
parent 1cb18f8474
commit 45c055bfa1
2 changed files with 2 additions and 1 deletions
osu.Game.Rulesets.Taiko/Difficulty/Preprocessing

View File

@ -3,7 +3,7 @@
#nullable disable
namespace osu.Game.Rulesets.Taiko.Difficulty.Preprocessing
namespace osu.Game.Rulesets.Taiko.Difficulty.Preprocessing.Rhythm
{
/// <summary>
/// Represents a rhythm change in a taiko map.

View File

@ -8,6 +8,7 @@ using osu.Game.Rulesets.Difficulty.Preprocessing;
using osu.Game.Rulesets.Objects;
using osu.Game.Rulesets.Taiko.Objects;
using osu.Game.Rulesets.Taiko.Difficulty.Preprocessing.Colour;
using osu.Game.Rulesets.Taiko.Difficulty.Preprocessing.Rhythm;
namespace osu.Game.Rulesets.Taiko.Difficulty.Preprocessing
{