1
This commit is contained in:
parent
6e1f0346f4
commit
e2bda53c7f
@ -167,6 +167,7 @@ private:
|
||||
a8::XTimerWp watch_war_req_timer_;
|
||||
|
||||
glm::vec3 move_target_pos_ = GlmHelper::ZERO;
|
||||
glm::vec3 current_pos_ = GlmHelper::ZERO;
|
||||
|
||||
#ifdef MYDEBUG
|
||||
std::vector<int> last_interaction_objids_;
|
||||
|
@ -1659,6 +1659,7 @@ message CMMove
|
||||
|
||||
optional int32 skill_hold = 50; //一直按着技能键,松开时传0(技能id)
|
||||
optional MFVec3 move_target_pos = 51; //移动-目标(位置)
|
||||
optional MFVec3 current_pos = 52; //客户端当前坐标
|
||||
}
|
||||
|
||||
//立刻消息
|
||||
|
Loading…
x
Reference in New Issue
Block a user