Weather/smali/com/esotericsoftware/spine/attachments/SkeletonAttachment.smali
2021-05-10 10:13:34 +02:00

19 lines
505 B
Smali

.class public Lcom/esotericsoftware/spine/attachments/SkeletonAttachment;
.super Lcom/esotericsoftware/spine/attachments/Attachment;
.source "SkeletonAttachment.java"
# instance fields
.field private b:Lcom/esotericsoftware/spine/Skeleton;
# virtual methods
.method public b()Lcom/esotericsoftware/spine/Skeleton;
.locals 1
.line 45
iget-object v0, p0, Lcom/esotericsoftware/spine/attachments/SkeletonAttachment;->b:Lcom/esotericsoftware/spine/Skeleton;
return-object v0
.end method