using System.Collections.Generic; using System.Net; namespace ET { public class RouterAddressComponent: Entity, IAwake { public string RouterManagerAddress; public HttpGetRouterResponse Info; public int RouterIndex; } }