mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
Entity: Remove some unused properties
This commit is contained in:
@ -62,8 +62,6 @@ abstract class Living extends Entity implements Damageable{
|
||||
/** @var int */
|
||||
protected $maxDeadTicks = 25;
|
||||
|
||||
protected $invisible = false;
|
||||
|
||||
protected $jumpVelocity = 0.42;
|
||||
|
||||
/** @var Effect[] */
|
||||
|
Reference in New Issue
Block a user