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