refactor: move NetworkPlayerInterface and SessionInfo into minecraft

This commit is contained in:
MatthewBeshay
2026-04-08 21:15:09 +10:00
parent 9b830f1bfc
commit e5cdd2c370
32 changed files with 33 additions and 33 deletions

View File

@@ -23,7 +23,7 @@
#include "app/common/DLC/DLCSkinFile.h"
#include "app/common/GameRules/LevelRules/RuleDefinitions/GameRuleDefinition.h"
#include "app/common/Network/GameNetworkManager.h"
#include "app/common/Network/NetworkPlayerInterface.h"
#include "minecraft/network/platform/NetworkPlayerInterface.h"
#include "app/common/Network/Socket.h"
#include "app/common/Tutorial/FullTutorialMode.h"
#include "app/common/Tutorial/Tutorial.h"