mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 06:42:56 +08:00
Whoops wrong project.
This commit is contained in:
parent
11c47454ad
commit
2867606913
@ -5,7 +5,7 @@ using OpenTK;
|
||||
using osu.Framework.Graphics;
|
||||
using osu.Framework.Graphics.Containers;
|
||||
|
||||
namespace osu.Game.Rulesets.Taiko.Timing
|
||||
namespace osu.Game.Rulesets.Mania.Timing
|
||||
{
|
||||
public class DrawableTimingSection : Container
|
||||
{
|
@ -3,7 +3,7 @@
|
||||
|
||||
using osu.Game.Beatmaps.Timing;
|
||||
|
||||
namespace osu.Game.Rulesets.Taiko.Timing
|
||||
namespace osu.Game.Rulesets.Mania.Timing
|
||||
{
|
||||
public class TimingSection
|
||||
{
|
@ -58,6 +58,8 @@
|
||||
<Compile Include="Objects\Drawables\Pieces\NotePiece.cs" />
|
||||
<Compile Include="Objects\Types\IHasColumn.cs" />
|
||||
<Compile Include="Scoring\ManiaScoreProcessor.cs" />
|
||||
<Compile Include="Timing\TimingSection.cs" />
|
||||
<Compile Include="Timing\DrawableTimingSection.cs" />
|
||||
<Compile Include="Objects\HoldNote.cs" />
|
||||
<Compile Include="Objects\ManiaHitObject.cs" />
|
||||
<Compile Include="Objects\Note.cs" />
|
||||
|
@ -85,8 +85,6 @@
|
||||
<Compile Include="TaikoDifficultyCalculator.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Scoring\TaikoScoreProcessor.cs" />
|
||||
<Compile Include="Timing\TimingSection.cs" />
|
||||
<Compile Include="Timing\DrawableTimingSection.cs" />
|
||||
<Compile Include="UI\HitTarget.cs" />
|
||||
<Compile Include="UI\InputDrum.cs" />
|
||||
<Compile Include="UI\DrawableTaikoJudgement.cs" />
|
||||
|
Loading…
Reference in New Issue
Block a user