Example #1
0
 private void UpdatePinCountUIDisplay()
 {
     standingPinsText.text = pinManager.GetStandingCount().ToString();
 }