Move PlayerInputManager to own file.

This commit is contained in:
Dean Herbert
2017-01-16 11:40:52 +08:00
parent d17bef12b6
commit 70271fee35
3 changed files with 57 additions and 45 deletions

View File

@ -116,6 +116,7 @@
<Compile Include="Screens\Multiplayer\Lobby.cs" />
<Compile Include="Screens\Multiplayer\Match.cs" />
<Compile Include="Screens\Multiplayer\MatchCreate.cs" />
<Compile Include="Screens\Play\PlayerInputManager.cs" />
<Compile Include="Screens\Select\CarouselContainer.cs" />
<Compile Include="Screens\Select\MatchSongSelect.cs" />
<Compile Include="Screens\OsuGameMode.cs" />