spine_attachment_copy method

spine_attachment spine_attachment_copy(
  1. spine_attachment attachment
)

Implementation

spine_attachment spine_attachment_copy(
  spine_attachment attachment,
) {
  return _spine_attachment_copy(
    attachment,
  );
}