mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-23 10:03:35 +00:00
4 lines
143 B
C++
4 lines
143 B
C++
#include "LevelStorage.h"
|
|
|
|
const std::wstring LevelStorage::NETHER_FOLDER = L"DIM-1";
|
|
const std::wstring LevelStorage::ENDER_FOLDER = L"DIM1/"; |