Files
KianaBH3/KcpSharp/Base/IKcpConversationUpdateNotificationSource.cs
2025-06-14 11:15:32 +08:00

7 lines
161 B
C#

namespace KianaBH.KcpSharp.Base;
internal interface IKcpConversationUpdateNotificationSource
{
ReadOnlyMemory<byte> Packet { get; }
void Release();
}