Add FastRandom class for use in beatmap conversion.

This commit is contained in:
smoogipooo
2017-05-17 12:52:07 +09:00
parent 1112dbb113
commit 93e2b21084
2 changed files with 93 additions and 0 deletions

View File

@ -48,6 +48,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Beatmaps\ManiaBeatmapConverter.cs" />
<Compile Include="MathUtils\FastRandom.cs" />
<Compile Include="Judgements\HitWindows.cs" />
<Compile Include="Judgements\ManiaJudgement.cs" />
<Compile Include="ManiaDifficultyCalculator.cs" />