Implemented new version of snapshot for 3D world. Also some cleanup.

This commit is contained in:
stiffly
2015-12-08 17:57:01 +01:00
parent d1880754f5
commit 9f54a08536
5 changed files with 52 additions and 112 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
#include <string>
struct PlayerDefinition {
unsigned int EntityID;
std::string Name;
unsigned int EntityID = -1;
std::string Name = "";
boost::asio::ip::udp::endpoint Endpoint;
};