コード例 #1
0
 internal ZNPiece(ZNColor color, ZNPieceType type, byte position)
 {
     colorInternal = color;
     typeInternal = type;
     positionInternal = position;
 }
コード例 #2
0
 internal ZNPiece(ZNColor color, ZNPieceType type, byte position)
 {
     colorInternal    = color;
     typeInternal     = type;
     positionInternal = position;
 }
コード例 #3
0
 internal ZNPiece(byte position)
 {
     colorInternal = ZNColor.EEmpty;
     typeInternal = ZNPieceType.EEmpty;
     positionInternal = position;
 }
コード例 #4
0
 internal ZNPiece(byte position)
 {
     colorInternal    = ZNColor.EEmpty;
     typeInternal     = ZNPieceType.EEmpty;
     positionInternal = position;
 }