Beispiel #1
0
 // by tada
 public void PlayEffect()
 {
     if (eff != null)
     {
         eff.Play(ballState);
     }
 }