// 玩家碰撞逻辑 private void OnTriggerEnter(Collider other) { gameLogicManager.OnPlayerHit(this, other.gameObject); }