public void EquipOnVision(int slotIndex, string attachmentName, Attachment attachment) { functionSkin.SetAttachment(slotIndex, attachmentName, attachment); skeletonAnimation.Skeleton.SetSkin(functionSkin); RefreshSkeletionAttachments(); }