mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-22 17:07:20 +01:00
10 lines
142 B
C++
10 lines
142 B
C++
|
#include "prop_ess_entity.h"
|
||
|
|
||
|
PropESSEntity::PropESSEntity() {
|
||
|
}
|
||
|
PropESSEntity::~PropESSEntity() {
|
||
|
}
|
||
|
|
||
|
void PropESSEntity::_bind_methods() {
|
||
|
}
|