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
transferred from trunk/Generation3 of lidgren-network
This commit is contained in:
12
Lidgren.Network/NetFragmentationInfo.cs
Normal file
12
Lidgren.Network/NetFragmentationInfo.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
|
||||
namespace Lidgren.Network
|
||||
{
|
||||
public class NetFragmentationInfo
|
||||
{
|
||||
public int TotalFragmentCount;
|
||||
public bool[] Received;
|
||||
public int TotalReceived;
|
||||
public int FragmentSize;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user