You've already forked lidgren-network-gen3
mirror of
https://github.com/lidgren/lidgren-network-gen3.git
synced 2026-05-17 23:56:30 +09:00
Added NetIncomingMessage.PeekDataBuffer()
This commit is contained in:
@@ -25,6 +25,14 @@ namespace Lidgren.Network
|
|||||||
{
|
{
|
||||||
public partial class NetIncomingMessage
|
public partial class NetIncomingMessage
|
||||||
{
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Returns the internal data buffer, don't modify
|
||||||
|
/// </summary>
|
||||||
|
public byte[] PeekDataBuffer()
|
||||||
|
{
|
||||||
|
return m_data;
|
||||||
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
// 1 bit
|
// 1 bit
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user