2026-03-01 12:16:08 +08:00
|
|
|
#include "stdafx.h"
|
|
|
|
|
#include "ConsoleGameMode.h"
|
2026-03-01 15:05:24 -07:00
|
|
|
#include ".\Tutorial\Tutorial.h"
|
2026-03-01 12:16:08 +08:00
|
|
|
|
|
|
|
|
ConsoleGameMode::ConsoleGameMode(int iPad, Minecraft *minecraft, ClientConnection *connection)
|
|
|
|
|
: TutorialMode(iPad, minecraft, connection)
|
|
|
|
|
{
|
|
|
|
|
tutorial = new Tutorial(iPad);
|
2026-03-01 15:05:24 -07:00
|
|
|
}
|