eolib 0.5.0
A core C library for writing applications related to Endless Online
Loading...
Searching...
No Matches
GuildRankClientPacket Struct Reference

#include <protocol.h>

Data Fields

EoPacket _eo
int32_t session_id
int32_t rank
char * member_name

Detailed Description

Update a member's rank

Definition at line 4166 of file protocol.h.

Field Documentation

◆ _eo

EoPacket GuildRankClientPacket::_eo

Definition at line 4167 of file protocol.h.

◆ member_name

char* GuildRankClientPacket::member_name

Definition at line 4170 of file protocol.h.

◆ rank

int32_t GuildRankClientPacket::rank

Definition at line 4169 of file protocol.h.

◆ session_id

int32_t GuildRankClientPacket::session_id

Definition at line 4168 of file protocol.h.


The documentation for this struct was generated from the following file: