神兵常量提交

dev_chengFeng
wangzhenxing 2023-03-24 11:08:03 +08:00
parent a2726648ff
commit c370823e04
5 changed files with 23 additions and 0 deletions

View File

@ -1136,6 +1136,8 @@ ItemType = {
CommonChip=50,--通用碎片 CommonChip=50,--通用碎片
FaXiang=51, --法相 FaXiang=51, --法相
ReplaceCard=52,--神将置换卡 ReplaceCard=52,--神将置换卡
GodWeapon =53, --神兵
GodWeaponChip=54,--神兵碎片
} }
JumpType = { JumpType = {
Lottery = 1, --招募 Lottery = 1, --招募

View File

@ -234,6 +234,7 @@ local ManagerNames = {
"GodPrint/GodPrintManager", "GodPrint/GodPrintManager",
--封神多队塔管理 --封神多队塔管理
"WorldArena/GodsWayTowerManager", "WorldArena/GodsWayTowerManager",
"GodWeapon/GodWeaponManager",
--!!!!红点管理(尽量放在最后)!!!!-- --!!!!红点管理(尽量放在最后)!!!!--
"Player/RedpotManager", "Player/RedpotManager",

View File

@ -488,6 +488,8 @@ UIName = {
GodsWayOtherTeamPanel=496, GodsWayOtherTeamPanel=496,
GodsWayTowerPanel=497, GodsWayTowerPanel=497,
GodsWayTreasurePanel=498, GodsWayTreasurePanel=498,
GodWeaponMainPanel=499,--神兵主界面
GodWeaponListPanel=500, --神兵列表
} }
SubUIConfig = { SubUIConfig = {

View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: e40dd47cf2112fa40991f6085ca7285c
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,10 @@
GodWeaponManager = {};
local this = GodWeaponManager
function this.Initialize()
end
return this