public Bishop(int _x, int _y, figureColor _color) : base(_x, _y, _color, figureType.Bishop) { isRepeat = true; }