mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-23 19:34:58 +00:00
6 lines
107 B
C++
6 lines
107 B
C++
#include "../Platform/stdafx.h"
|
|
#include "DemoUser.h"
|
|
|
|
DemoUser::DemoUser() : User(L"DemoUser", L"n/a")
|
|
{
|
|
} |