changeset 25 | af75a1894a32 |
parent 24 | b81cb670e6b2 |
child 32 | 2ff929186c90 |
child 66 | 1415a2d45686 |
24:b81cb670e6b2 | 25:af75a1894a32 |
---|---|
46 NETMSG_PLAYER_QUIT = 0x0102, |
46 NETMSG_PLAYER_QUIT = 0x0102, |
47 |
47 |
48 /* |
48 /* |
49 * Client has moved |
49 * Client has moved |
50 * |
50 * |
51 * uint32_t dx |
51 * int32_t dx |
52 * uint32_t dy |
52 * int32_t dy |
53 */ |
53 */ |
54 NETMSG_CLIENT_MOVE = 0x0201, |
54 NETMSG_CLIENT_MOVE = 0x0201, |
55 |
55 |
56 /* |
56 /* |
57 * Initial player info |
57 * Initial player info |