mirror of
https://github.com/Relintai/entity_spell_system.git
synced 2025-02-22 17:18:12 +01:00
12 lines
156 B
C++
12 lines
156 B
C++
#include "item_visual_entry.h"
|
|
|
|
|
|
ItemVisualEntry::ItemVisualEntry() {
|
|
}
|
|
|
|
ItemVisualEntry::~ItemVisualEntry() {
|
|
}
|
|
|
|
void ItemVisualEntry::_bind_methods() {
|
|
}
|