spine_attachment_reference method

void spine_attachment_reference(
  1. spine_attachment self
)

Implementation

void spine_attachment_reference(
  spine_attachment self,
) {
  return _spine_attachment_reference(
    self,
  );
}