mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-03 18:45:01 +00:00
format .Client/Common/GameRules
This commit is contained in:
@@ -1,20 +1,14 @@
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "LevelRules.h"
|
||||
|
||||
LevelRules::LevelRules() {}
|
||||
|
||||
LevelRules::LevelRules()
|
||||
{
|
||||
}
|
||||
void LevelRules::addLevelRule(const std::wstring& displayName,
|
||||
std::uint8_t* pbData, unsigned int dataLength) {}
|
||||
|
||||
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::addLevelRule(const std::wstring &displayName, LevelRuleset *rootRule)
|
||||
{
|
||||
}
|
||||
|
||||
void LevelRules::removeLevelRule(LevelRuleset *removing)
|
||||
{
|
||||
// TODO ?
|
||||
void LevelRules::removeLevelRule(LevelRuleset* removing) {
|
||||
// TODO ?
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user