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

#include <protocol.h>

Data Fields

EoPacket _eo
int32_t session_id
Gender gender
int32_t hair_style
int32_t hair_color
int32_t skin
char * name

Detailed Description

Confirm creating a character

Definition at line 2754 of file protocol.h.

Field Documentation

◆ _eo

EoPacket CharacterCreateClientPacket::_eo

Definition at line 2755 of file protocol.h.

◆ gender

Gender CharacterCreateClientPacket::gender

Definition at line 2757 of file protocol.h.

◆ hair_color

int32_t CharacterCreateClientPacket::hair_color

Definition at line 2759 of file protocol.h.

◆ hair_style

int32_t CharacterCreateClientPacket::hair_style

Definition at line 2758 of file protocol.h.

◆ name

char* CharacterCreateClientPacket::name

Definition at line 2761 of file protocol.h.

◆ session_id

int32_t CharacterCreateClientPacket::session_id

Definition at line 2756 of file protocol.h.

◆ skin

int32_t CharacterCreateClientPacket::skin

Definition at line 2760 of file protocol.h.


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