first commit
This commit is contained in:
20
Minecraft.Client/Common/GameRules/LevelRules.cpp
Normal file
20
Minecraft.Client/Common/GameRules/LevelRules.cpp
Normal file
@@ -0,0 +1,20 @@
|
||||
#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 ?
|
||||
}
|
||||
Reference in New Issue
Block a user