I can't progress until I add the address information to the Packet struct
This commit is contained in:
@@ -61,6 +61,9 @@ private:
|
||||
std::map<int, PlayerData> players;
|
||||
|
||||
bool running = false;
|
||||
|
||||
int clientTicker = 0;
|
||||
int playerTicker = 0;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user