mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-14 17:59:41 +00:00
SkinAnimation: fix typo
This commit is contained in:
parent
19377c86a4
commit
fe4354959b
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user