4jcraft/targets/minecraft/world/level/storage/LevelStorage.cpp
2026-04-01 13:27:58 -05:00

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/";