神兵常量提交
parent
a2726648ff
commit
c370823e04
|
@ -1136,6 +1136,8 @@ ItemType = {
|
|||
CommonChip=50,--通用碎片
|
||||
FaXiang=51, --法相
|
||||
ReplaceCard=52,--神将置换卡
|
||||
GodWeapon =53, --神兵
|
||||
GodWeaponChip=54,--神兵碎片
|
||||
}
|
||||
JumpType = {
|
||||
Lottery = 1, --招募
|
||||
|
|
|
@ -234,6 +234,7 @@ local ManagerNames = {
|
|||
"GodPrint/GodPrintManager",
|
||||
--封神多队塔管理
|
||||
"WorldArena/GodsWayTowerManager",
|
||||
"GodWeapon/GodWeaponManager",
|
||||
--!!!!红点管理(尽量放在最后)!!!!--
|
||||
"Player/RedpotManager",
|
||||
|
||||
|
|
|
@ -488,6 +488,8 @@ UIName = {
|
|||
GodsWayOtherTeamPanel=496,
|
||||
GodsWayTowerPanel=497,
|
||||
GodsWayTreasurePanel=498,
|
||||
GodWeaponMainPanel=499,--神兵主界面
|
||||
GodWeaponListPanel=500, --神兵列表
|
||||
}
|
||||
|
||||
SubUIConfig = {
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
fileFormatVersion: 2
|
||||
guid: e40dd47cf2112fa40991f6085ca7285c
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
|
@ -0,0 +1,10 @@
|
|||
GodWeaponManager = {};
|
||||
local this = GodWeaponManager
|
||||
|
||||
function this.Initialize()
|
||||
|
||||
|
||||
|
||||
end
|
||||
|
||||
return this
|
Loading…
Reference in New Issue