|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoPacket | _eo |
| SkillMasterReply | reply_code |
| union { | |
| struct { | |
| int32_t class_id | |
| } wrong_class | |
| } * | reply_code_data |
Response from unsuccessful action at a skill master
Definition at line 5678 of file protocol.h.
| EoPacket StatSkillReplyServerPacket::_eo |
Definition at line 5679 of file protocol.h.
| int32_t StatSkillReplyServerPacket::class_id |
Definition at line 5683 of file protocol.h.
| SkillMasterReply StatSkillReplyServerPacket::reply_code |
Definition at line 5680 of file protocol.h.
| union { ... } * StatSkillReplyServerPacket::reply_code_data |
| struct { ... } StatSkillReplyServerPacket::wrong_class |