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