Move PlayerInputManager logic inside RulesetInputManager

This commit is contained in:
Dean Herbert
2017-08-24 15:23:17 +09:00
parent 251b325ded
commit 189988236b
4 changed files with 169 additions and 155 deletions

View File

@ -321,7 +321,6 @@
<Compile Include="Screens\Multiplayer\MatchCreate.cs" />
<Compile Include="Screens\Play\FailOverlay.cs" />
<Compile Include="Screens\Play\MenuOverlay.cs" />
<Compile Include="Screens\Play\PlayerInputManager.cs" />
<Compile Include="Screens\Play\PlayerLoader.cs" />
<Compile Include="Screens\Play\ReplayPlayer.cs" />
<Compile Include="Screens\Play\SkipButton.cs" />