props/prop_ess_entity.cpp

10 lines
142 B
C++
Raw Normal View History

2020-04-03 13:45:55 +02:00
#include "prop_ess_entity.h"
PropESSEntity::PropESSEntity() {
}
PropESSEntity::~PropESSEntity() {
}
void PropESSEntity::_bind_methods() {
}