@shimotsuki/core 3.0.39 → 3.0.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +0 -4
- package/dist/shimotsuki_core.js +2528 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -670,10 +670,6 @@ declare class SocialGameClientManager extends BaseManager {
|
|
|
670
670
|
readonly onEventReloadSceneDelegate: AsyncDelegate<() => (Promise<void> | void)>;
|
|
671
671
|
/**重连定时器 */
|
|
672
672
|
private reconnectTimer;
|
|
673
|
-
/** 上次触发重连时间 */
|
|
674
|
-
private lastReconnectTime;
|
|
675
|
-
/** 重连冷却间隔(毫秒) */
|
|
676
|
-
private RECONNECT_COOLDOWN;
|
|
677
673
|
private pendingShowOptions;
|
|
678
674
|
private scheduleReconnect;
|
|
679
675
|
get activeClients(): WrapperSocialGameClient[];
|