1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-19 20:16:10 +08:00

Update INetChannel & INetChannelInfo (#333)

This commit is contained in:
zer0.k
2025-08-31 22:46:41 +02:00
committed by GitHub
parent 4499acb4f5
commit 1a21ada9be
2 changed files with 2 additions and 2 deletions

View File

@ -86,8 +86,6 @@ public:
virtual int SendMessages( const char *pDebugName, bf_write *data ) = 0;
virtual void ClearBitsToSend( void ) = 0;
virtual const netadr_t &GetRemoteAddress( void ) const = 0;
virtual void UpdateMessageStats( int msggroup, int bits, bool ) = 0;
virtual void unk011() = 0;