1
0
mirror of https://github.com/lidgren/lidgren-network-gen3.git synced 2026-05-15 22:56:30 +09:00

Missing project added; various code cleanups

This commit is contained in:
lidgren
2010-05-14 17:12:26 +00:00
parent bf208b507a
commit 9577d4b4a6
31 changed files with 381 additions and 139 deletions

View File

@@ -25,7 +25,7 @@ namespace Lidgren.Network
{
public sealed class NetConnectionStatistics
{
private NetConnection m_connection;
private readonly NetConnection m_connection;
internal int m_sentPackets;
internal int m_receivedPackets;