mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Added suffocation, drowning damage. Closes #1908
This commit is contained in:
@ -45,6 +45,7 @@ class Human extends Creature implements ProjectileSource, InventoryHolder{
|
||||
public $width = 0.6;
|
||||
public $length = 0.6;
|
||||
public $height = 1.8;
|
||||
public $eyeHeight = 1.62;
|
||||
|
||||
public function getInventory(){
|
||||
return $this->inventory;
|
||||
|
Reference in New Issue
Block a user