mirror of
https://github.com/edubart/otclient.git
synced 2025-10-19 22:13:27 +02:00
inventory module
This commit is contained in:
14
modules/inventory/inventory.otmod
Normal file
14
modules/inventory/inventory.otmod
Normal file
@@ -0,0 +1,14 @@
|
||||
Module
|
||||
name: equipments
|
||||
description: View local player equipments window
|
||||
author: OTClient team
|
||||
website: https://github.com/edubart/otclient
|
||||
autoLoad: true
|
||||
dependencies:
|
||||
- game
|
||||
|
||||
onLoad: |
|
||||
require 'inventory'
|
||||
return true
|
||||
|
||||
|
Reference in New Issue
Block a user