mirror of
https://github.com/Relintai/props_2d.git
synced 2025-02-12 16:50:18 +01:00
10 lines
145 B
C++
10 lines
145 B
C++
#include "prop_ess_entity_2d.h"
|
|
|
|
PropESSEntity::PropESSEntity() {
|
|
}
|
|
PropESSEntity::~PropESSEntity() {
|
|
}
|
|
|
|
void PropESSEntity::_bind_methods() {
|
|
}
|