mirror of
https://github.com/Relintai/voxelman.git
synced 2024-11-12 10:15:12 +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() {
|
|
}
|