mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-24 11:13:36 +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") {} |