Files
MinecraftConsoles/Minecraft.World/LevelConflictException.cpp
T
2026-07-09 04:15:40 -04:00

6 lines
151 B
C++

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