mirror of
https://github.com/Minecraft-Community-Edition/client.git
synced 2026-05-23 17:44:34 +00:00
7 lines
208 B
C++
7 lines
208 B
C++
#include "stdafx.h"
|
|
|
|
#include "LevelStorage.h"
|
|
|
|
const wstring LevelStorage::NETHER_FOLDER = L"DIM-1";
|
|
const wstring LevelStorage::ENDER_FOLDER = L"DIM1/";
|
|
const wstring LevelStorage::AETHER_FOLDER = L"DIM2/"; |