refactor: move GameRule chain headers into minecraft

This commit is contained in:
MatthewBeshay
2026-04-08 21:31:07 +10:00
parent efe4c91538
commit e14825c302
72 changed files with 88 additions and 88 deletions

View File

@@ -21,7 +21,7 @@
#include "app/common/DLC/DLCManager.h"
#include "app/common/DLC/DLCPack.h"
#include "app/common/DLC/DLCSkinFile.h"
#include "app/common/GameRules/LevelRules/RuleDefinitions/GameRuleDefinition.h"
#include "minecraft/world/level/GameRules/GameRuleDefinition.h"
#include "app/common/Network/GameNetworkManager.h"
#include "minecraft/network/platform/NetworkPlayerInterface.h"
#include "app/common/Network/Socket.h"