Add (almost finished) basis of slider hit object conversion...

This commit is contained in:
smoogipooo
2017-05-17 20:47:02 +09:00
parent 74c23ff6d8
commit b52ec11260
6 changed files with 657 additions and 6 deletions

View File

@ -47,8 +47,12 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Beatmaps\DistanceObjectConversion.cs" />
<Compile Include="Beatmaps\ObjectConversion.cs" />
<Compile Include="Beatmaps\LegacyConverter.cs" />
<Compile Include="Beatmaps\LegacyConvertType.cs" />
<Compile Include="Beatmaps\ManiaBeatmapConverter.cs" />
<Compile Include="Beatmaps\ObjectRow.cs" />
<Compile Include="MathUtils\FastRandom.cs" />
<Compile Include="Judgements\HitWindows.cs" />
<Compile Include="Judgements\ManiaJudgement.cs" />