index
:
MinecraftConsoles.git
main
Minecraft Legacy Console Edition
ProsperousPotato
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Minecraft.Client
/
DemoUser.h
blob: d10085d954bf2bef8aa7c2200db4b4a6ebd24f9b (
plain
)
1
2
3
4
5
6
7
8
#pragma once
#include
"User.h"
class
DemoUser
:
public
User
{
public
:
DemoUser
();
};