123456789101112131415161718192021222324252627282930313233343536373839404142 |
- namespace ET
- {
-
- public static class ConstValue
- {
-
- public const int SessionTimeoutTime = 5 * 1000;
- public static int MoneyShowVipName = 1040;
- }
- 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
- }
- }
|