mirror of
https://github.com/Relintai/voxelman.git
synced 2025-01-12 15:01:09 +01:00
10 lines
141 B
C++
10 lines
141 B
C++
|
#include "voxelman_light.h"
|
||
|
|
||
|
VoxelmanLight::VoxelmanLight() {
|
||
|
}
|
||
|
VoxelmanLight::~VoxelmanLight() {
|
||
|
}
|
||
|
|
||
|
void VoxelmanLight::_bind_methods() {
|
||
|
}
|