4jcraft/Common/GameRules/LevelRules.cpp
2026-03-06 17:22:54 +01:00

20 lines
358 B
C++

#include "../../../../Minecraft.World/Build/stdafx.h"
#include "LevelRules.h"
LevelRules::LevelRules()
{
}
void LevelRules::addLevelRule(const wstring &displayName, PBYTE pbData, DWORD dwLen)
{
}
void LevelRules::addLevelRule(const wstring &displayName, LevelRuleset *rootRule)
{
}
void LevelRules::removeLevelRule(LevelRuleset *removing)
{
// TODO ?
}