Ejemplo n.º 1
0
 public override bool HitFence( Fence hitter )
 {
     hitter.Move( Owner.Speed * 2, Owner.RelativeAngle );
     return true;
 }