You've already forked lidgren-network-gen3
mirror of
https://github.com/lidgren/lidgren-network-gen3.git
synced 2026-05-16 23:26:32 +09:00
NetConnection.Status added - reflects the "message consumed" status for consistency. Encryption work in progress.
This commit is contained in:
@@ -46,7 +46,6 @@
|
||||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Documentation\Improvements.txt" />
|
||||
<Compile Include="NetBigInteger.cs" />
|
||||
<Compile Include="NetBitVector.cs" />
|
||||
<Compile Include="NetConnectionStatistics.cs" />
|
||||
@@ -88,11 +87,8 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Documentation\ChangedFromV2.txt" />
|
||||
<Content Include="Documentation\Discovery.html" />
|
||||
<Content Include="Documentation\PacketLayout.txt" />
|
||||
<Content Include="Documentation\SimulatingBadNetwork.html" />
|
||||
<Content Include="Documentation\TODO.txt" />
|
||||
<Content Include="Documentation\Tutorial.html" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
|
||||
Reference in New Issue
Block a user