NetKcpComponent.cs 175 B

123456789
  1. namespace ET
  2. {
  3. public class NetKcpComponent: Entity
  4. {
  5. public AService Service;
  6. public int SessionStreamDispatcherType { get; set; }
  7. }
  8. }