This commit is contained in:
NathanSweet 2014-01-28 12:58:27 +01:00
parent 12a625917a
commit 99a5250855

View File

@ -30,7 +30,7 @@ package com.esotericsoftware.spine.attachments;
import com.esotericsoftware.spine.Skeleton;
/** Attachment that displays a texture region. */
/** Attachment that displays a skeleton. */
public class SkeletonAttachment extends Attachment {
private Skeleton skeleton;