mirror of
https://github.com/edubart/otclient.git
synced 2025-05-01 18:19:20 +02:00
17 lines
265 B
Plaintext
17 lines
265 B
Plaintext
Module
|
|
name: game_inventory
|
|
description: View local player equipments window
|
|
author: baxnie, edubart
|
|
website: www.otclient.info
|
|
|
|
dependencies:
|
|
- game
|
|
|
|
@onLoad: |
|
|
dofile 'inventory'
|
|
Inventory.init()
|
|
|
|
@onUnload: |
|
|
Inventory.terminate()
|
|
|