Exemplo n.º 1
0
 protected override void InternalDeserialize(StreamBuffer buffer)
 {
     base.InternalDeserialize(buffer);
     this.dto = new _DTO_transform();
     this.dto.Deserialize(buffer);
 }
Exemplo n.º 2
0
 public _PACKET_BATTLE_TRANSFORM(_DTO_transform dto) : base(100, 6, false)
 {
     this.dto = dto;
 }
Exemplo n.º 3
0
 public _PACKET_BATTLE_TRANSFORM(float position_x, float position_y, float position_z, float rotation_x, float rotation_y, float rotation_z) : base(100, 6, false)
 {
     this.dto = new _DTO_transform(position_x, position_y, position_z, rotation_x, rotation_y, rotation_z);
 }
Exemplo n.º 4
0
 public static _PACKET_BATTLE_TRANSFORM _PACKET_BATTLE_TRANSFORM(_DTO_transform dto)
 {
     return(new _PACKET_BATTLE_TRANSFORM(dto));
 }