Superman + Alfred

This commit is contained in:
MarcEricMartel
2023-11-27 16:12:12 -05:00
parent cfc7f7e01d
commit e8ca08ecab
4 changed files with 36 additions and 7 deletions

View File

@@ -34,7 +34,7 @@ public:
sockaddr_in* getAddr() const;
void getPacks(SOCKET sock);
void sendPacks(SOCKET sock, std::unordered_map<uint64_t, Connection*> conns);
void sendPacks(SOCKET sock, std::unordered_map<uint64_t, Connection*> conns, const uint32_t timer);
void Run(World* world);