Removed some redundant item classes

This commit is contained in:
Dylan K. Taylor
2017-08-25 14:07:50 +01:00
parent 97911aa9cf
commit 44dd7c2222
37 changed files with 47 additions and 847 deletions

View File

@ -28,5 +28,7 @@ class Egg extends Item{
parent::__construct(self::EGG, $meta, $count, "Egg");
}
//TODO
}