namespace FurinaImpact.Kcp { internal interface IKcpConversationUpdateNotificationSource { ReadOnlyMemory Packet { get; } void Release(); } }