mirror of
https://github.com/Relintai/voxelman.git
synced 2024-11-08 10:02:10 +01:00
10 lines
148 B
C++
10 lines
148 B
C++
#include "voxel_light_node.h"
|
|
|
|
VoxelLightNode::VoxelLightNode() {
|
|
}
|
|
VoxelLightNode::~VoxelLightNode() {
|
|
}
|
|
|
|
void VoxelLightNode::_bind_methods() {
|
|
}
|