mirror of
https://github.com/Relintai/entity_spell_system.git
synced 2025-04-19 21:33:15 +02:00
The ItemVisual and ItemVisualEntry is a resource now.
This commit is contained in:
parent
9267eb3fd9
commit
c483fa38d6
@ -1,10 +1,10 @@
|
||||
#ifndef ITEM_VISUAL_H
|
||||
#define ITEM_VISUAL_H
|
||||
|
||||
#include "core/reference.h"
|
||||
#include "core/resource.h"
|
||||
|
||||
class ItemVisual : public Reference {
|
||||
GDCLASS(ItemVisual, Reference);
|
||||
class ItemVisual : public Resource {
|
||||
GDCLASS(ItemVisual, Resource);
|
||||
|
||||
public:
|
||||
ItemVisual();
|
||||
|
@ -1,10 +1,10 @@
|
||||
#ifndef ITEM_VISUAL_ENTRY_H
|
||||
#define ITEM_VISUAL_ENTRY_H
|
||||
|
||||
#include "core/reference.h"
|
||||
#include "core/resource.h"
|
||||
|
||||
class ItemVisualEntry : public Reference {
|
||||
GDCLASS(ItemVisualEntry, Reference);
|
||||
class ItemVisualEntry : public Resource {
|
||||
GDCLASS(ItemVisualEntry, Resource);
|
||||
|
||||
public:
|
||||
ItemVisualEntry();
|
||||
|
Loading…
Reference in New Issue
Block a user