示例#1
0
 public void CoinCollected(GameObject coin)
 {
     gameIsWon = true;
     Destroy(coin);
     canvasManager.ShowWinningObjects();
 }