4jcraft/Minecraft.Client/Platform/Common/GameRules/LevelRules.cpp
2026-03-22 01:15:44 -05:00

15 lines
445 B
C++

#include "../../Minecraft.World/Platform/stdafx.h"
#include "LevelRules.h"
LevelRules::LevelRules() {}
void LevelRules::addLevelRule(const std::wstring& displayName,
std::uint8_t* pbData, unsigned int dataLength) {}
void LevelRules::addLevelRule(const std::wstring& displayName,
LevelRuleset* rootRule) {}
void LevelRules::removeLevelRule(LevelRuleset* removing) {
// TODO ?
}