mirror of
https://github.com/Relintai/entity_spell_system.git
synced 2025-05-15 23:02:12 +02:00
12 lines
155 B
C++
12 lines
155 B
C++
#include "spell_projectile.h"
|
|
|
|
|
|
SpellProjectile::SpellProjectile() {
|
|
}
|
|
|
|
SpellProjectile::~SpellProjectile() {
|
|
}
|
|
|
|
void SpellProjectile::_bind_methods() {
|
|
}
|