mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-24 12:36:10 +00:00
chore: format Minecraft.Client
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
#include "../Platform/stdafx.h"
|
||||
#include "GuiMessage.h"
|
||||
|
||||
GuiMessage::GuiMessage(const std::wstring& string)
|
||||
{
|
||||
this->string = string;
|
||||
ticks = 0;
|
||||
GuiMessage::GuiMessage(const std::wstring& string) {
|
||||
this->string = string;
|
||||
ticks = 0;
|
||||
}
|
||||
Reference in New Issue
Block a user