mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
7 lines
174 B
C#
7 lines
174 B
C#
namespace EggLink.DanhengServer.Kcp.KcpSharp;
|
|
|
|
internal interface IKcpConversationUpdateNotificationSource
|
|
{
|
|
ReadOnlyMemory<byte> Packet { get; }
|
|
void Release();
|
|
} |