LCEMP/Minecraft.Client/Common/DLC/DLCGameRules.h
2026-04-21 00:07:38 -04:00

10 lines
219 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) {}
};