NetKcpComponent.cs 242 B

1234567891011
  1. using System.Net;
  2. namespace ET
  3. {
  4. public class NetKcpComponent: Entity, IAwake<int>, IAwake<IPEndPoint, int>, IDestroy
  5. {
  6. public AService Service;
  7. public int SessionStreamDispatcherType { get; set; }
  8. }
  9. }