mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-15 14:34:50 -04:00
Add empty constructor
This commit is contained in:
parent
bd336e20b9
commit
637b9de6d2
1 changed files with 2 additions and 0 deletions
|
@ -87,6 +87,8 @@ class CC_DLL CCEaseRateAction : public CCActionEase
|
|||
GEODE_FRIEND_MODIFY
|
||||
public:
|
||||
GEODE_CUSTOM_CONSTRUCTOR_COCOS(CCEaseRateAction, CCActionEase);
|
||||
CCEaseRateAction() {}
|
||||
|
||||
/**
|
||||
* @js NA
|
||||
* @lua NA
|
||||
|
|
Loading…
Add table
Reference in a new issue