mirror of
https://github.com/Relintai/entity_spell_system.git
synced 2025-02-22 17:18:12 +01:00
12 lines
250 B
C++
12 lines
250 B
C++
#include "spell_effect_visual.h"
|
|
|
|
SpellEffectVisual::SpellEffectVisual() {
|
|
}
|
|
|
|
SpellEffectVisual::~SpellEffectVisual() {
|
|
}
|
|
|
|
void SpellEffectVisual::_bind_methods() {
|
|
ADD_PROPERTY(PropertyInfo(Variant::STRING, "text_name"), "set_name", "get_name");
|
|
}
|