|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoSerialize | _eo |
| size_t | players_length |
| char ** | players |
Information about online players. Sent in reply to friends list requests.
Definition at line 1630 of file protocol.h.
| EoSerialize PlayersListFriends::_eo |
Definition at line 1631 of file protocol.h.
| char* * PlayersListFriends::players |
Definition at line 1633 of file protocol.h.
| size_t PlayersListFriends::players_length |
Definition at line 1632 of file protocol.h.