public override void Hit(IActor actor) { base.Hit(actor); if (ColorsMatch(actor)) { actor.ChangeDirection(this); } }