コード例 #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();
 }
コード例 #2
0
ファイル: ReqSceneMove.cs プロジェクト: mirahs/xxtools
 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();
 }
コード例 #3
0
ファイル: MsgScenePlayer.cs プロジェクト: mirahs/xxtools
 public MsgScenePlayer(Packet packet)
 {
     this._uid = packet.ReadUint();
     this._scene_rot_pos = new MsgSceneRotPos(packet);
 }
コード例 #4
0
 public MsgScenePlayer(Packet packet)
 {
     this._uid           = packet.ReadUint();
     this._scene_rot_pos = new MsgSceneRotPos(packet);
 }