コード例 #1
0
ファイル: Ball.cs プロジェクト: pawelsalwa/SalwaBouncingBall
 void Start()
 {
     ResetPosition();
     currentScore.ResetScore();         // could be really called wherever
 }