@shimotsuki/core 2.0.48 → 2.0.49
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 +2 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1019,11 +1019,13 @@ declare class Manager {
|
|
|
1019
1019
|
get audio(): AudioManager;
|
|
1020
1020
|
/**全局事件管理 */
|
|
1021
1021
|
get event(): EventEmitter$1<string | symbol, any>;
|
|
1022
|
+
/**gui管理 */
|
|
1022
1023
|
get gui(): Gui;
|
|
1023
1024
|
/**本地存储管理 */
|
|
1024
1025
|
get storage(): StorageManager;
|
|
1025
1026
|
/**资源管理 */
|
|
1026
1027
|
get res(): ResLoader;
|
|
1028
|
+
/**工具类管理 */
|
|
1027
1029
|
get util(): CoreUtil;
|
|
1028
1030
|
/**社交游戏类 */
|
|
1029
1031
|
get socialGameClient(): SocialGameClientManager;
|