private void OnTriggerExit(Collider other) { _goldManager.CollectGold(other.GetComponent <PlayerID>().playerID); }