예제 #1
0
파일: Rocket.cs 프로젝트: wolftic/rhyth_w-w
 /// <summary>
 /// Gets triggered when the player wins and starts the winning sequence
 /// </summary>
 private void OnPlayerWin()
 {
     SetWin(true);
     _fly.StartSequence();
 }