Add IHasDistance object pattern generation.

This commit is contained in:
smoogipooo
2017-05-18 18:09:13 +09:00
parent afd3eb4b8d
commit 2af025e630
2 changed files with 464 additions and 0 deletions

View File

@ -47,6 +47,7 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Beatmaps\Patterns\Legacy\DistanceObjectPatternGenerator.cs" />
<Compile Include="Beatmaps\Patterns\Legacy\PatternGenerator.cs" />
<Compile Include="Beatmaps\Patterns\PatternGenerator.cs" />
<Compile Include="Beatmaps\LegacyBeatmapConverter.cs" />