public AttachmentPointsEnumerator(AttachmentHand hand) { _curIdx = -1; _hand = hand; _flagsCount = hand._attachmentPointFlagConstants.Length; }