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