mirror of
https://github.com/Relintai/terraman.git
synced 2025-04-23 21:43:23 +02:00
10 lines
141 B
C++
10 lines
141 B
C++
#include "voxelman_light.h"
|
|
|
|
TerramanLight::TerramanLight() {
|
|
}
|
|
TerramanLight::~TerramanLight() {
|
|
}
|
|
|
|
void TerramanLight::_bind_methods() {
|
|
}
|