mirror of
https://github.com/Relintai/props_2d.git
synced 2024-11-12 10:25:01 +01:00
10 lines
155 B
C++
10 lines
155 B
C++
#include "prop_ess_entity_2d.h"
|
|
|
|
PropESSEntity2D::PropESSEntity2D() {
|
|
}
|
|
PropESSEntity2D::~PropESSEntity2D() {
|
|
}
|
|
|
|
void PropESSEntity2D::_bind_methods() {
|
|
}
|