mirror of
https://github.com/MikuLeaks/KianaBH3.git
synced 2025-12-13 13:24:34 +01:00
7 lines
161 B
C#
7 lines
161 B
C#
namespace KianaBH.KcpSharp.Base;
|
|
|
|
internal interface IKcpConversationUpdateNotificationSource
|
|
{
|
|
ReadOnlyMemory<byte> Packet { get; }
|
|
void Release();
|
|
} |