Move OsuJudgementInfo to its own class, remove PositionalJudgementInfo.

This commit is contained in:
smoogipooo
2017-03-15 19:23:42 +09:00
parent a9bc253b8c
commit e0e0a2726d
10 changed files with 55 additions and 43 deletions

View File

@ -49,6 +49,7 @@
<Compile Include="Objects\Drawables\DrawableOsuHitObject.cs" />
<Compile Include="Objects\Drawables\Connections\ConnectionRenderer.cs" />
<Compile Include="Objects\Drawables\Connections\FollowPointRenderer.cs" />
<Compile Include="Judgements\OsuJudgementInfo.cs" />
<Compile Include="Objects\Drawables\Pieces\ApproachCircle.cs" />
<Compile Include="Objects\Drawables\Pieces\SpinnerBackground.cs" />
<Compile Include="Objects\Drawables\Pieces\CirclePiece.cs" />