Esempio n. 1
0
 /// <summary>
 /// Gets triggered when the player wins and starts the winning sequence
 /// </summary>
 private void OnPlayerWin()
 {
     SetWin(true);
     _fly.StartSequence();
 }