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