4jcraft/Minecraft.World/Level/Storage/LevelStorage.cpp
2026-03-06 11:50:22 -06:00

6 lines
176 B
C++

#include "../../Build/stdafx.h"
#include "LevelStorage.h"
const std::wstring LevelStorage::NETHER_FOLDER = L"DIM-1";
const std::wstring LevelStorage::ENDER_FOLDER = L"DIM1/";