mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 10:53:05 +00:00
Squid: fixed type doc comment of swimDirection field
This commit is contained in:
@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user