Skip to content

Commit

Permalink
add nodepoint member
Browse files Browse the repository at this point in the history
  • Loading branch information
altalk23 committed Aug 12, 2024
1 parent 3675219 commit f73c90d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bindings/2.206/GeometryDash.bro
Original file line number Diff line number Diff line change
Expand Up @@ -13167,6 +13167,8 @@ class NodePoint : cocos2d::CCObject {
static NodePoint* create(cocos2d::CCPoint);

bool init(cocos2d::CCPoint);

cocos2d::CCPoint m_point;
}

[[link(android)]]
Expand Down

0 comments on commit f73c90d

Please sign in to comment.