work on the stuff on client

This commit is contained in:
2026-02-20 00:59:20 +02:00
parent 04b0f02e7f
commit 3ed689f801
26 changed files with 1036 additions and 147 deletions

View File

@@ -45,7 +45,7 @@ public:
class CBaseEntity;
typedef void(*fnThink)( CBaseEntity *pThis );
typedef void(*fnThink)( float fTime );
class CBaseEntity
{
public: