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