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

#include <protocol.h>

Data Fields

EoPacket _eo
char * winner_name
int32_t kills_count
char * killer_name
char * victim_name

Detailed Description

Arena win message

Definition at line 7232 of file protocol.h.

Field Documentation

◆ _eo

EoPacket ArenaAcceptServerPacket::_eo

Definition at line 7233 of file protocol.h.

◆ killer_name

char* ArenaAcceptServerPacket::killer_name

Definition at line 7236 of file protocol.h.

◆ kills_count

int32_t ArenaAcceptServerPacket::kills_count

Definition at line 7235 of file protocol.h.

◆ victim_name

char* ArenaAcceptServerPacket::victim_name

Definition at line 7237 of file protocol.h.

◆ winner_name

char* ArenaAcceptServerPacket::winner_name

Definition at line 7234 of file protocol.h.


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