tibia-client/modules/game_inventory/inventory.otmod

17 lines
275 B
Plaintext

Module
name: game_inventory
description: View local player equipments window
author: baxnie, edubart
website: www.otclient.info
dependencies:
- game_interface
@onLoad: |
dofile 'inventory'
Inventory.init()
@onUnload: |
Inventory.terminate()