using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ET { public class GMAPIData_ReloadStartConfig { //为0表示全服 public int server { get; set; } //操作预留符 public string operatorStr { get; set; } public string gmKey { get; set; } } }