示例#1
0
 public static void CALL_BATTLE_ACMD_FRAME(this INetTransmitter transmitter, _DTO_frame_info dto)
 {
     transmitter.Send(new _PACKET_BATTLE_ACMD_FRAME(dto));
 }
示例#2
0
 public static _PACKET_BATTLE_QCMD_ACTION PACKET_BATTLE_QCMD_ACTION(_DTO_frame_info dto)
 {
     return(new _PACKET_BATTLE_QCMD_ACTION(dto));
 }
示例#3
0
 public static _PACKET_BATTLE_ACMD_FRAME PACKET_BATTLE_ACMD_FRAME(_DTO_frame_info dto)
 {
     return(new _PACKET_BATTLE_ACMD_FRAME(dto));
 }
示例#4
0
 protected override void InternalDeserialize(StreamBuffer buffer)
 {
     base.InternalDeserialize(buffer);
     this.dto = new _DTO_frame_info();
     this.dto.Deserialize(buffer);
 }
示例#5
0
 public _PACKET_BATTLE_QCMD_ACTION(_DTO_action_info[] actions, int frameId) : base(104, 1)
 {
     this.dto = new _DTO_frame_info(actions, frameId);
 }
示例#6
0
 public _PACKET_BATTLE_QCMD_ACTION(_DTO_frame_info dto) : base(104, 1)
 {
     this.dto = dto;
 }
示例#7
0
 public _PACKET_BATTLE_ACMD_FRAME(_DTO_action_info[] actions, int frameId) : base(104, 32001)
 {
     this.dto = new _DTO_frame_info(actions, frameId);
 }
示例#8
0
 public _PACKET_BATTLE_ACMD_FRAME(_DTO_frame_info dto) : base(104, 32001)
 {
     this.dto = dto;
 }