refactor: extract ITutorial interface and move TutorialEnum to minecraft

This commit is contained in:
MatthewBeshay
2026-04-09 22:20:30 +10:00
parent 6fd9148e17
commit 557dd7430b
57 changed files with 155 additions and 103 deletions

View File

@@ -1,6 +1,6 @@
#pragma once
#include "Tutorial.h"
#include "app/common/Tutorial/TutorialEnum.h"
#include "minecraft/world/tutorial/TutorialEnum.h"
#define FULL_TUTORIAL_PROGRESS_2_X_2_Crafting 1
#define FULL_TUTORIAL_PROGRESS_3_X_3_Crafting 2