This commit is contained in:
kridoo
2025-11-17 18:32:04 +08:00
parent 6bcbc56c2d
commit 3fd801a055
3 changed files with 4 additions and 2 deletions

View File

@@ -66,5 +66,7 @@ public class CatchManager : MonoBehaviour
{
Destroy(child.gameObject);
}
start = true;
m_collider.enabled = true ;
}
}