first commit
This commit is contained in:
14
Minecraft.Client/Common/GameRules/LevelRules.h
Normal file
14
Minecraft.Client/Common/GameRules/LevelRules.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
class LevelRuleset;
|
||||
|
||||
class LevelRules
|
||||
{
|
||||
public:
|
||||
LevelRules();
|
||||
|
||||
void addLevelRule(const wstring &displayName, PBYTE pbData, DWORD dwLen);
|
||||
void addLevelRule(const wstring &displayName, LevelRuleset *rootRule);
|
||||
|
||||
void removeLevelRule(LevelRuleset *removing);
|
||||
};
|
||||
Reference in New Issue
Block a user