simon987 / Much-Assembly-Required

Assembly programming game
GNU General Public License v3.0
930 stars 87 forks source link

Add item class #150

Closed simon987 closed 6 years ago

simon987 commented 6 years ago

An Item class should be created and have methods that are called when destroyed, picked up, dropped etc.

The Item class should be abstract, implement JSONSerialisable, MongoSerialisable, and should have a method that does custom actions when INV_POLL and INV_CLEAR is 'called'