void IsWon() { ui.scoreUpdate(); if (ui.score == 5) { Destroy(gameObject); ui.gameOverActivated(); ui.winActivated(); } }