Merge pull request #10304 from whinis/ReplayReworkPR

Reworking ReplayRecorderConnection to be not be a Connection
This commit is contained in:
Matthias Mailänder
2015-12-31 12:40:51 +01:00
5 changed files with 37 additions and 33 deletions

View File

@@ -189,7 +189,7 @@
<Compile Include="World.cs" />
<Compile Include="WorldUtils.cs" />
<Compile Include="VoiceExts.cs" />
<Compile Include="Network\ReplayRecorderConnection.cs" />
<Compile Include="Network\ReplayRecorder.cs" />
<Compile Include="Traits\DebugPauseState.cs" />
<Compile Include="Network\UPnP.cs" />
<Compile Include="Graphics\Renderable.cs" />