props_2d/prop_ess_entity.cpp

10 lines
142 B
C++
Raw Normal View History

2021-11-23 16:53:47 +01:00
#include "prop_ess_entity.h"
PropESSEntity::PropESSEntity() {
}
PropESSEntity::~PropESSEntity() {
}
void PropESSEntity::_bind_methods() {
}