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