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