Add IHasEndTime object pattern generation.

This commit is contained in:
smoogipooo
2017-05-18 17:39:03 +09:00
parent 4e8ead9cf4
commit 1f6939f57b
4 changed files with 114 additions and 7 deletions

View File

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