Exemplo n.º 1
0
 void Start()
 {
     ann = new ANNPong(6, 1, 1, 4, 0.05);
     brb = ball.GetComponent <Rigidbody2D>();
 }