aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/Common/DLC/DLCGameRules.h
blob: 9d3bbaad4bd8771be32d9e97035c2a35122a5f96 (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

#include "DLCFile.h"
#include "..\GameRules\LevelGenerationOptions.h"

class DLCGameRules : public DLCFile
{
public:
	DLCGameRules(DLCManager::EDLCType type, const wstring &path) : DLCFile(type,path) {}
};