tibia-client/modules/game_inventory/inventory.otmod

17 lines
280 B
Plaintext

Module
name: game_inventory
description: View local player equipments window
author: OTClient team
website: https://github.com/edubart/otclient
dependecies:
- game
@onLoad: |
dofile 'inventory'
Inventory.init()
@onUnload: |
Inventory.terminate()