mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-08 02:58:24 +00:00
Add INetworkChannelNotify (#329)
This commit is contained in:
parent
b18c8d285a
commit
48c9c1121d
@ -55,6 +55,12 @@ enum NetChannelBufType_t : int8
|
||||
BUF_VOICE,
|
||||
};
|
||||
|
||||
abstract_class INetworkChannelNotify
|
||||
{
|
||||
public:
|
||||
virtual void OnShutdownChannel( INetChannel *pChannel ) = 0;
|
||||
};
|
||||
|
||||
abstract_class INetworkMessageProcessingPreFilter
|
||||
{
|
||||
public:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user