mirror of
https://github.com/Relintai/entity_spell_system.git
synced 2025-04-19 21:33:15 +02:00
Fixed wrong GDCLASS type.
This commit is contained in:
parent
7cdad4b8eb
commit
9592e75034
@ -5,7 +5,7 @@
|
||||
#include "item_template.h"
|
||||
|
||||
class CraftDataAttributeHelper : public Resource {
|
||||
GDCLASS(CraftDataAttributeHelper, Reference);
|
||||
GDCLASS(CraftDataAttributeHelper, Resource);
|
||||
|
||||
public:
|
||||
Ref<ItemTemplate> get_item();
|
||||
|
Loading…
Reference in New Issue
Block a user