mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-11 16:29:40 +00:00
Squid: fixed type doc comment of swimDirection field
This commit is contained in:
parent
8d2e59222e
commit
25e6cb74b3
@ -40,7 +40,7 @@ class Squid extends WaterAnimal{
|
|||||||
public $width = 0.95;
|
public $width = 0.95;
|
||||||
public $height = 0.95;
|
public $height = 0.95;
|
||||||
|
|
||||||
/** @var Vector3 */
|
/** @var Vector3|null */
|
||||||
public $swimDirection = null;
|
public $swimDirection = null;
|
||||||
public $swimSpeed = 0.1;
|
public $swimSpeed = 0.1;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user