mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-01-03 16:13:22 +08:00
Revert "Update IClient."
This reverts commit 74020d688c5ebb958738812beef40bb9025a6318.
This commit is contained in:
parent
74020d688c
commit
00d0a73ad1
@ -41,6 +41,9 @@ public:
|
||||
// set the client in a pending state waiting for a new game
|
||||
virtual void Inactivate( void ) = 0;
|
||||
|
||||
// Reconnect without dropiing the netchannel
|
||||
virtual void Reconnect( void ) = 0; // froce reconnect
|
||||
|
||||
// disconnects a client with a given reason
|
||||
virtual void Disconnect( const char *reason ) = 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user