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