Exemplo n.º 1
0
 public static void CALL_ROOM_QCMD_ROOM_INFO(this INetTransmitter transmitter, _DTO_int dto)
 {
     transmitter.Send(new _PACKET_ROOM_QCMD_ROOM_INFO(dto));
 }
Exemplo n.º 2
0
 public static void CALL_HALL_ACMD_BRO_ROOM_DESTROIED(this INetTransmitter transmitter, _DTO_int dto)
 {
     transmitter.Send(new _PACKET_HALL_ACMD_BRO_ROOM_DESTROIED(dto));
 }
Exemplo n.º 3
0
 public static void CALL_HALL_ACMD_JOIN_ROOM(this INetTransmitter transmitter, _DTO_int dto)
 {
     transmitter.Send(new _PACKET_HALL_ACMD_JOIN_ROOM(dto));
 }
Exemplo n.º 4
0
 public static _PACKET_HALL_ACMD_JOIN_ROOM PACKET_HALL_ACMD_JOIN_ROOM(_DTO_int dto)
 {
     return(new _PACKET_HALL_ACMD_JOIN_ROOM(dto));
 }
Exemplo n.º 5
0
 public static _PACKET_ROOM_QCMD_ROOM_INFO PACKET_ROOM_QCMD_ROOM_INFO(_DTO_int dto)
 {
     return(new _PACKET_ROOM_QCMD_ROOM_INFO(dto));
 }
 protected override void InternalDeserialize(StreamBuffer buffer)
 {
     base.InternalDeserialize(buffer);
     this.dto = new _DTO_int();
     this.dto.Deserialize(buffer);
 }
Exemplo n.º 7
0
 public static _PACKET_HALL_ACMD_BRO_ROOM_DESTROIED PACKET_HALL_ACMD_BRO_ROOM_DESTROIED(_DTO_int dto)
 {
     return(new _PACKET_HALL_ACMD_BRO_ROOM_DESTROIED(dto));
 }
 public _PACKET_HALL_ACMD_JOIN_ROOM(_DTO_int dto) : base(102, 32003)
 {
     this.dto = dto;
 }
 public _PACKET_HALL_ACMD_JOIN_ROOM(int value) : base(102, 32003)
 {
     this.dto = new _DTO_int(value);
 }
 public _PACKET_ROOM_QCMD_ROOM_INFO(int value) : base(103, 1)
 {
     this.dto = new _DTO_int(value);
 }
 public _PACKET_ROOM_QCMD_ROOM_INFO(_DTO_int dto) : base(103, 1)
 {
     this.dto = dto;
 }
 public _PACKET_HALL_QCMD_JOIN_ROOM(_DTO_int dto) : base(102, 2)
 {
     this.dto = dto;
 }
 public _PACKET_HALL_ACMD_BRO_ROOM_DESTROIED(int value) : base(102, 32002)
 {
     this.dto = new _DTO_int(value);
 }
 public _PACKET_HALL_ACMD_BRO_ROOM_DESTROIED(_DTO_int dto) : base(102, 32002)
 {
     this.dto = dto;
 }