using System.Collections.Generic; using System.Net; namespace ET.Client { [ComponentOf(typeof(Scene))] public class RouterAddressComponent: Entity, IAwake { public string RouterManagerAddress; public HttpGetRouterResponse Info; public int RouterIndex; } }