mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-10-09 00:26:11 +00:00
提交
This commit is contained in:
@@ -4,6 +4,7 @@ import BaseData from "./data/BaseData";
|
||||
import ChatData from "./data/ChatData";
|
||||
import GBattleData from "./data/GBattleData";
|
||||
import GOnHookData from "./data/GOnHookData";
|
||||
import GiftData from "./data/GiftData";
|
||||
import PetEquipData from "./data/PetEquipData";
|
||||
import PlayerData from "./data/PlayerData";
|
||||
import PlayerPetData from "./data/PlayerPetData";
|
||||
@@ -18,6 +19,7 @@ export class AppData extends SystemBase{
|
||||
loadings:BaseData[] = [
|
||||
PlayerData.getIns(), //玩家信息
|
||||
PetEquipData.getIns(), //宠物装备数据类
|
||||
GiftData.getIns(), //玩家礼包信息
|
||||
PlayerPetData.getIns(), //玩家宠物信息
|
||||
ChatData.getIns(), //聊天
|
||||
PlayerTacticalData.getIns(), //阵法
|
||||
|
Reference in New Issue
Block a user