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,11 +6,18 @@ PotentialPreselectionPanel._tbDefine = {
|
||||
}
|
||||
}
|
||||
function PotentialPreselectionPanel:Awake()
|
||||
self.mapCacheFilter = {}
|
||||
self.tbOption = {
|
||||
AllEnum.ChooseOption.Char_Element
|
||||
}
|
||||
PlayerData.Filter:CacheFilterByOption(self.tbOption)
|
||||
PlayerData.Filter:Reset(self.tbOption)
|
||||
end
|
||||
function PotentialPreselectionPanel:OnEnable()
|
||||
end
|
||||
function PotentialPreselectionPanel:OnDisable()
|
||||
end
|
||||
function PotentialPreselectionPanel:OnDestroy()
|
||||
PlayerData.Filter:ResetCacheFilter()
|
||||
end
|
||||
return PotentialPreselectionPanel
|
||||
|
||||
Reference in New Issue
Block a user