using System.Collections.Generic; namespace ET { public class GMAPIData_ResponseServerList { //失败的服务器列表 public List<int> serverList { get; set; } } }