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

6 lines
165 B
C++

#include "../Build/stdafx.h"
#include "LevelConflictException.h"
LevelConflictException::LevelConflictException(const std::wstring& msg) : RuntimeException(msg)
{
}