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