mirror of
https://github.com/DrPerkyLegit/LCEServerTest.git
synced 2026-05-25 21:14:39 +00:00
removed git history
This commit is contained in:
9
Minecraft.Client/Common/ConsoleGameMode.cpp
Normal file
9
Minecraft.Client/Common/ConsoleGameMode.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "stdafx.h"
|
||||
#include "ConsoleGameMode.h"
|
||||
#include ".\Tutorial\Tutorial.h"
|
||||
|
||||
ConsoleGameMode::ConsoleGameMode(int iPad, Minecraft *minecraft, ClientConnection *connection)
|
||||
: TutorialMode(iPad, minecraft, connection)
|
||||
{
|
||||
tutorial = new Tutorial(iPad);
|
||||
}
|
||||
Reference in New Issue
Block a user