the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
at main 10 lines 219 B view raw
1#pragma once 2 3#include "DLCFile.h" 4#include "..\GameRules\LevelGenerationOptions.h" 5 6class DLCGameRules : public DLCFile 7{ 8public: 9 DLCGameRules(DLCManager::EDLCType type, const wstring &path) : DLCFile(type,path) {} 10};