@shimotsuki/core 3.0.29 → 3.0.31
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 +1 -0
- package/dist/shimotsuki_core.js +1 -2497
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -684,6 +684,7 @@ declare class SocialGameClientManager extends BaseManager {
|
|
|
684
684
|
private initGlobalListeners;
|
|
685
685
|
private handleGlobalStateChange;
|
|
686
686
|
private safeTriggerReconnectAll;
|
|
687
|
+
private dispatchReloadAndShow;
|
|
687
688
|
private triggerReconnectAll;
|
|
688
689
|
private disconnectAll;
|
|
689
690
|
private handleSingleClose;
|