Exemplo n.º 1
0
 public static _PACKET_BATTLE_QCMD_END_BATTLE PACKET_BATTLE_QCMD_END_BATTLE(_DTO_byte dto)
 {
     return(new _PACKET_BATTLE_QCMD_END_BATTLE(dto));
 }
Exemplo n.º 2
0
 public static _PACKET_BATTLE_ACMD_BATTLE_END PACKET_BATTLE_ACMD_BATTLE_END(_DTO_byte dto)
 {
     return(new _PACKET_BATTLE_ACMD_BATTLE_END(dto));
 }
Exemplo n.º 3
0
 public static _PACKET_ROOM_QCMD_CHANGE_SKIN PACKET_ROOM_QCMD_CHANGE_SKIN(_DTO_byte dto)
 {
     return(new _PACKET_ROOM_QCMD_CHANGE_SKIN(dto));
 }
Exemplo n.º 4
0
 public static _PACKET_ROOM_QCMD_CHANGE_TEAM PACKET_ROOM_QCMD_CHANGE_TEAM(_DTO_byte dto)
 {
     return(new _PACKET_ROOM_QCMD_CHANGE_TEAM(dto));
 }
 protected override void InternalDeserialize(StreamBuffer buffer)
 {
     base.InternalDeserialize(buffer);
     this.dto = new _DTO_byte();
     this.dto.Deserialize(buffer);
 }
Exemplo n.º 6
0
 public static _PACKET_ROOM_QCMD_CHANGE_MODEL PACKET_ROOM_QCMD_CHANGE_MODEL(_DTO_byte dto)
 {
     return(new _PACKET_ROOM_QCMD_CHANGE_MODEL(dto));
 }
 public _PACKET_BATTLE_QCMD_END_BATTLE(_DTO_byte dto) : base(104, 3)
 {
     this.dto = dto;
 }
 public _PACKET_BATTLE_ACMD_BATTLE_END(_DTO_byte dto) : base(104, 32003)
 {
     this.dto = dto;
 }
Exemplo n.º 9
0
 public _PACKET_ROOM_QCMD_CHANGE_SKIN(_DTO_byte dto) : base(103, 5)
 {
     this.dto = dto;
 }
Exemplo n.º 10
0
 public _PACKET_ROOM_QCMD_CHANGE_SKIN(byte value) : base(103, 5)
 {
     this.dto = new _DTO_byte(value);
 }
 public _PACKET_ROOM_QCMD_CHANGE_MODEL(byte value) : base(103, 4)
 {
     this.dto = new _DTO_byte(value);
 }
 public _PACKET_ROOM_QCMD_CHANGE_MODEL(_DTO_byte dto) : base(103, 4)
 {
     this.dto = dto;
 }
 public _PACKET_BATTLE_ACMD_BATTLE_END(byte value) : base(104, 32003)
 {
     this.dto = new _DTO_byte(value);
 }
Exemplo n.º 14
0
 public static void CALL_ROOM_QCMD_CHANGE_TEAM(this INetTransmitter transmitter, _DTO_byte dto)
 {
     transmitter.Send(new _PACKET_ROOM_QCMD_CHANGE_TEAM(dto));
 }
 public _PACKET_BATTLE_QCMD_END_BATTLE(byte value) : base(104, 3)
 {
     this.dto = new _DTO_byte(value);
 }
Exemplo n.º 16
0
 public static void CALL_BATTLE_ACMD_BATTLE_END(this INetTransmitter transmitter, _DTO_byte dto)
 {
     transmitter.Send(new _PACKET_BATTLE_ACMD_BATTLE_END(dto));
 }
Exemplo n.º 17
0
 public _PACKET_ROOM_QCMD_CHANGE_TEAM(_DTO_byte dto) : base(103, 7)
 {
     this.dto = dto;
 }