Files
GabsPuNs-Project_Zenith_Main/Minecraft.World/LevelConflictException.cpp
2026-05-14 19:16:33 -04:00

6 lines
151 B
C++

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