mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 19:22:30 +00:00
feat(net): handle connected callback in NetClient
This commit is contained in:
parent
0ca1c8e331
commit
8a3e37ce73
3 changed files with 28 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ enum EVENTID {
|
|||
EVENT_ID_22 = 22,
|
||||
EVENT_ID_PAINT = 23,
|
||||
EVENT_ID_24 = 24,
|
||||
EVENT_ID_25 = 25,
|
||||
EVENT_ID_NET_CONNECT = 25,
|
||||
EVENT_ID_26 = 26,
|
||||
EVENT_ID_27 = 27,
|
||||
EVENT_ID_28 = 28,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue