private void OnTriggerEnter2D(Collider2D collision) { Destroy(collision.gameObject); customerList.CustomerLeft -= 1; customerList.CheckWinning(); }