4jcraft/Minecraft.World/Level/LevelConflictException.cpp
2026-03-13 17:06:56 -05:00

5 lines
171 B
C++

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