entity_spell_system/infos/player_spawn_info.cpp

14 lines
176 B
C++

#include "character_spawn_info.h"
CharacterSpawnInfo::CharacterSpawnInfo() {
}
CharacterSpawnInfo::~CharacterSpawnInfo() {
}
void CharacterSpawnInfo::_bind_methods() {
}