NahidaImpact/NahidaImpact.Kcp/IKcpConversationUpdateNotificationSource.cs
2024-01-04 16:48:39 +03:00

8 lines
179 B
C#

namespace NahidaImpact.Kcp
{
internal interface IKcpConversationUpdateNotificationSource
{
ReadOnlyMemory<byte> Packet { get; }
void Release();
}
}