mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-26 06:52:55 +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);
|
|
}; |