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