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