12345678910111213141516171819202122232425262728293031323334 |
- namespace ET
- {
-
- public static class ConstValue
- {
-
- public const int SessionTimeoutTime = 30 * 1000;
-
- public static int HeartBeatPower = 1;
-
- public const int HeartBeatTimeoutTime = 3 * 1000;
- }
- public enum BattlePushCnst
- {
- FastStreamPush = 1,
- BattleClear
- }
- public enum BattleNotify
- {
- ClientIsReady,
- StartRefreshMonster,
- TiktokGift_1,
- TiktokGift_10,
- TiktokGift_52,
- TiktokGift_99,
- TiktokGift_199,
- TiktokGift_520,
- }
- }
|