PlatformTaptapComponent.cs 341 B

1234567891011
  1. namespace ET
  2. {
  3. public class PlatformTaptapComponent : Entity, IAwake, IDestroy
  4. {
  5. public readonly string ClientId = "K7bDyPGYlVx2AAtk6q";
  6. public readonly string OnlineApiUrl = "https://se.tapdb.net/tapdb/online";
  7. public PlatformData_TaptapOnlines taptapOnlines = new PlatformData_TaptapOnlines();
  8. }
  9. }