Add chat sending support.

This commit is contained in:
Dean Herbert
2017-04-19 18:46:26 +09:00
parent 87f6dc9e5a
commit 3129708ccb
5 changed files with 87 additions and 17 deletions

View File

@ -72,6 +72,7 @@
<Compile Include="Audio\SampleInfo.cs" />
<Compile Include="Beatmaps\Drawables\BeatmapBackgroundSprite.cs" />
<Compile Include="Beatmaps\DifficultyCalculator.cs" />
<Compile Include="Online\API\Requests\PostMessageRequest.cs" />
<Compile Include="Rulesets\Beatmaps\BeatmapConverter.cs" />
<Compile Include="Rulesets\Beatmaps\BeatmapProcessor.cs" />
<Compile Include="Beatmaps\Legacy\LegacyBeatmap.cs" />