SkinAnimation: fix typo

This commit is contained in:
Dylan T 2019-11-11 10:07:45 +00:00 committed by GitHub
parent 19377c86a4
commit fe4354959b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ class SkinAnimation{
} }
/** /**
* Images of the animation. * Image of the animation.
* *
* @return SerializedImage * @return SerializedImage
*/ */
@ -68,4 +68,4 @@ class SkinAnimation{
public function getFrames() : float{ public function getFrames() : float{
return $this->frames; return $this->frames;
} }
} }