Started working on receiving information about other players

This commit is contained in:
Kayne Ruse
2013-05-24 19:21:50 +10:00
parent 0d3a69106f
commit 4c228e0e36
8 changed files with 112 additions and 13 deletions
+1 -2
View File
@@ -25,8 +25,7 @@ struct ClientData {
std::string avatar;
enum class Command {
NORMAL,
SYNCHRONIZE,
PING,
CHANGED,
}command = Command::NORMAL;
};