Exemplo n.º 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();
 }
Exemplo n.º 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();
 }
Exemplo n.º 3
0
 public MsgScenePlayer(Packet packet)
 {
     this._uid = packet.ReadUint();
     this._scene_rot_pos = new MsgSceneRotPos(packet);
 }
Exemplo n.º 4
0
 public MsgScenePlayer(Packet packet)
 {
     this._uid           = packet.ReadUint();
     this._scene_rot_pos = new MsgSceneRotPos(packet);
 }