Beispiel #1
0
 public IBall ApplyPowerup(PoweredUpData data)
 {
     return(Ball.ApplyPowerup(data));
 }