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