GMAPIData_SetAccountBan.cs 154 B

12345678
  1. namespace ET
  2. {
  3. public class GMAPIData_SetAccountBan
  4. {
  5. public long accountId { get; set; }
  6. public bool action { get; set; }
  7. }
  8. }