Fixed wrong GDCLASS type.

This commit is contained in:
Relintai 2019-06-17 03:08:06 +02:00
parent 7cdad4b8eb
commit 9592e75034

View File

@ -5,7 +5,7 @@
#include "item_template.h"
class CraftDataAttributeHelper : public Resource {
GDCLASS(CraftDataAttributeHelper, Reference);
GDCLASS(CraftDataAttributeHelper, Resource);
public:
Ref<ItemTemplate> get_item();