4jcraft/Minecraft.World/Level/LevelConflictException.cpp

6 lines
168 B
C++

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