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

#include <protocol.h>

Data Fields

EoPacket _eo
int32_t leader_player_id
char * guild_tag
char * guild_name
char * rank_name
int32_t gold_amount

Detailed Description

Guild created

Definition at line 6537 of file protocol.h.

Field Documentation

◆ _eo

EoPacket GuildCreateServerPacket::_eo

Definition at line 6538 of file protocol.h.

◆ gold_amount

int32_t GuildCreateServerPacket::gold_amount

Definition at line 6543 of file protocol.h.

◆ guild_name

char* GuildCreateServerPacket::guild_name

Definition at line 6541 of file protocol.h.

◆ guild_tag

char* GuildCreateServerPacket::guild_tag

Definition at line 6540 of file protocol.h.

◆ leader_player_id

int32_t GuildCreateServerPacket::leader_player_id

Definition at line 6539 of file protocol.h.

◆ rank_name

char* GuildCreateServerPacket::rank_name

Definition at line 6542 of file protocol.h.


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