This commit is contained in:
kridoo
2025-11-17 16:24:39 +08:00
parent 6658500acb
commit fec7b90249
16 changed files with 4281 additions and 454 deletions

View File

@@ -100,11 +100,11 @@ public class LeavePlayAreaControll : MonoBehaviour
private void GameDataManage_EventCheckBoxCollider(int index)
{
Debug.Log("自动检测位置:" + index);
//Debug.Log("自动检测位置:" + index);
//if (this.gameObject.active && index == myId)
if (index == myId)
{
Debug.Log("进来了.....");
//Debug.Log("进来了.....");
isCheck = true;
StartCoroutine(CheckIsEnter(index));
}