mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/LegacyNetherFork.git
synced 2026-06-08 22:52:18 +00:00
8 lines
211 B
C++
8 lines
211 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::OUTEREND_FOLDER = L"DIM2/";
|