9 lines
179 B
C#
9 lines
179 B
C#
|
namespace FurinaImpact.Kcp
|
|||
|
{
|
|||
|
internal interface IKcpConversationUpdateNotificationSource
|
|||
|
{
|
|||
|
ReadOnlyMemory<byte> Packet { get; }
|
|||
|
void Release();
|
|||
|
}
|
|||
|
}
|