12345678910111213141516171819202122232425262728293031323334353637383940 |
- namespace ET
- {
-
- public static class ConstValue
- {
-
- public const int SessionTimeoutTime = 5 * 1000;
- }
- public enum BattlePushCnst
- {
- FastStreamPush = 1,
- BattleClear
- }
-
- public enum BattleNotify
- {
-
- ClientIsReady,
- StartRefreshMonster,
- StartRefreshMonster2,
- StartRefreshMonster3,
-
- TiktokGift_1,
- TiktokGift_10,
- TiktokGift_52,
- TiktokGift_52_ext,
- TiktokGift_99,
- TiktokGift_199,
- TiktokGift_520,
-
- TiktokLike_energy,
-
- TiktokLike_100
- }
- }
|