PlatformData_TaptapOnlines.cs 226 B

12345678910
  1. using System.Collections.Generic;
  2. namespace ET
  3. {
  4. public class PlatformData_TaptapOnlines
  5. {
  6. public string client_id { get; set; }
  7. public List<PlatformData_TabtapOnline> onlines { get; set; }
  8. }
  9. }