ChannelID.cs 212 B

12345678910
  1. namespace GFGGame
  2. {
  3. public class ChannelID
  4. {
  5. public const int TapTap = 1;
  6. public const int HYKB = 2;
  7. public const int BiliBili = 3;
  8. public const int Test = 101;
  9. }
  10. }