fix::修复一些联机中的问题

This commit is contained in:
bzx
2025-09-04 16:29:12 +08:00
parent aa4ba610ef
commit df67ddb9da
40 changed files with 411 additions and 4943 deletions

View File

@@ -145,12 +145,10 @@ public class HUDPanel : MonoBehaviour
{
gunImage.sprite = gunIcons[GameLocal.Ins.self.NowGunIndex];
gunCountTxt.text = bulletIndex.ToString();
Debug.LogError("枪械:"+bulletIndex);
}
public void UserGun(int bullet)
{
Debug.LogError("子弹数量:"+bullet);
gunCountTxt.text = bullet.ToString();
}