mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 12:06:07 +08:00
Update IRecipientFilter and NetChannelBufType_t (#221)
This commit is contained in:
@ -49,10 +49,11 @@ struct NetPacket_t
|
||||
};
|
||||
#endif // NET_PACKET_ST_DEFINED
|
||||
|
||||
enum NetChannelBufType_t
|
||||
enum NetChannelBufType_t : int8
|
||||
{
|
||||
BUF_RELIABLE = 0,
|
||||
BUF_UNRELIABLE,
|
||||
BUF_DEFAULT = -1,
|
||||
BUF_UNRELIABLE = 0,
|
||||
BUF_RELIABLE,
|
||||
BUF_VOICE,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user