//Fired when we hit a coin void CoinGet(Body b) { scoreUI.ShowPoints(coinPoints); score += coinPoints; environment.DestroyCoin(b); }