4jcraft/Minecraft.Client/Platform/Common/DLC/DLCGameRules.h
2026-03-09 00:17:42 -05:00

10 lines
224 B
C++

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