diff --git a/bindings/GeometryDash.bro b/bindings/GeometryDash.bro index ab976efc..8ad0df7d 100644 --- a/bindings/GeometryDash.bro +++ b/bindings/GeometryDash.bro @@ -1234,6 +1234,7 @@ class EditorUI : cocos2d::CCLayer, FLAlertLayerProtocol, ColorSelectDelegate, GJ void editObject2(cocos2d::CCObject* sender) = win 0x8d1b0; void editGroup(cocos2d::CCObject* sender) = win 0x8d720; void moveObjectCall(cocos2d::CCObject* sender) = mac 0x29830, win 0x8db30; + void moveObjectCall(EditCommand) = win 0x8db50; void transformObjectCall(cocos2d::CCObject* sender) = mac 0x29860, win 0x8def0; void onDelete(cocos2d::CCObject* sender) = mac 0x1b3d0, win 0x7b8d0; void onDeleteSelected(cocos2d::CCObject* sender) = mac 0xb990, win 0x7bf50;