just a comment

This commit is contained in:
Kolyah35
2026-03-17 21:53:15 +03:00
parent 9d831bdb25
commit ccac464750

View File

@@ -66,7 +66,9 @@ public:
void displayGameMessage(const std::string& message);
private:
/**
* @brief Send packet to all players
*/
void redistributePacket(Packet* packet, const RakNet::RakNetGUID& fromPlayer);
Player* getPlayer(const RakNet::RakNetGUID& source);