| 123456789101112 |
- using System.Net;
- namespace ET
- {
- [ComponentOf(typeof(Scene))]
- public class NetKcpComponent: Entity, IAwake<int>, IAwake<IPEndPoint, int>, IDestroy, IAwake<IAction<int>>
- {
- public AService Service;
-
- public int SessionStreamDispatcherType { get; set; }
- }
- }
|