Basic searching in osu!direct, move BeatmapSetOnlineInfo covers into their own class

This commit is contained in:
DrabWeb
2017-05-28 02:26:25 -03:00
parent ab32e962ca
commit 8745948a01
7 changed files with 150 additions and 9 deletions

View File

@ -450,6 +450,7 @@
<Compile Include="Graphics\Containers\ReverseDepthFillFlowContainer.cs" />
<Compile Include="Database\RankStatus.cs" />
<Compile Include="Database\BeatmapSetOnlineInfo.cs" />
<Compile Include="Online\API\Requests\GetBeatmapSetsRequest.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\osu-framework\osu.Framework\osu.Framework.csproj">