4jcraft/Minecraft.World/net/minecraft/world/level/LevelConflictException.cpp

5 lines
184 B
C++

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