mirror of
https://github.com/DrPerkyLegit/LCEServerTest.git
synced 2026-05-23 03:54:34 +00:00
removed git history
This commit is contained in:
8
Minecraft.Client/ConsoleInput.cpp
Normal file
8
Minecraft.Client/ConsoleInput.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "stdafx.h"
|
||||
#include "ConsoleInput.h"
|
||||
|
||||
ConsoleInput::ConsoleInput(const wstring& msg, ConsoleInputSource *source)
|
||||
{
|
||||
this->msg = msg;
|
||||
this->source = source;
|
||||
}
|
||||
Reference in New Issue
Block a user