@shimotsuki/core 1.0.43 → 1.0.44
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 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -883,7 +883,7 @@ declare class WrapperSocialGameClient extends SocialGameClient {
|
|
|
883
883
|
private index;
|
|
884
884
|
/**日志黑名单 */
|
|
885
885
|
protected logBlackList: string[];
|
|
886
|
-
constructor(opts: SocialGameClientOption
|
|
886
|
+
constructor(opts: Partial<SocialGameClientOption>, eventResponsePairs: Partial<AllEventResponsePairs>, clientOption?: ClientOption);
|
|
887
887
|
/**初始化 */
|
|
888
888
|
addEvent(): void;
|
|
889
889
|
removeEvent(): void;
|