Files
LegacyMultiplayerProject/Minecraft.Client/DemoUser.h
DrPerkyLegit b3e825ef9c Initial commit
2026-06-23 01:07:42 -04:00

8 lines
86 B
C++

#pragma once
#include "User.h"
class DemoUser : public User
{
public:
DemoUser();
};