mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2026-04-18 09:49:52 +00:00
Mod Sync
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#include <WS2tcpip.h>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <chrono>
|
||||
#include <set>
|
||||
|
||||
class Client {
|
||||
@@ -19,8 +20,6 @@ private:
|
||||
SOCKET TCPSOCK;
|
||||
int Status = 0;
|
||||
int ID = -1; //PlayerID
|
||||
|
||||
|
||||
public:
|
||||
std::set<std::pair<int,std::string>> GetAllCars();
|
||||
void AddNewCar(int ident,const std::string& Data);
|
||||
|
||||
Reference in New Issue
Block a user