more mac address

This commit is contained in:
hjfod 2023-04-20 14:06:09 +03:00
parent c90e3721ed
commit b849ce55ea

View file

@ -752,9 +752,9 @@ class ColorSelectDelegate {
}
class ColorSelectLiveOverlay : FLAlertLayer {
bool init(ColorAction*, ColorAction*, EffectGameObject*) = mac 0x2e2790, win 0x41db0;
bool init(ColorAction*, ColorAction*, EffectGameObject*) = mac , win 0x41db0;
void sliderChanged(cocos2d::CCObject*) = mac 0x2e3830;
void onSelectTab(cocos2d::CCObject*) = win 0x430f0;
void onSelectTab(cocos2d::CCObject*) = mac 0x2e3f40, win 0x430f0;
EffectGameObject* m_effectGameObject;
cocos2d::CCArray* m_barSprites;
cocos2d::CCArray* m_12buttons;