1
This commit is contained in:
parent
775ac436f7
commit
e898fdf1e0
@ -447,7 +447,9 @@ void Player::Shot()
|
|||||||
AutoLoadingBullet();
|
AutoLoadingBullet();
|
||||||
}
|
}
|
||||||
last_shot_frameno_ = room->GetFrameNo();
|
last_shot_frameno_ = room->GetFrameNo();
|
||||||
|
#if 0
|
||||||
need_sync_active_player = true;
|
need_sync_active_player = true;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void Player::ProcInteraction()
|
void Player::ProcInteraction()
|
||||||
|
@ -109,6 +109,9 @@ message MFVec2
|
|||||||
property_type: 9 当前道具(目前只有伪装)
|
property_type: 9 当前道具(目前只有伪装)
|
||||||
property_subtype: 道具id
|
property_subtype: 道具id
|
||||||
valule: 当前数量(数量<=0时除)
|
valule: 当前数量(数量<=0时除)
|
||||||
|
property_type: 10 更新武器子弹数
|
||||||
|
property_subtype: 武器索引
|
||||||
|
valule: 当前数量
|
||||||
*/
|
*/
|
||||||
message MFPropertyChg
|
message MFPropertyChg
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user