public override void AttackRightHand() { if (RightHand != null) { RightHand.Attack(); } else { Console.WriteLine("Удар правой рукой!"); } }