mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-01 00:27:12 +01:00
10 lines
111 B
C++
10 lines
111 B
C++
|
|
||
|
|
||
|
#include "character_atlas.h"
|
||
|
|
||
|
CharacterAtlas::CharacterAtlas() {
|
||
|
}
|
||
|
|
||
|
void CharacterAtlas::_bind_methods() {
|
||
|
}
|