战斗力bug
This commit is contained in:
parent
e1565b9631
commit
b4cb94eb90
@ -18,6 +18,9 @@ function HeroEntity:ctor(cfgId, lv, skin, star)
|
|||||||
self.allAttr = {}
|
self.allAttr = {}
|
||||||
self.attrDirty = true
|
self.attrDirty = true
|
||||||
self.attrBaseDirty = true
|
self.attrBaseDirty = true
|
||||||
|
|
||||||
|
-- 基础属性里有全局属性 要优先初始化
|
||||||
|
self:_getAllBaseAttr()
|
||||||
end
|
end
|
||||||
|
|
||||||
-- region 属性
|
-- region 属性
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user