props_2d/prop_2d_ess_entity.cpp

10 lines
145 B
C++
Raw Normal View History

2022-02-21 22:02:46 +01:00
#include "prop_2d_ess_entity.h"
PropESSEntity::PropESSEntity() {
}
PropESSEntity::~PropESSEntity() {
}
void PropESSEntity::_bind_methods() {
}