fix::修复一些联机中的问题
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user