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