mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-24 13:03:37 +00:00
7 lines
127 B
C++
7 lines
127 B
C++
#include "DemoUser.h"
|
|
|
|
#include <string>
|
|
|
|
#include "minecraft/client/User.h"
|
|
|
|
DemoUser::DemoUser() : User("DemoUser", "n/a") {} |