4jcraft/targets/app/common/DLC/DLCGameRules.h

10 lines
259 B
C++

#pragma once
#include "DLCFile.h"
#include "app/common/GameRules/LevelGeneration/LevelGenerationOptions.h"
class DLCGameRules : public DLCFile {
public:
DLCGameRules(DLCManager::EDLCType type, const std::string& path)
: DLCFile(type, path) {}
};