This commit is contained in:
parent
c6ab90e1ec
commit
4e53845d3f
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue