mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-17 20:10:23 +03:00
* Initial commit.
:)
This commit is contained in:
17
source/UserInput/User.hpp
Normal file
17
source/UserInput/User.hpp
Normal file
@@ -0,0 +1,17 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
class User
|
||||
{
|
||||
public:
|
||||
User(const std::string& a, const std::string& b)
|
||||
{
|
||||
field_0 = a;
|
||||
field_18 = b;
|
||||
}
|
||||
|
||||
public:
|
||||
std::string field_0;
|
||||
std::string field_18;
|
||||
};
|
||||
Reference in New Issue
Block a user