networking

This commit is contained in:
2025-07-13 15:47:42 +03:00
parent f5b26be510
commit a9c28b8940
345 changed files with 142130 additions and 174 deletions

View File

@@ -2,6 +2,7 @@
#define SERVER_H
#include "tier0/platform.h"
#include "networking.h"
interface IServer
{
@@ -17,6 +18,7 @@ abstract_class IIClient
{
public:
uint64_t playerID;
uint32_t playerHandle;
CBasePlayer *pBasePlayer;
};