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

#include <protocol.h>

Data Fields

EoPacket _eo
MarriageReply reply_code
union { 
   struct { 
      int32_t   gold_amount 
   }   success
} * reply_code_data

Detailed Description

Reply to client Marriage-family packets

Definition at line 7261 of file protocol.h.

Field Documentation

◆ _eo

EoPacket MarriageReplyServerPacket::_eo

Definition at line 7262 of file protocol.h.

◆ gold_amount

int32_t MarriageReplyServerPacket::gold_amount

Definition at line 7266 of file protocol.h.

◆ reply_code

MarriageReply MarriageReplyServerPacket::reply_code

Definition at line 7263 of file protocol.h.

◆ [union]

union { ... } * MarriageReplyServerPacket::reply_code_data

◆ [struct]

struct { ... } MarriageReplyServerPacket::success

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