|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoPacket | _eo |
| MarriageReply | reply_code |
| union { | |
| struct { | |
| int32_t gold_amount | |
| } success | |
| } * | reply_code_data |
Reply to client Marriage-family packets
Definition at line 7261 of file protocol.h.
| EoPacket MarriageReplyServerPacket::_eo |
Definition at line 7262 of file protocol.h.
| int32_t MarriageReplyServerPacket::gold_amount |
Definition at line 7266 of file protocol.h.
| MarriageReply MarriageReplyServerPacket::reply_code |
Definition at line 7263 of file protocol.h.
| union { ... } * MarriageReplyServerPacket::reply_code_data |
| struct { ... } MarriageReplyServerPacket::success |