1
0
mirror of https://github.com/lidgren/lidgren-network-gen3.git synced 2026-05-16 07:06:30 +09:00

Patch by eliseegw to make resending more robust

This commit is contained in:
lidgren
2013-01-18 19:18:31 +00:00
parent f914c772d1
commit e685d2457c
2 changed files with 6 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ namespace Lidgren.Network
public int NumSent;
public float LastSent;
public NetOutgoingMessage Message;
public int SequenceNumber;
public void Reset()
{