mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-22 15:35:33 +00:00
8 lines
174 B
C++
8 lines
174 B
C++
#pragma once
|
|
|
|
#include "StructureStart.h"
|
|
|
|
class MineShaftStart : public StructureStart {
|
|
public:
|
|
MineShaftStart(Level* level, Random* random, int chunkX, int chunkZ);
|
|
}; |