1
0
mirror of https://github.com/Mauler125/r5sdk.git synced 2025-02-09 19:15:03 +01:00

Add netmsg type defines

These 2 are used in CNetChan::ProcessMessages.
This commit is contained in:
Kawe Mazidjatari 2023-08-21 16:28:37 +02:00
parent d528ec69f1
commit 905ae5a202

@ -37,3 +37,6 @@ enum class PERSISTENCE : int
PERSISTENCE_READY = 5 // persistence is ready for this client.
#endif
};
#define net_NOP 0 // nop command used for padding.
#define net_Disconnect 1 // disconnect, last message in connection.