Started working on receiving information about other players
This commit is contained in:
@@ -25,8 +25,7 @@ struct ClientData {
|
||||
std::string avatar;
|
||||
enum class Command {
|
||||
NORMAL,
|
||||
SYNCHRONIZE,
|
||||
PING,
|
||||
CHANGED,
|
||||
}command = Command::NORMAL;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user