mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-22 05:07:38 +00:00
7 lines
129 B
C++
7 lines
129 B
C++
#include "DemoUser.h"
|
|
|
|
#include <string>
|
|
|
|
#include "minecraft/client/User.h"
|
|
|
|
DemoUser::DemoUser() : User(L"DemoUser", L"n/a") {} |