Exemple #1
0
 public ReqSceneMove(Packet packet)
 {
     this._scene_rot_pos = new MsgSceneRotPos(packet);
     this._forward       = new MsgSceneVector3(packet);
     this._ani_name      = packet.ReadString();
     this._x_axis        = packet.ReadShort();
 }
Exemple #2
0
 public ReqSceneMove(Packet packet)
 {
     this._scene_rot_pos = new MsgSceneRotPos(packet);
     this._forward = new MsgSceneVector3(packet);
     this._ani_name = packet.ReadString();
     this._x_axis = packet.ReadShort();
 }