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

@@ -3,7 +3,7 @@
#include <vector>
#include "app/common/GameRules/LevelRules/Rules/GameRulesInstance.h"
#include "minecraft/world/level/GameRules/GameRulesInstance.h"
#include "ServerLevel.h"
#include "ServerPlayer.h"
#include "minecraft/client/Minecraft.h"