You've already forked lidgren-network-gen3
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user