mirror of
https://github.com/Relintai/props.git
synced 2024-11-12 10:15:25 +01:00
10 lines
185 B
C++
10 lines
185 B
C++
#include "prop_mesh_data_instance.h"
|
|
|
|
PropMeshDataInstance::PropMeshDataInstance() {
|
|
}
|
|
PropMeshDataInstance::~PropMeshDataInstance() {
|
|
}
|
|
|
|
void PropMeshDataInstance::_bind_methods() {
|
|
}
|