コード例 #1
0
ファイル: Player.cs プロジェクト: BlackDereker/Breakout
 public void ResetPlayer()
 {
     Lives = startLives;
     StartCoroutine(cannon.DelayedLoadBall(1f));
 }