mirror of
https://github.com/Relintai/voxelman.git
synced 2024-11-14 10:17:20 +01:00
10 lines
141 B
C++
10 lines
141 B
C++
#include "voxelman_light.h"
|
|
|
|
VoxelmanLight::VoxelmanLight() {
|
|
}
|
|
VoxelmanLight::~VoxelmanLight() {
|
|
}
|
|
|
|
void VoxelmanLight::_bind_methods() {
|
|
}
|