mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-16 07:31:53 +00:00
refactor: replace Tutorial::staticCtor with ITutorial::staticInit in Minecraft.cpp
This commit is contained in:
@@ -72,6 +72,8 @@ bool Tutorial::PopupMessageDetails::isSameContent(PopupMessageDetails* other) {
|
||||
return textTheSame && titleTheSame && promptTheSame;
|
||||
}
|
||||
|
||||
void ITutorial::staticInit() { Tutorial::staticCtor(); }
|
||||
|
||||
void Tutorial::staticCtor() {
|
||||
//
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user