mirror of
https://github.com/Relintai/props.git
synced 2024-11-10 10:12:13 +01:00
10 lines
166 B
C++
10 lines
166 B
C++
|
#include "prop_voxelman_light.h"
|
||
|
|
||
|
PropVoxelmanLight::PropVoxelmanLight() {
|
||
|
}
|
||
|
PropVoxelmanLight::~PropVoxelmanLight() {
|
||
|
}
|
||
|
|
||
|
void PropVoxelmanLight::_bind_methods() {
|
||
|
}
|