first commit
This commit is contained in:
10
Minecraft.Client/Common/DLC/DLCGameRules.h
Normal file
10
Minecraft.Client/Common/DLC/DLCGameRules.h
Normal file
@@ -0,0 +1,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) {}
|
||||
};
|
||||
Reference in New Issue
Block a user