diff options
Diffstat (limited to 'src/net/inventoryhandler.h')
-rw-r--r-- | src/net/inventoryhandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/inventoryhandler.h b/src/net/inventoryhandler.h index c40cb5b54..f615e0886 100644 --- a/src/net/inventoryhandler.h +++ b/src/net/inventoryhandler.h @@ -74,6 +74,8 @@ class InventoryHandler notfinal virtual void forgotStorage() = 0; virtual int convertFromServerSlot(const int eAthenaSlot) const = 0; + + virtual void useCard(const int index) const = 0; }; } // namespace Net |