first commit
This commit is contained in:
10
Minecraft.Client/GuiMessage.h
Normal file
10
Minecraft.Client/GuiMessage.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
using namespace std;
|
||||
|
||||
class GuiMessage
|
||||
{
|
||||
public:
|
||||
wstring string;
|
||||
int ticks;
|
||||
GuiMessage(const wstring& string);
|
||||
};
|
||||
Reference in New Issue
Block a user