コード例 #1
0
ファイル: AttachmentHand.cs プロジェクト: JonniP/DoS
 public AttachmentPointsEnumerator(AttachmentHand hand)
 {
     _curIdx     = -1;
     _hand       = hand;
     _flagsCount = hand._attachmentPointFlagConstants.Length;
 }