1
0
mirror of https://github.com/lidgren/lidgren-network-gen3.git synced 2026-05-18 08:06:33 +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 NetPeerStatistics
{
private NetPeer m_peer;
private readonly NetPeer m_peer;
internal int m_sentPackets;
internal int m_receivedPackets;