4jcraft/Minecraft.World/Level/LevelConflictException.cpp
2026-03-05 03:29:23 -05:00

6 lines
160 B
C++

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