mirror of
https://github.com/Relintai/props_2d.git
synced 2024-11-14 10:27:17 +01:00
10 lines
155 B
C++
10 lines
155 B
C++
#include "prop_2d_ess_entity.h"
|
|
|
|
Prop2DESSEntity::Prop2DESSEntity() {
|
|
}
|
|
Prop2DESSEntity::~Prop2DESSEntity() {
|
|
}
|
|
|
|
void Prop2DESSEntity::_bind_methods() {
|
|
}
|