voxelman/nodes/voxelman_light.cpp

10 lines
141 B
C++
Raw Normal View History

#include "voxelman_light.h"
VoxelmanLight::VoxelmanLight() {
}
VoxelmanLight::~VoxelmanLight() {
}
void VoxelmanLight::_bind_methods() {
}