entity_spell_system/world_spells/world_spell.cpp

11 lines
124 B
C++

#include "world_spell.h"
WorldSpell::WorldSpell() {
}
WorldSpell::~WorldSpell() {
}
void WorldSpell::_bind_methods() {
}