コード例 #1
0
ファイル: PlayerPaddle.cs プロジェクト: misusi/hyperpong
 void OnCollisionEnter(Collision col)
 {
     scoreKeeper.Add(1);
 }