Beispiel #1
0
 private void OnDeflect(Hittable hittable)
 {
     hittable.DoDeflect(this);
     Deflected.Invoke();
 }