Files
MinecraftCommunityEdition-c…/Minecraft.Client/Common/GameRules/LevelRules.cpp
LazyByteDev b40d5e9d01 src stuff
2026-03-02 03:31:00 -05:00

20 lines
324 B
C++

#include "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 ?
}