4jcraft/Common/GameRules/LevelRules.cpp
2026-03-06 18:31:46 +01:00

20 lines
352 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 ?
}