props_2d/prop_2d_ess_entity.cpp

10 lines
155 B
C++
Raw Permalink Normal View History

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