Esempio n. 1
0
 public Ball(BallContainer.BallType type)
 {
     _type  = type;
     _count = 0;
 }
Esempio n. 2
0
 public void ReceiveShoot(BallContainer.BallType type, Pose pose, float power)
 {
 }