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

@ -31,4 +31,6 @@ class Boat extends Item{
public function getFuelTime() : int{
return 1200; //400 in PC
}
//TODO
}