GMAPIData_ResponseServerList.cs 198 B

12345678910
  1. using System.Collections.Generic;
  2. namespace ET
  3. {
  4. public class GMAPIData_ResponseServerList
  5. {
  6. //失败的服务器列表
  7. public List<int> serverList { get; set; }
  8. }
  9. }