mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-03-26 13:48:11 +05:00
9 lines
171 B
C++
9 lines
171 B
C++
#pragma once
|
|
|
|
#include "StructureStart.h"
|
|
|
|
class MineShaftStart : public StructureStart
|
|
{
|
|
public:
|
|
MineShaftStart(Level *level, Random *random, int chunkX, int chunkZ);
|
|
}; |