using System.Net; namespace Core.KCPTool { public class SendDataBuffer { public byte[] buffer; public EndPoint endPoint; } }