]> git.localhorst.tv Git - blank.git/blobdiff - src/net/Client.hpp
sync entities with clients
[blank.git] / src / net / Client.hpp
index 5c0a9c2b378344f8e4c7db1700de664093bd0b69..2848aedb342a37ebcac5ebd8c7052089c0696397 100644 (file)
@@ -32,6 +32,7 @@ public:
 
        std::uint16_t SendPing();
        std::uint16_t SendLogin(const std::string &);
+       std::uint16_t SendPart();
        std::uint16_t SendPlayerUpdate(const Entity &);
 
 private: