hestia-rsps / hestia

An open-source Kotlin game server.
BSD 3-Clause "New" or "Revised" License
16 stars 4 forks source link

Item Drop System #97

Closed GregHib closed 4 years ago

GregHib commented 4 years ago

Item actions are handled by Interfaces, the logic is simple so I've put it in there for now. Might need to revisit after #84 and #85.