Files
cafeberry/Minecraft.Client/Common/DLC/DLCGameRules.h
T
2026-07-03 18:34:01 +01:00

10 lines
228 B
C++

#pragma once
#include "DLCFile.h"
#include "..\GameRules\LevelGenerationOptions.h"
class DLCGameRules : public DLCFile
{
public:
DLCGameRules(DLCManager::EDLCType type, const wstring &path) : DLCFile(type,path) {}
};