refactor: replace Tutorial::staticCtor with ITutorial::staticInit in Minecraft.cpp

This commit is contained in:
MatthewBeshay
2026-04-09 22:27:26 +10:00
parent 514c75bf01
commit 41d139ce32
3 changed files with 9 additions and 2 deletions

View File

@@ -72,6 +72,8 @@ bool Tutorial::PopupMessageDetails::isSameContent(PopupMessageDetails* other) {
return textTheSame && titleTheSame && promptTheSame;
}
void ITutorial::staticInit() { Tutorial::staticCtor(); }
void Tutorial::staticCtor() {
//
/*