Something went wrong. Try again.
the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
Something went wrong. Try again.
324 B · 20 lines
C++
at main
1234567891011121314151617181920#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 ?}