Update - 1.9.0.105
EN: 1.9.0.105 CN: 1.9.0.106 JP: 1.9.0.109 KR: 1.9.0.110
This commit is contained in:
@@ -6,12 +6,19 @@ StarTowerBuildBriefPanel._tbDefine = {
|
||||
}
|
||||
}
|
||||
function StarTowerBuildBriefPanel:Awake()
|
||||
self.mapCacheFilter = {}
|
||||
self.tbOption = {
|
||||
AllEnum.ChooseOption.Char_Element
|
||||
}
|
||||
PlayerData.Filter:CacheFilterByOption(self.tbOption)
|
||||
PlayerData.Filter:Reset(self.tbOption)
|
||||
end
|
||||
function StarTowerBuildBriefPanel:OnEnable()
|
||||
end
|
||||
function StarTowerBuildBriefPanel:OnDisable()
|
||||
end
|
||||
function StarTowerBuildBriefPanel:OnDestroy()
|
||||
PlayerData.Filter:ResetCacheFilter()
|
||||
end
|
||||
function StarTowerBuildBriefPanel:OnRelease()
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user