NetKcpComponent.cs 183 B

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