Skip to content

Commit 5b77d59

Browse files
committed
Update NodeModding.h
1 parent 2a8e2b1 commit 5b77d59

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

include/NodeModding.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@ namespace AlphaUtils {
3939
static int modifyPrio() { return 0; }
4040
};
4141

42-
template <class Derived>
43-
struct ObjectWrapper : public cocos2d::CCObject {
44-
ObjectFieldIntermediate<Derived, cocos2d::CCObject> m_fields;
45-
static int modifyPrio() { return 0; }
46-
};
47-
4842
template <class T>
4943
class ModifyLoad {
5044
public:

0 commit comments

Comments
 (0)