mirror of
https://github.com/Relintai/entity_spell_system.git
synced 2025-05-19 23:08:21 +02:00
10 lines
123 B
C++
10 lines
123 B
C++
#include "character_skeleton.h"
|
|
|
|
|
|
CharacterSkeleton::CharacterSkeleton() {
|
|
|
|
}
|
|
|
|
void CharacterSkeleton::_bind_methods() {
|
|
}
|