feat(net): handle connected callback in NetClient

This commit is contained in:
fallenoak 2023-02-18 17:43:35 -06:00
parent 0ca1c8e331
commit 8a3e37ce73
No known key found for this signature in database
GPG key ID: 7628F8E61AEA070D
3 changed files with 28 additions and 1 deletions

View file

@ -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,