public MiscDot(MiscRectangle parentItem, Board board, int x, int y) : base(board, x, y) { this.parentItem = parentItem; }