コード例 #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();
 }