Files
DanhengServer-OpenSource/GameServer/KcpSharp/IKcpConversationUpdateNotificationSource.cs
2024-07-23 13:39:10 +08:00

7 lines
181 B
C#

namespace EggLink.DanhengServer.GameServer.KcpSharp;
internal interface IKcpConversationUpdateNotificationSource
{
ReadOnlyMemory<byte> Packet { get; }
void Release();
}