This commit is contained in:
账号名 2023-11-23 15:40:43 +08:00
parent c6ab90e1ec
commit 4e53845d3f
1 changed files with 2 additions and 1 deletions

View File

@ -214,7 +214,8 @@ public class UnmannedAerialVehicle : MonoBehaviour
{ {
string nowData = GetSyncDis(); string nowData = GetSyncDis();
Debug.Log(nowData); Debug.Log(nowData);
_ = SyncCreateRoom.SendMessageAsync(string.Format("send2room {0}", nowData)); //_ = SyncCreateRoom.SendMessageAsync(string.Format("send2room {0}", nowData));
unmannedAerialVehicleManage.equipmentCommon.send2roomStr.Enqueue(nowData);
} }
GameObject Bao = Instantiate(explodePrefab, transform); GameObject Bao = Instantiate(explodePrefab, transform);
Bao.transform.localPosition = Vector3.zero; Bao.transform.localPosition = Vector3.zero;