Esempio n. 1
0
 public DropManager(Ball b, TYPEOFDROP t)
 {
     ball = b;
     type = t;
 }
Esempio n. 2
0
 public DropManager(Ball b, TYPEOFDROP t)
 {
     ball = b;
     type = t;
 }