Entity: remove more useless classes

these were slated for removal some time ago, but it never happened because they were used in the API. This is no longer the case on 4.0, so these classes are now entirely useless.
This commit is contained in:
Dylan K. Taylor
2019-06-27 14:23:24 +01:00
parent 2ba76bd97d
commit f3882dd658
12 changed files with 6 additions and 180 deletions

View File

@ -72,7 +72,7 @@ use function strlen;
use const INT32_MAX;
use const INT32_MIN;
class Human extends Creature implements ProjectileSource, InventoryHolder{
class Human extends Living implements ProjectileSource, InventoryHolder{
/** @var PlayerInventory */
protected $inventory;