using System.Net; namespace ET { [ChildType(typeof(Session))] [ComponentOf(typeof(Scene))] public class NetKcpComponent: Entity, IAwake, IAwake, IDestroy { public AService Service; public int SessionStreamDispatcherType { get; set; } } }