Exemplo n.º 1
0
 public override void Read(ByteArray by)
 {
     base.Read(by);
     char_idx = by.ReadLong();
     src_player_id.Read(by);
     item_id.Read(by);
 }
Exemplo n.º 2
0
 public override void Read(ByteArray by)
 {
     base.Read(by);
     char_idx        = by.ReadLong();
     target_char_idx = by.ReadLong();
     item_id.Read(by);
 }
Exemplo n.º 3
0
 public override void Read(ByteArray by)
 {
     base.Read(by);
     player_id.Read(by);
     item_id.Read(by);
 }