mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
feat(net): implement message ready callback in NetClient
This commit is contained in:
parent
af2a47ae15
commit
8e03d9e5dd
3 changed files with 44 additions and 4 deletions
|
|
@ -31,7 +31,7 @@ enum EVENTID {
|
|||
EVENT_ID_21 = 21,
|
||||
EVENT_ID_22 = 22,
|
||||
EVENT_ID_PAINT = 23,
|
||||
EVENT_ID_24 = 24,
|
||||
EVENT_ID_NET_DATA = 24,
|
||||
EVENT_ID_NET_CONNECT = 25,
|
||||
EVENT_ID_26 = 26,
|
||||
EVENT_ID_27 = 27,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue