You've already forked lidgren-network-gen3
mirror of
https://github.com/lidgren/lidgren-network-gen3.git
synced 2026-05-16 15:16:33 +09:00
Samples fixed for namechange Endpoint -> EndPoint
This commit is contained in:
@@ -7,6 +7,9 @@ using System.Net;
|
||||
|
||||
namespace Lidgren.Network
|
||||
{
|
||||
/// <summary>
|
||||
/// Base class for NetIncomingMessage and NetOutgoingMessage
|
||||
/// </summary>
|
||||
public partial class NetBuffer
|
||||
{
|
||||
private const string c_readOverflowError = "Trying to read past the buffer size - likely caused by mismatching Write/Reads, different size or order.";
|
||||
|
||||
Reference in New Issue
Block a user