示例#1
0
 void OnCollisionEnter2D()
 {
     Debug.Log("ball hit paddle");
     other.PredictWall();
 }