mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-25 13:43:53 +00:00
8 lines
96 B
C++
8 lines
96 B
C++
#pragma once
|
|
#include "../Player/User.h"
|
|
|
|
class DemoUser : public User
|
|
{
|
|
public:
|
|
DemoUser();
|
|
}; |