fix GooglePlayManager::sharedState addr

This commit is contained in:
mat 2023-02-19 17:54:10 -03:00 committed by GitHub
parent 2f2f12fc6b
commit 7771323508
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2591,7 +2591,7 @@ class GooglePlayDelegate {
class GooglePlayManager : cocos2d::CCNode {
virtual bool init() = win 0x11070;
static GooglePlayManager *sharedState() = win 0x4295a0;
static GooglePlayManager* sharedState() = win 0x295a0;
}
class GameLevelManager : cocos2d::CCNode {