Files
LegacyMultiplayerProject/Minecraft.World/LevelConflictException.cpp
DrPerkyLegit 5b19646cc6 init
2026-06-23 01:27:12 -04:00

6 lines
151 B
C++

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