LibUv Networking (#65)
This commit is contained in:
parent
ec6629fbe9
commit
5e2be2d7b6
69 changed files with 5612 additions and 586 deletions
|
|
@ -28,7 +28,7 @@ namespace Server.Network
|
|||
|
||||
public class PacketHandler
|
||||
{
|
||||
public PacketHandler(int packetID, long length, bool ingame, OnPacketReceive onReceive)
|
||||
public PacketHandler(int packetID, int length, bool ingame, OnPacketReceive onReceive)
|
||||
{
|
||||
PacketID = packetID;
|
||||
Length = length;
|
||||
|
|
@ -38,7 +38,7 @@ namespace Server.Network
|
|||
|
||||
public int PacketID{ get; }
|
||||
|
||||
public long Length{ get; }
|
||||
public int Length{ get; }
|
||||
|
||||
public OnPacketReceive OnReceive{ get; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue