This commit is contained in:
aozhiwei 2024-09-03 14:41:42 +08:00
parent 3f5d6baad9
commit 4259ee8e9c

View File

@ -1570,6 +1570,7 @@ message CMJoin
optional string session_id = 20; //session_id
optional string team_uuid = 2; //id
optional string payload_data = 75; //
optional int32 is_client_move = 76; //
}
//
@ -1657,6 +1658,7 @@ message CMMove
optional MFVec3 shot_client_pos = 47; //
optional int32 skill_hold = 50; //,0(id)
optional MFVec3 move_target_pos = 51; //-()
}
//