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